Uses of Enum Class
org.forgerock.opendj.rest2ldap.ReadOnUpdatePolicy
-
Uses of ReadOnUpdatePolicy in org.forgerock.opendj.rest2ldap
Modifier and TypeFieldDescriptionstatic final 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.Modifier and TypeMethodDescriptionstatic ReadOnUpdatePolicy
Returns the enum constant of this class with the specified name.static ReadOnUpdatePolicy[]
ReadOnUpdatePolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.