Class ServiceProvider.ServiceProviderDeviceProfileAuthenticationPasswordRulesGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ServiceProvider

    public static class ServiceProvider.ServiceProviderDeviceProfileAuthenticationPasswordRulesGetResponse
    extends Response
    Response to ServiceProviderDeviceProfileAuthenticationPasswordRulesGetRequest. Contains the device profile authentication password rules for the service provider.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • useServiceProviderSettings

        protected Boolean useServiceProviderSettings
      • disallowAuthenticationName

        protected Boolean disallowAuthenticationName
      • 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
      • sendPermanentLockoutNotification

        protected Boolean sendPermanentLockoutNotification
      • permanentLockoutNotifyEmailAddress

        protected String permanentLockoutNotifyEmailAddress
      • deviceProfileTemporaryLockoutThreshold

        protected Integer deviceProfileTemporaryLockoutThreshold
      • deviceProfilePermanentLockoutThreshold

        protected Integer deviceProfilePermanentLockoutThreshold
    • Constructor Detail

      • ServiceProviderDeviceProfileAuthenticationPasswordRulesGetResponse

        public ServiceProviderDeviceProfileAuthenticationPasswordRulesGetResponse()
    • Method Detail

      • setUseServiceProviderSettings

        public void setUseServiceProviderSettings​(Boolean useServiceProviderSettings)
      • getUseServiceProviderSettings

        public Boolean getUseServiceProviderSettings()
      • setDisallowAuthenticationName

        public void setDisallowAuthenticationName​(Boolean disallowAuthenticationName)
      • getDisallowAuthenticationName

        public Boolean getDisallowAuthenticationName()
      • 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()
      • setSendPermanentLockoutNotification

        public void setSendPermanentLockoutNotification​(Boolean sendPermanentLockoutNotification)
      • getSendPermanentLockoutNotification

        public Boolean getSendPermanentLockoutNotification()
      • setPermanentLockoutNotifyEmailAddress

        public void setPermanentLockoutNotifyEmailAddress​(String permanentLockoutNotifyEmailAddress)
      • getPermanentLockoutNotifyEmailAddress

        public String getPermanentLockoutNotifyEmailAddress()
      • setDeviceProfileAuthenticationLockoutType

        public void setDeviceProfileAuthenticationLockoutType​(AuthenticationLockoutType deviceProfileAuthenticationLockoutType)
      • setDeviceProfileTemporaryLockoutThreshold

        public void setDeviceProfileTemporaryLockoutThreshold​(Integer deviceProfileTemporaryLockoutThreshold)
      • getDeviceProfileTemporaryLockoutThreshold

        public Integer getDeviceProfileTemporaryLockoutThreshold()
      • setDeviceProfilePermanentLockoutThreshold

        public void setDeviceProfilePermanentLockoutThreshold​(Integer deviceProfilePermanentLockoutThreshold)
      • getDeviceProfilePermanentLockoutThreshold

        public Integer getDeviceProfilePermanentLockoutThreshold()
      • 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