public static enum DataProviderEvent.Type extends Enum<DataProviderEvent.Type>
Enum Constant and Description |
---|
ACCESS_MODE
The data provider's access mode has changed.
|
BASE_DNS
The data provider's set of base DNs has changed.
|
SUPPORTED_CONTROLS
The data provider's set of supported controls has changed.
|
SUPPORTED_FEATURES
The data provider's set of supported features has changed.
|
Modifier and Type | Method and Description |
---|---|
static DataProviderEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataProviderEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataProviderEvent.Type ACCESS_MODE
public static final DataProviderEvent.Type BASE_DNS
public static final DataProviderEvent.Type SUPPORTED_CONTROLS
public static final DataProviderEvent.Type SUPPORTED_FEATURES
public static DataProviderEvent.Type[] values()
for (DataProviderEvent.Type c : DataProviderEvent.Type.values()) System.out.println(c);
public static DataProviderEvent.Type 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 nullCopyright 2010-2017 ForgeRock AS.