Uses of Class
org.forgerock.opendj.rest2ldap.ReadOnUpdatePolicy
-
Packages that use ReadOnUpdatePolicy Package Description org.forgerock.opendj.rest2ldap APIs for implementing REST to LDAP gateways. -
-
Uses of ReadOnUpdatePolicy in org.forgerock.opendj.rest2ldap
Fields in org.forgerock.opendj.rest2ldap with type parameters of type ReadOnUpdatePolicy Modifier and Type Field Description static Option<ReadOnUpdatePolicy>
Rest2Ldap. READ_ON_UPDATE_POLICY
Specifies the policy which should be used in order to read an entry before it is deleted, or after it is added or modified.Methods in org.forgerock.opendj.rest2ldap that return ReadOnUpdatePolicy Modifier and Type Method Description static ReadOnUpdatePolicy
ReadOnUpdatePolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReadOnUpdatePolicy[]
ReadOnUpdatePolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-