public static enum AddUser.RealmMode extends Enum<AddUser.RealmMode>
Enum Constant and Description |
---|
DEFAULT |
DISCOVERED |
USER_SUPPLIED |
Modifier and Type | Method and Description |
---|---|
static AddUser.RealmMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddUser.RealmMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddUser.RealmMode USER_SUPPLIED
public static final AddUser.RealmMode DEFAULT
public static final AddUser.RealmMode DISCOVERED
public static AddUser.RealmMode[] values()
for (AddUser.RealmMode c : AddUser.RealmMode.values()) System.out.println(c);
public static AddUser.RealmMode 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 © 2023 JBoss by Red Hat. All rights reserved.