Uses of Class
org.opends.server.types.SubtreeSpecification
-
Packages that use SubtreeSpecification Package Description org.opends.server.types Contains implementations for a number of Directory Server data types. -
-
Uses of SubtreeSpecification in org.opends.server.types
Methods in org.opends.server.types that return SubtreeSpecification Modifier and Type Method Description SubtreeSpecification
SubEntry. getSubTreeSpecification()
Getter for subentry subtree specification.static SubtreeSpecification
SubtreeSpecification. valueOf(Dn rootDN, String s)
Parses the string argument as an RFC3672 subtree specification.
-