Class BWSystem.SystemDeviceProfileAuthenticationPasswordRulesGetResponse

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

public static class BWSystem.SystemDeviceProfileAuthenticationPasswordRulesGetResponse extends Response
Response to SystemDeviceProfileAuthenticationPasswordRulesGetRequest. Contains the device profile authentication password rules for the system.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • 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
    • deviceProfileAuthenticationLockoutType

      protected AuthenticationLockoutType deviceProfileAuthenticationLockoutType
    • deviceProfileTemporaryLockoutThreshold

      protected Integer deviceProfileTemporaryLockoutThreshold
    • deviceProfileWaitAlgorithm

      protected AuthenticationLockoutWaitAlgorithmType deviceProfileWaitAlgorithm
    • deviceProfileLockoutFixedMinutes

      protected AuthenticationLockoutFixedWaitTimeMinutes deviceProfileLockoutFixedMinutes
    • deviceProfilePermanentLockoutThreshold

      protected Integer deviceProfilePermanentLockoutThreshold
  • Constructor Details

    • SystemDeviceProfileAuthenticationPasswordRulesGetResponse

      public SystemDeviceProfileAuthenticationPasswordRulesGetResponse()
  • Method Details

    • 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)
    • getDeviceProfileAuthenticationLockoutType

      public AuthenticationLockoutType getDeviceProfileAuthenticationLockoutType()
    • setDeviceProfileTemporaryLockoutThreshold

      public void setDeviceProfileTemporaryLockoutThreshold(Integer deviceProfileTemporaryLockoutThreshold)
    • getDeviceProfileTemporaryLockoutThreshold

      public Integer getDeviceProfileTemporaryLockoutThreshold()
    • setDeviceProfileWaitAlgorithm

      public void setDeviceProfileWaitAlgorithm(AuthenticationLockoutWaitAlgorithmType deviceProfileWaitAlgorithm)
    • getDeviceProfileWaitAlgorithm

      public AuthenticationLockoutWaitAlgorithmType getDeviceProfileWaitAlgorithm()
    • setDeviceProfileLockoutFixedMinutes

      public void setDeviceProfileLockoutFixedMinutes(AuthenticationLockoutFixedWaitTimeMinutes deviceProfileLockoutFixedMinutes)
    • getDeviceProfileLockoutFixedMinutes

      public AuthenticationLockoutFixedWaitTimeMinutes getDeviceProfileLockoutFixedMinutes()
    • setDeviceProfilePermanentLockoutThreshold

      public void setDeviceProfilePermanentLockoutThreshold(Integer deviceProfilePermanentLockoutThreshold)
    • getDeviceProfilePermanentLockoutThreshold

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