public static enum SecurityTokenProvider.FAMILY_TYPE extends Enum<SecurityTokenProvider.FAMILY_TYPE>
Enum Constant and Description |
---|
CUSTOM |
OAUTH |
OPENID |
SAML11 |
SAML2 |
WS_TRUST |
Modifier and Type | Method and Description |
---|---|
static SecurityTokenProvider.FAMILY_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityTokenProvider.FAMILY_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityTokenProvider.FAMILY_TYPE SAML2
public static final SecurityTokenProvider.FAMILY_TYPE SAML11
public static final SecurityTokenProvider.FAMILY_TYPE WS_TRUST
public static final SecurityTokenProvider.FAMILY_TYPE OPENID
public static final SecurityTokenProvider.FAMILY_TYPE OAUTH
public static final SecurityTokenProvider.FAMILY_TYPE CUSTOM
public static SecurityTokenProvider.FAMILY_TYPE[] values()
for (SecurityTokenProvider.FAMILY_TYPE c : SecurityTokenProvider.FAMILY_TYPE.values()) System.out.println(c);
public static SecurityTokenProvider.FAMILY_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 © 2017 JBoss by Red Hat. All rights reserved.