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