public enum ApplicationSignOnMode extends java.lang.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 |
|---|---|
java.lang.String |
toString() |
static ApplicationSignOnMode |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<ApplicationSignOnMode>Copyright © 2017-2021 Okta. All Rights Reserved.