Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
Modifier and Type | Method and Description |
---|---|
List<SubEntry> |
SubentryManager.getCollectiveSubentries(Dn dn)
Return collective subentries applicable to specific DN.
|
List<SubEntry> |
SubentryManager.getCollectiveSubentries(Entry entry)
Return collective subentries applicable to specific entry.
|
List<SubEntry> |
SubentryManager.getSubentries()
Return all subentries for this manager.
|
List<SubEntry> |
SubentryManager.getSubentries(Dn dn)
Return subentries applicable to specific DN.
|
List<SubEntry> |
SubentryManager.getSubentries(Entry entry)
Return subentries applicable to specific entry.
|
Constructor and Description |
---|
SubentryPasswordPolicy(SubEntry subentry)
Creates subentry password policy object from the subentry, parsing and evaluating subentry password policy
attributes.
|
Copyright 2010-2020 ForgeRock AS.