| Currently the security check name is a simply string. Since user can add custom security check, he should pay particular attention to avoiding a name clash. We should add a default implementation of the getName that returns a string that is guaranteed to be unique. A solution could be to return `this.getClass().getName()` |