LoginBehavior
A more recent version of this class is available. Check out the latest version.

Specifies the behaviors to try during login.

Extends:Enum
Package:login
Class Methods
values()
public static LoginBehavior values()
valueOf(String)
public static LoginBehavior valueOf(String name)
ParameterDescription
name
Constants
SSO_WITH_FALLBACK
Specifies that login should attempt Single Sign On (SSO), and if that does not work fall back to dialog auth. This is the default behavior.
public static final LoginBehavior SSO_WITH_FALLBACK
SSO_ONLY
Specifies that login should only attempt SSO. If SSO fails, then the login fails.
public static final LoginBehavior SSO_ONLY
SUPPRESS_SSO
Specifies that SSO should not be attempted, and to only use dialog auth.
public static final LoginBehavior SUPPRESS_SSO