类 CreateLoginProfileRequest


  • public class CreateLoginProfileRequest
    extends Object
    CreateLoginProfileRequest
    • 构造器详细资料

      • CreateLoginProfileRequest

        public CreateLoginProfileRequest()
    • 方法详细资料

      • isLoginAllowed

        public Boolean isLoginAllowed()
        Get loginAllowed
        返回:
        loginAllowed
      • setLoginAllowed

        public void setLoginAllowed​(Boolean loginAllowed)
      • getPassword

        @NotNull
        public @NotNull String getPassword()
        Get password
        返回:
        password
      • setPassword

        public void setPassword​(String password)
      • isPasswordResetRequired

        public Boolean isPasswordResetRequired()
        Get passwordResetRequired
        返回:
        passwordResetRequired
      • setPasswordResetRequired

        public void setPasswordResetRequired​(Boolean passwordResetRequired)
      • getSafeAuthExemptDuration

        public Integer getSafeAuthExemptDuration()
        Get safeAuthExemptDuration
        返回:
        safeAuthExemptDuration
      • setSafeAuthExemptDuration

        public void setSafeAuthExemptDuration​(Integer safeAuthExemptDuration)
      • isSafeAuthFlag

        public Boolean isSafeAuthFlag()
        Get safeAuthFlag
        返回:
        safeAuthFlag
      • setSafeAuthFlag

        public void setSafeAuthFlag​(Boolean safeAuthFlag)
      • getSafeAuthType

        public String getSafeAuthType()
        Get safeAuthType
        返回:
        safeAuthType
      • setSafeAuthType

        public void setSafeAuthType​(String safeAuthType)
      • getUserName

        @NotNull
        public @NotNull String getUserName()
        Get userName
        返回:
        userName
      • setUserName

        public void setUserName​(String userName)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object