Class BWSystem.SystemPasswordRulesGetResponse

All Implemented Interfaces:
Serializable
Enclosing class:
BWSystem

public static class BWSystem.SystemPasswordRulesGetResponse extends Response
Response to SystemPasswordRulesGetRequest23. Contains the password rules for System administrator, Provisioning Administrator, and/or Service Provider Administrator, Group Administrator, Department Administrator, user.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • rulesApplyTo

      protected SystemPasswordRulesApplyTo rulesApplyTo
    • allowWebAddExternalAuthenticationUsers

      protected Boolean allowWebAddExternalAuthenticationUsers
    • disallowUserId

      protected Boolean disallowUserId
    • disallowOldPassword

      protected Boolean disallowOldPassword
    • disallowReversedOldPassword

      protected Boolean disallowReversedOldPassword
    • restrictMinDigits

      protected Boolean restrictMinDigits
    • minDigits

      protected Integer minDigits
    • restrictMinUpperCaseLetters

      protected Boolean restrictMinUpperCaseLetters
    • minUpperCaseLetters

      protected Integer minUpperCaseLetters
    • restrictMinLowerCaseLetters

      protected Boolean restrictMinLowerCaseLetters
    • minLowerCaseLetters

      protected Integer minLowerCaseLetters
    • restrictMinNonAlphanumericCharacters

      protected Boolean restrictMinNonAlphanumericCharacters
    • minNonAlphanumericCharacters

      protected Integer minNonAlphanumericCharacters
    • minLength

      protected Integer minLength
    • maxFailedLoginAttempts

      protected Integer maxFailedLoginAttempts
    • passwordExpiresDays

      protected Integer passwordExpiresDays
    • sendLoginDisabledNotifyEmail

      protected Boolean sendLoginDisabledNotifyEmail
    • loginDisabledNotifyEmailAddress

      protected String loginDisabledNotifyEmailAddress
    • disallowRulesModification

      protected Boolean disallowRulesModification
    • disallowPreviousPasswords

      protected Boolean disallowPreviousPasswords
    • numberOfPreviousPasswords

      protected Integer numberOfPreviousPasswords
    • forcePasswordChangeAfterReset

      protected Boolean forcePasswordChangeAfterReset
    • enforceExternalAuthForRoutePoint

      protected Boolean enforceExternalAuthForRoutePoint
  • Constructor Details

    • SystemPasswordRulesGetResponse

      public SystemPasswordRulesGetResponse()
  • Method Details

    • setRulesApplyTo

      public void setRulesApplyTo(SystemPasswordRulesApplyTo rulesApplyTo)
    • getRulesApplyTo

      public SystemPasswordRulesApplyTo getRulesApplyTo()
    • setAllowWebAddExternalAuthenticationUsers

      public void setAllowWebAddExternalAuthenticationUsers(Boolean allowWebAddExternalAuthenticationUsers)
    • getAllowWebAddExternalAuthenticationUsers

      public Boolean getAllowWebAddExternalAuthenticationUsers()
    • setDisallowUserId

      public void setDisallowUserId(Boolean disallowUserId)
    • getDisallowUserId

      public Boolean getDisallowUserId()
    • setDisallowOldPassword

      public void setDisallowOldPassword(Boolean disallowOldPassword)
    • getDisallowOldPassword

      public Boolean getDisallowOldPassword()
    • setDisallowReversedOldPassword

      public void setDisallowReversedOldPassword(Boolean disallowReversedOldPassword)
    • getDisallowReversedOldPassword

      public Boolean getDisallowReversedOldPassword()
    • setRestrictMinDigits

      public void setRestrictMinDigits(Boolean restrictMinDigits)
    • getRestrictMinDigits

      public Boolean getRestrictMinDigits()
    • setMinDigits

      public void setMinDigits(Integer minDigits)
    • getMinDigits

      public Integer getMinDigits()
    • setRestrictMinUpperCaseLetters

      public void setRestrictMinUpperCaseLetters(Boolean restrictMinUpperCaseLetters)
    • getRestrictMinUpperCaseLetters

      public Boolean getRestrictMinUpperCaseLetters()
    • setMinUpperCaseLetters

      public void setMinUpperCaseLetters(Integer minUpperCaseLetters)
    • getMinUpperCaseLetters

      public Integer getMinUpperCaseLetters()
    • setRestrictMinLowerCaseLetters

      public void setRestrictMinLowerCaseLetters(Boolean restrictMinLowerCaseLetters)
    • getRestrictMinLowerCaseLetters

      public Boolean getRestrictMinLowerCaseLetters()
    • setMinLowerCaseLetters

      public void setMinLowerCaseLetters(Integer minLowerCaseLetters)
    • getMinLowerCaseLetters

      public Integer getMinLowerCaseLetters()
    • setRestrictMinNonAlphanumericCharacters

      public void setRestrictMinNonAlphanumericCharacters(Boolean restrictMinNonAlphanumericCharacters)
    • getRestrictMinNonAlphanumericCharacters

      public Boolean getRestrictMinNonAlphanumericCharacters()
    • setMinNonAlphanumericCharacters

      public void setMinNonAlphanumericCharacters(Integer minNonAlphanumericCharacters)
    • getMinNonAlphanumericCharacters

      public Integer getMinNonAlphanumericCharacters()
    • setMinLength

      public void setMinLength(Integer minLength)
    • getMinLength

      public Integer getMinLength()
    • setMaxFailedLoginAttempts

      public void setMaxFailedLoginAttempts(Integer maxFailedLoginAttempts)
    • getMaxFailedLoginAttempts

      public Integer getMaxFailedLoginAttempts()
    • setPasswordExpiresDays

      public void setPasswordExpiresDays(Integer passwordExpiresDays)
    • getPasswordExpiresDays

      public Integer getPasswordExpiresDays()
    • setSendLoginDisabledNotifyEmail

      public void setSendLoginDisabledNotifyEmail(Boolean sendLoginDisabledNotifyEmail)
    • getSendLoginDisabledNotifyEmail

      public Boolean getSendLoginDisabledNotifyEmail()
    • setLoginDisabledNotifyEmailAddress

      public void setLoginDisabledNotifyEmailAddress(String loginDisabledNotifyEmailAddress)
    • getLoginDisabledNotifyEmailAddress

      public String getLoginDisabledNotifyEmailAddress()
    • setDisallowRulesModification

      public void setDisallowRulesModification(Boolean disallowRulesModification)
    • getDisallowRulesModification

      public Boolean getDisallowRulesModification()
    • setDisallowPreviousPasswords

      public void setDisallowPreviousPasswords(Boolean disallowPreviousPasswords)
    • getDisallowPreviousPasswords

      public Boolean getDisallowPreviousPasswords()
    • setNumberOfPreviousPasswords

      public void setNumberOfPreviousPasswords(Integer numberOfPreviousPasswords)
    • getNumberOfPreviousPasswords

      public Integer getNumberOfPreviousPasswords()
    • setForcePasswordChangeAfterReset

      public void setForcePasswordChangeAfterReset(Boolean forcePasswordChangeAfterReset)
    • getForcePasswordChangeAfterReset

      public Boolean getForcePasswordChangeAfterReset()
    • setEnforceExternalAuthForRoutePoint

      public void setEnforceExternalAuthForRoutePoint(Boolean enforceExternalAuthForRoutePoint)
    • getEnforceExternalAuthForRoutePoint

      public Boolean getEnforceExternalAuthForRoutePoint()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object