LoginBehavior
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

Specifies the behaviors to try during login.

Estende:Enum
Pacchetto:login
Metodi di classe
values()
public static LoginBehavior values()
valueOf(String)
public static LoginBehavior valueOf(String name)
ParametroDescrizione
name
Costanti
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