LoginBehavior
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

Specifies the behaviors to try during login.

Erweiterungen:Enum
Package:login
Klassenmethoden
values()
public static LoginBehavior values()
valueOf(String)
public static LoginBehavior valueOf(String name)
ParameterBeschreibung
name
Konstanten
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