Uses of Enum Class
org.forgerock.opendj.rest2ldap.Action
-
Uses of Action in org.forgerock.opendj.rest2ldap
Modifier and TypeMethodDescriptionstatic Action
Returns the enum constant of this class with the specified name.static Action[]
Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionResource.supportedAction
(Action action) Registers an action which should be supported by this resource.Resource.supportedActions
(Action... actions) Registers zero or more actions which should be supported by this resource.