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
Methods in org.opends.server.authorization.dseecompat with parameters of type AciTargetMatchContext Modifier and Type Method Description booleanExtOp. isApplicable(AciTargetMatchContext matchCtx)Check if a extop is applicable based on the provided target match context.booleanTargetControl. isApplicable(AciTargetMatchContext matchCtx)Check if a targetcontrol is applicable based on the provided target match context.booleanTargetFilter. isApplicable(AciTargetMatchContext matchCtx)Checks if a targetfilter matches an evaluation context.booleanAciTargets. isTargetFilterApplicable(AciTargetMatchContext matchCtx)Checks an ACI's targetfilter rule information against a target match context.
-