Uses of Class
org.opends.server.types.LDAPURL
-
Packages that use LDAPURL Package Description org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.types Contains implementations for a number of Directory Server data types. -
-
Uses of LDAPURL in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat with parameters of type LDAPURL Modifier and Type Method Description static boolean
UserDN. evalURL(AciEvalContext evalCtx, LDAPURL url)
This method evaluates an URL userdn expression. -
Uses of LDAPURL in org.opends.server.types
Methods in org.opends.server.types that return LDAPURL Modifier and Type Method Description static LDAPURL
LDAPURL. partiallyDecode(String url)
Decodes the provided string as an LDAP URL, but do not decode the base DN and only keep it as a string instead (it can be retrieved by callinggetRawBaseDN()
).static LDAPURL
LDAPURL. valueOf(String url)
Decodes the provided string as an LDAP URL.
-