Uses of Class
org.opends.server.types.SubEntry
-
Packages that use SubEntry Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of SubEntry in org.opends.server.core
Methods in org.opends.server.core that return types with arguments of type SubEntry Modifier and Type Method Description List<SubEntry>
SubentryManager. getCollectiveSubentries(Dn dn)
Returns collective subentries applicable to specific DN.List<SubEntry>
SubentryManager. getCollectiveSubentries(Entry entry)
Returns collective subentries applicable to specific entry.List<SubEntry>
SubentryManager. getSubentries()
Returns all subentries for this manager.List<SubEntry>
SubentryManager. getSubentries(Dn dn)
Returns subentries applicable to specific DN.Method parameters in org.opends.server.core with type arguments of type SubEntry Modifier and Type Method Description <T> List<T>
SubentryManager. getClosestPwPolicySubentries(Entry entry, Function<SubEntry,T> mappingFunction)
Returns the closest password policy subentries applicable to provided entry.Constructors in org.opends.server.core with parameters of type SubEntry Constructor Description SubentryPasswordPolicy(SubEntry subentry)
Creates subentry password policy object from the subentry, parsing and evaluating subentry password policy attributes.
-