Uses of Interface
org.opends.server.authorization.dseecompat.AciTargetMatchContext
-
Packages that use AciTargetMatchContext 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 AciTargetMatchContext in org.opends.server.authorization.dseecompat
Classes in org.opends.server.authorization.dseecompat that implement AciTargetMatchContext Modifier and Type Class Description class
AciLDAPOperationContainer
The AciLDAPOperationContainer is an AciContainer extended class that wraps each LDAP operation being evaluated or tested for target matched of an ACI.Methods in org.opends.server.authorization.dseecompat with parameters of type AciTargetMatchContext Modifier and Type Method Description boolean
ExtOp. isApplicable(AciTargetMatchContext matchCtx)
Check if a extop is applicable based on the provided target match context.boolean
TargetControl. isApplicable(AciTargetMatchContext matchCtx)
Check if a targetcontrol is applicable based on the provided target match context.boolean
TargetFilter. isApplicable(AciTargetMatchContext matchCtx)
Checks if a targetfilter matches an evaluation context.boolean
AciTargets. isTargetFilterApplicable(AciTargetMatchContext matchCtx)
Checks an ACI's targetfilter rule information against a target match context.
-