LoginBehavior
يتوفر إصدار أحدث لهذه الفئة. يرجى التحقق أحدث إصدار.

Specifies the behaviors to try during login.

الإضافات:Enum
الحزمة:login
طرق الفئات
values()
public static LoginBehavior values()
valueOf(String)
public static LoginBehavior valueOf(String name)
المعلمةالوصف
name
القيم الثابتة
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