Uses of Enum Class
org.opends.server.authorization.dseecompat.EnumEvalReason
Packages that use 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
Methods in org.opends.server.authorization.dseecompat that return EnumEvalReasonModifier and TypeMethodDescriptionAciEvalContext.getEvalReason()Return the reason the last access evaluation was evaluated the way it was.static EnumEvalReasonReturns 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.Methods in org.opends.server.authorization.dseecompat with parameters of type EnumEvalReasonModifier and TypeMethodDescriptionvoidAciEvalContext.setEvaluationResult(EnumEvalReason reason, Aci decidingAci) Set the reason and the ACI that decided why the last access evaluation was evaluated the way it was.