Class ServiceProvider.ServiceProviderPasswordRulesGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ServiceProvider

    public static class ServiceProvider.ServiceProviderPasswordRulesGetResponse
    extends Response
    Response to ServiceProviderPasswordRulesGetRequest22. Contains the group, department administrator and/or user password rules setting.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • 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
    • Constructor Detail

      • ServiceProviderPasswordRulesGetResponse

        public ServiceProviderPasswordRulesGetResponse()
    • Method Detail

      • 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()
      • setServiceProvider

        public void setServiceProvider​(ServiceProvider serviceProvider)
      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object