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.
|
Modifier and Type | Method and Description |
---|---|
static AcceptRejectWarn |
DirectoryServer.getSingleStructuralObjectClassPolicy()
Retrieves the policy that should be used regarding enforcement of a single
structural objectclass per entry.
|
static AcceptRejectWarn |
DirectoryServer.getSyntaxEnforcementPolicy()
Retrieves the policy that should be used when an attribute value is found
that is not valid according to the associated attribute syntax.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.setSingleStructuralObjectClassPolicy(AcceptRejectWarn singleStructuralClassPolicy)
Specifies the policy that should be used regarding enforcement of a single
structural objectclass per entry.
|
static void |
DirectoryServer.setSyntaxEnforcementPolicy(AcceptRejectWarn syntaxEnforcementPolicy)
Retrieves the policy that should be used when an attribute value is found
that is not valid according to the associated attribute syntax.
|
Modifier and Type | Method and Description |
---|---|
static AcceptRejectWarn |
AcceptRejectWarn.policyForName(String policyName)
Retrieves the accept/reject/warn policy for the specified name.
|
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.
|
Copyright 2010-2017 ForgeRock AS.