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 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.
-