类 AuthFlow
- java.lang.Object
-
- cn.authing.guard.flow.AuthFlow
-
- 所有已实现的接口:
Serializable
public class AuthFlow extends Object implements Serializable
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static interfaceAuthFlow.Callback<T>
-
字段概要
字段 修饰符和类型 字段 说明 static StringKEY_ACCOUNTstatic StringKEY_EXTENDED_FIELDSstatic StringKEY_MFA_EMAILstatic StringKEY_MFA_PHONEstatic StringKEY_MFA_RECOVERY_CODEstatic StringKEY_USER_INFO
-
构造器概要
构造器 构造器 说明 AuthFlow()
-
方法概要
-
-
-
方法详细资料
-
start
public static AuthFlow start(android.app.Activity context)
-
start
public static AuthFlow start(android.app.Activity activity, int layoutId)
-
showUserProfile
public static void showUserProfile(android.app.Activity activity)
-
getAccount
public static String getAccount(android.content.Context context)
-
getIndexLayoutId
public int getIndexLayoutId()
-
getRegisterLayoutId
public int getRegisterLayoutId()
-
setRegisterLayoutId
public AuthFlow setRegisterLayoutId(int registerLayoutId)
-
getForgotPasswordLayoutId
public int getForgotPasswordLayoutId()
-
setForgotPasswordLayoutId
public AuthFlow setForgotPasswordLayoutId(int forgotPasswordLayoutId)
-
getResetPasswordByEmailLayoutId
public int getResetPasswordByEmailLayoutId()
-
setResetPasswordByEmailLayoutId
public AuthFlow setResetPasswordByEmailLayoutId(int resetPasswordByEmailLayoutId)
-
getResetPasswordByPhoneLayoutId
public int getResetPasswordByPhoneLayoutId()
-
setResetPasswordByPhoneLayoutId
public AuthFlow setResetPasswordByPhoneLayoutId(int resetPasswordByPhoneLayoutId)
-
getAuthHelpLayoutId
public int getAuthHelpLayoutId()
-
setAuthHelpLayoutId
public AuthFlow setAuthHelpLayoutId(int authHelpLayoutId)
-
getMfaPhoneLayoutIds
public int[] getMfaPhoneLayoutIds()
-
setMfaPhoneLayoutIds
public void setMfaPhoneLayoutIds(int[] mfaPhoneLayoutIds)
-
setMfaPhoneLayoutId
public void setMfaPhoneLayoutId(int mfaPhoneLayoutId)
-
getMfaPhoneCurrentStep
public int getMfaPhoneCurrentStep()
-
setMfaPhoneCurrentStep
public void setMfaPhoneCurrentStep(int mfaPhoneCurrentStep)
-
getMfaEmailLayoutIds
public int[] getMfaEmailLayoutIds()
-
setMfaEmailLayoutIds
public void setMfaEmailLayoutIds(int[] mfaEmailLayoutIds)
-
setMfaBindEmailLayoutId
public void setMfaBindEmailLayoutId(int mfaBindEmailLayoutId)
-
getMfaEmailCurrentStep
public int getMfaEmailCurrentStep()
-
setMfaEmailCurrentStep
public void setMfaEmailCurrentStep(int mfaEmailCurrentStep)
-
getUserInfoCompleteLayoutIds
public int[] getUserInfoCompleteLayoutIds()
-
getMfaOTPLayoutId
public int getMfaOTPLayoutId()
-
setMfaOTPLayoutId
public void setMfaOTPLayoutId(int mfaOTPLayoutId)
-
getMfaRecoveryLayoutIds
public int[] getMfaRecoveryLayoutIds()
-
setMfaRecoveryLayoutIds
public void setMfaRecoveryLayoutIds(int[] mfaRecoveryLayoutIds)
-
getMfaRecoveryCurrentStep
public int getMfaRecoveryCurrentStep()
-
setMfaRecoveryCurrentStep
public void setMfaRecoveryCurrentStep(int mfaRecoveryCurrentStep)
-
setUserInfoCompleteLayoutIds
public void setUserInfoCompleteLayoutIds(int[] userInfoCompleteLayoutIds)
-
setUserInfoCompleteLayoutId
public void setUserInfoCompleteLayoutId(int userInfoCompleteLayoutId)
-
getUserInfoCompleteItemNormal
public int getUserInfoCompleteItemNormal()
-
setUserInfoCompleteItemNormal
public void setUserInfoCompleteItemNormal(int userInfoCompleteItemNormal)
-
getUserInfoCompleteItemEmail
public int getUserInfoCompleteItemEmail()
-
setUserInfoCompleteItemEmail
public void setUserInfoCompleteItemEmail(int userInfoCompleteItemEmail)
-
getUserInfoCompleteItemPhone
public int getUserInfoCompleteItemPhone()
-
setUserInfoCompleteItemPhone
public void setUserInfoCompleteItemPhone(int userInfoCompleteItemPhone)
-
getUserInfoCompleteItemSelect
public int getUserInfoCompleteItemSelect()
-
setUserInfoCompleteItemSelect
public void setUserInfoCompleteItemSelect(int userInfoCompleteItemSelect)
-
getUserInfoCompleteItemDatePicker
public int getUserInfoCompleteItemDatePicker()
-
setUserInfoCompleteItemDatePicker
public void setUserInfoCompleteItemDatePicker(int userInfoCompleteItemDatePicker)
-
getResetPasswordFirstLoginLayoutId
public int getResetPasswordFirstLoginLayoutId()
-
setResetPasswordFirstLoginLayoutId
public void setResetPasswordFirstLoginLayoutId(int resetPasswordFirstLoginLayoutId)
-
getAuthCallback
public AuthFlow.Callback<UserInfo> getAuthCallback()
-
setAuthCallback
public AuthFlow setAuthCallback(AuthFlow.Callback<UserInfo> authCallback)
-
getAuthProtocol
public AuthContainer.AuthProtocol getAuthProtocol()
-
setAuthProtocol
public void setAuthProtocol(AuthContainer.AuthProtocol authProtocol)
-
-