public static enum GlobalCfgDefn.SingleStructuralObjectclassBehavior extends Enum<GlobalCfgDefn.SingleStructuralObjectclassBehavior>
Specifies how the directory server should handle operations an entry does not contain a structural object class or contains multiple structural classes.
Enum Constant and Description |
---|
ACCEPT
The directory server silently accepts entries that do not
contain exactly one structural object class.
|
REJECT
The directory server rejects entries that do not contain
exactly one structural object class.
|
WARN
The directory server accepts entries that do not contain
exactly one structural object class, but also logs a warning
message to the error log.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static GlobalCfgDefn.SingleStructuralObjectclassBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalCfgDefn.SingleStructuralObjectclassBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalCfgDefn.SingleStructuralObjectclassBehavior ACCEPT
public static final GlobalCfgDefn.SingleStructuralObjectclassBehavior REJECT
public static final GlobalCfgDefn.SingleStructuralObjectclassBehavior WARN
public static GlobalCfgDefn.SingleStructuralObjectclassBehavior[] values()
for (GlobalCfgDefn.SingleStructuralObjectclassBehavior c : GlobalCfgDefn.SingleStructuralObjectclassBehavior.values()) System.out.println(c);
public static GlobalCfgDefn.SingleStructuralObjectclassBehavior valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<GlobalCfgDefn.SingleStructuralObjectclassBehavior>
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.