public static enum IdcContext.HttpAuthScheme extends Enum<IdcContext.HttpAuthScheme>
Enum Constant and Description |
---|
BasicAuth |
BearerToken |
CUSTOM |
Generic |
LoginForm |
OAM_11G_WG |
OAM_SSO |
OIM_SSO |
Modifier and Type | Method and Description |
---|---|
static IdcContext.HttpAuthScheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdcContext.HttpAuthScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdcContext.HttpAuthScheme BasicAuth
public static final IdcContext.HttpAuthScheme LoginForm
public static final IdcContext.HttpAuthScheme OAM_SSO
public static final IdcContext.HttpAuthScheme OAM_11G_WG
public static final IdcContext.HttpAuthScheme OIM_SSO
public static final IdcContext.HttpAuthScheme BearerToken
public static final IdcContext.HttpAuthScheme Generic
public static final IdcContext.HttpAuthScheme CUSTOM
public static IdcContext.HttpAuthScheme[] values()
for (IdcContext.HttpAuthScheme c : IdcContext.HttpAuthScheme.values()) System.out.println(c);
public static IdcContext.HttpAuthScheme 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 null