Uses of Class
org.opends.server.authorization.dseecompat.EnumEvalReason
-
Packages that use EnumEvalReason 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 EnumEvalReason in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat that return EnumEvalReason Modifier and Type Method Description EnumEvalReason
AciEvalContext. getEvalReason()
Return the reason the last access evaluation was evaluated the way it was.static EnumEvalReason
EnumEvalReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnumEvalReason[]
EnumEvalReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opends.server.authorization.dseecompat with parameters of type EnumEvalReason Modifier and Type Method Description void
AciEvalContext. setEvaluationResult(EnumEvalReason reason, Aci decidingAci)
Set the reason and the ACI that decided why the last access evaluation was evaluated the way it was.
-