Uses of Class
org.forgerock.opendj.rest2ldap.WritabilityPolicy
-
Packages that use WritabilityPolicy Package Description org.forgerock.opendj.rest2ldap APIs for implementing REST to LDAP gateways. -
-
Uses of WritabilityPolicy in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap that return WritabilityPolicy Modifier and Type Method Description static WritabilityPolicy
WritabilityPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static WritabilityPolicy[]
WritabilityPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-