Uses of Enum Class
org.forgerock.opendj.rest2ldap.Action
Packages that use Action
-
Uses of Action in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap that return ActionModifier 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.Methods in org.forgerock.opendj.rest2ldap with parameters of type ActionModifier 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.