Uses of Class
org.apache.directory.api.ldap.model.ldif.LdifControl
-
Packages that use LdifControl Package Description org.apache.directory.api.ldap.model.ldif -
-
Uses of LdifControl in org.apache.directory.api.ldap.model.ldif
Fields in org.apache.directory.api.ldap.model.ldif with type parameters of type LdifControl Modifier and Type Field Description private Map<String,LdifControl>LdifEntry. controlsThe controlsMethods in org.apache.directory.api.ldap.model.ldif that return LdifControl Modifier and Type Method Description LdifControlLdifEntry. getControl(String oid)Methods in org.apache.directory.api.ldap.model.ldif that return types with arguments of type LdifControl Modifier and Type Method Description Map<String,LdifControl>LdifEntry. getControls()
-