LoginBehavior
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière version.

Specifies the behaviors to try during login.

Prolonge :Enum
Package :login
Méthodes Class
values()
public static LoginBehavior values()
valueOf(String)
public static LoginBehavior valueOf(String name)
ParamètreDescription
name
Constantes
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