public enum ApplicationSignOnMode extends Enum<ApplicationSignOnMode>
Enum Constant and Description |
---|
AUTO_LOGIN |
BASIC_AUTH |
BOOKMARK |
BROWSER_PLUGIN |
OPENID_CONNECT |
SAML_1_1 |
SAML_2_0 |
SDK_UNKNOWN |
SECURE_PASSWORD_STORE |
WS_FEDERATION |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ApplicationSignOnMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationSignOnMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationSignOnMode BOOKMARK
public static final ApplicationSignOnMode BASIC_AUTH
public static final ApplicationSignOnMode BROWSER_PLUGIN
public static final ApplicationSignOnMode SECURE_PASSWORD_STORE
public static final ApplicationSignOnMode AUTO_LOGIN
public static final ApplicationSignOnMode WS_FEDERATION
public static final ApplicationSignOnMode SAML_2_0
public static final ApplicationSignOnMode OPENID_CONNECT
public static final ApplicationSignOnMode SAML_1_1
public static final ApplicationSignOnMode SDK_UNKNOWN
public static ApplicationSignOnMode[] values()
for (ApplicationSignOnMode c : ApplicationSignOnMode.values()) System.out.println(c);
public static ApplicationSignOnMode 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<ApplicationSignOnMode>
Copyright © 2017–2023 Okta. All rights reserved.