Uses of Class
org.forgerock.opendj.rest2ldap.Action
-
Packages that use Action Package Description org.forgerock.opendj.rest2ldap APIs for implementing REST to LDAP gateways. -
-
Uses of Action in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap that return Action Modifier and Type Method Description static Action
Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static Action[]
Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.opendj.rest2ldap with parameters of type Action Modifier and Type Method Description Resource
Resource. supportedAction(Action action)
Registers an action which should be supported by this resource.Resource
Resource. supportedActions(Action... actions)
Registers zero or more actions which should be supported by this resource.
-