public static enum OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode extends Enum<OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode>
Specifies OpenIDM Compatibility Mode.
| Enum Constant and Description |
|---|
V2
Use version 2 OpenIDM Compatibility Mode.
|
V3
Use version 3 OpenIDM Compatibility Mode.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode V2
public static final OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode V3
public static OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode[] values()
for (OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode c : OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode.values()) System.out.println(c);
public static OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode 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<OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode>Copyright © 2017-2020 Wren Security. All Rights Reserved.