Uses of Class
org.opends.server.types.AcceptRejectWarn
-
Packages that use AcceptRejectWarn Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.types Contains implementations for a number of Directory Server data types. -
-
Uses of AcceptRejectWarn in org.opends.server.core
Methods in org.opends.server.core that return AcceptRejectWarn Modifier and Type Method Description AcceptRejectWarn
CoreConfigManager. getSingleStructuralObjectClassPolicy()
Retrieves the policy that should be used regarding enforcement of a single structural objectclass per entry.AcceptRejectWarn
CoreConfigManager. getSyntaxEnforcementPolicy()
Retrieves the policy that should be used when an attribute value is found that is not valid according to the associated attribute syntax. -
Uses of AcceptRejectWarn in org.opends.server.types
Methods in org.opends.server.types that return AcceptRejectWarn Modifier and Type Method Description static AcceptRejectWarn
AcceptRejectWarn. valueOf(String name)
Returns the enum constant of this type with the specified name.static AcceptRejectWarn[]
AcceptRejectWarn. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-