|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.directory.ldap.validator.GroupRoleDnOverlapValidator
public class GroupRoleDnOverlapValidator
Checks if the Role DN Addition and Group DN Addition overlap each other
| Constructor Summary | |
|---|---|
GroupRoleDnOverlapValidator()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getError(Directory directory)
Validates a specific directory configuration. |
boolean |
isDNConfigOverlapping(java.lang.String roleDN,
java.lang.String groupDN)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupRoleDnOverlapValidator()
| Method Detail |
|---|
public java.lang.String getError(Directory directory)
Validator
getError in interface Validatordirectory - directory object.
null if there is no error in the configuration.
public boolean isDNConfigOverlapping(java.lang.String roleDN,
java.lang.String groupDN)
roleDN - DN addition for roles.groupDN - DN addition for groups.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||