Uses of Enum Class
org.opends.server.authorization.dseecompat.EnumEvalReason
Package
Description
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
Modifier and TypeMethodDescriptionAciEvalContext.getEvalReason()
Return the reason the last access evaluation was evaluated the way it was.static EnumEvalReason
Returns the enum constant of this class with the specified name.static EnumEvalReason[]
EnumEvalReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
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.