public enum ApplicationSignOnMode extends Enum<ApplicationSignOnMode>
| Enum Constant and Description | 
|---|
AUTO_LOGIN  | 
BASIC_AUTH  | 
BOOKMARK  | 
BROWSER_PLUGIN  | 
MOBILE_NO_SIGNON  | 
OPENID_CONNECT  | 
RADIUS_FOR_GENERIC_APP  | 
SAML_1_1  | 
SAML_2_0  | 
SECURE_PASSWORD_STORE  | 
WS_FEDERATION  | 
| Modifier and Type | Method and Description | 
|---|---|
static ApplicationSignOnMode | 
fromValue(String value)  | 
String | 
getValue()  | 
String | 
toString()  | 
String | 
toUrlQueryString(String prefix)
Convert the instance into URL query string. 
 | 
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 AUTO_LOGIN
public static final ApplicationSignOnMode BASIC_AUTH
public static final ApplicationSignOnMode BOOKMARK
public static final ApplicationSignOnMode BROWSER_PLUGIN
public static final ApplicationSignOnMode OPENID_CONNECT
public static final ApplicationSignOnMode SAML_1_1
public static final ApplicationSignOnMode SAML_2_0
public static final ApplicationSignOnMode SECURE_PASSWORD_STORE
public static final ApplicationSignOnMode WS_FEDERATION
public static final ApplicationSignOnMode MOBILE_NO_SIGNON
public static final ApplicationSignOnMode RADIUS_FOR_GENERIC_APP
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 getValue()
public String toString()
toString in class Enum<ApplicationSignOnMode>public static ApplicationSignOnMode fromValue(String value)
Copyright © 2017–2023 Okta. All rights reserved.