public static enum ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria extends Enum<ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria>
Specifies whether or not referenced entries must reside within the same naming context as the entry containing the reference.
The reference scope will only be enforced when reference checking is enabled.
Enum Constant and Description |
---|
GLOBAL
References may refer to existing entries located anywhere in
the Directory.
|
NAMING_CONTEXT
References must refer to existing entries located within the
same naming context.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria GLOBAL
public static final ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria NAMING_CONTEXT
public static ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria[] values()
for (ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria c : ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria.values()) System.out.println(c);
public static ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria 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<ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria>
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.