Class Group.GroupAdministratorPasswordRulesGetResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.Group.GroupAdministratorPasswordRulesGetResponse
All Implemented Interfaces:
Serializable
Enclosing class:
Group

public static class Group.GroupAdministratorPasswordRulesGetResponse extends Response
Response to GroupAdministratorPasswordRulesGetRequest.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • useExternalAuthentication

      protected Boolean useExternalAuthentication
    • 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
    • disallowPreviousPasswords

      protected Boolean disallowPreviousPasswords
    • numberOfPreviousPasswords

      protected Integer numberOfPreviousPasswords
    • group

      protected transient Group group
  • Constructor Details

    • GroupAdministratorPasswordRulesGetResponse

      public GroupAdministratorPasswordRulesGetResponse()
  • Method Details

    • setFlagUseExternalAuthentication

      public void setFlagUseExternalAuthentication()
    • useExternalAuthenticationFlagExist

      public boolean useExternalAuthenticationFlagExist()
    • getUseExternalAuthentication

      public Boolean getUseExternalAuthentication()
    • 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()
    • setDisallowPreviousPasswords

      public void setDisallowPreviousPasswords(Boolean disallowPreviousPasswords)
    • getDisallowPreviousPasswords

      public Boolean getDisallowPreviousPasswords()
    • setNumberOfPreviousPasswords

      public void setNumberOfPreviousPasswords(Integer numberOfPreviousPasswords)
    • getNumberOfPreviousPasswords

      public Integer getNumberOfPreviousPasswords()
    • setGroup

      public void setGroup(Group group)
    • getGroup

      public Group getGroup()
    • 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