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