Uses of Class
org.opends.server.authorization.dseecompat.AciTargets
-
Packages that use AciTargets Package Description org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation. -
-
Uses of AciTargets in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat that return AciTargets Modifier and Type Method Description static AciTargets
AciTargets. decode(String input, Dn dn, ServerContext serverContext)
Decode an ACI's target part of the syntax from the string provided.AciTargets
Aci. getTargets()
Returns the targets of the ACI.
-