Class ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesGetResponse

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

public static class ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesGetResponse extends Response
Response to ServiceProviderSIPAuthenticationPasswordRulesGetRequest. Contains the SIP authentication password rules for the service provider.
Author:
AlpacaGenerator
See Also:
  • Field Details

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

      protected AuthenticationLockoutType endpointAuthenticationLockoutType
    • endpointTemporaryLockoutThreshold

      protected Integer endpointTemporaryLockoutThreshold
    • endpointWaitAlgorithm

      protected AuthenticationLockoutWaitAlgorithmType endpointWaitAlgorithm
    • endpointLockoutFixedMinutes

      protected AuthenticationLockoutFixedWaitTimeMinutes endpointLockoutFixedMinutes
    • endpointPermanentLockoutThreshold

      protected Integer endpointPermanentLockoutThreshold
    • trunkGroupTemporaryLockoutThreshold

      protected Integer trunkGroupTemporaryLockoutThreshold
    • trunkGroupAuthenticationLockoutType

      protected AuthenticationLockoutType trunkGroupAuthenticationLockoutType
    • trunkGroupWaitAlgorithm

      protected AuthenticationLockoutWaitAlgorithmType trunkGroupWaitAlgorithm
    • trunkGroupLockoutFixedMinutes

      protected AuthenticationLockoutFixedWaitTimeMinutes trunkGroupLockoutFixedMinutes
    • trunkGroupPermanentLockoutThreshold

      protected Integer trunkGroupPermanentLockoutThreshold
    • serviceProvider

      protected transient ServiceProvider serviceProvider
  • Constructor Details

    • ServiceProviderSIPAuthenticationPasswordRulesGetResponse

      public ServiceProviderSIPAuthenticationPasswordRulesGetResponse()
  • Method Details

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

      public void setEndpointAuthenticationLockoutType(AuthenticationLockoutType endpointAuthenticationLockoutType)
    • getEndpointAuthenticationLockoutType

      public AuthenticationLockoutType getEndpointAuthenticationLockoutType()
    • setEndpointTemporaryLockoutThreshold

      public void setEndpointTemporaryLockoutThreshold(Integer endpointTemporaryLockoutThreshold)
    • getEndpointTemporaryLockoutThreshold

      public Integer getEndpointTemporaryLockoutThreshold()
    • setEndpointWaitAlgorithm

      public void setEndpointWaitAlgorithm(AuthenticationLockoutWaitAlgorithmType endpointWaitAlgorithm)
    • getEndpointWaitAlgorithm

      public AuthenticationLockoutWaitAlgorithmType getEndpointWaitAlgorithm()
    • setEndpointLockoutFixedMinutes

      public void setEndpointLockoutFixedMinutes(AuthenticationLockoutFixedWaitTimeMinutes endpointLockoutFixedMinutes)
    • getEndpointLockoutFixedMinutes

      public AuthenticationLockoutFixedWaitTimeMinutes getEndpointLockoutFixedMinutes()
    • setEndpointPermanentLockoutThreshold

      public void setEndpointPermanentLockoutThreshold(Integer endpointPermanentLockoutThreshold)
    • getEndpointPermanentLockoutThreshold

      public Integer getEndpointPermanentLockoutThreshold()
    • setTrunkGroupTemporaryLockoutThreshold

      public void setTrunkGroupTemporaryLockoutThreshold(Integer trunkGroupTemporaryLockoutThreshold)
    • getTrunkGroupTemporaryLockoutThreshold

      public Integer getTrunkGroupTemporaryLockoutThreshold()
    • setTrunkGroupAuthenticationLockoutType

      public void setTrunkGroupAuthenticationLockoutType(AuthenticationLockoutType trunkGroupAuthenticationLockoutType)
    • getTrunkGroupAuthenticationLockoutType

      public AuthenticationLockoutType getTrunkGroupAuthenticationLockoutType()
    • setTrunkGroupWaitAlgorithm

      public void setTrunkGroupWaitAlgorithm(AuthenticationLockoutWaitAlgorithmType trunkGroupWaitAlgorithm)
    • getTrunkGroupWaitAlgorithm

      public AuthenticationLockoutWaitAlgorithmType getTrunkGroupWaitAlgorithm()
    • setTrunkGroupLockoutFixedMinutes

      public void setTrunkGroupLockoutFixedMinutes(AuthenticationLockoutFixedWaitTimeMinutes trunkGroupLockoutFixedMinutes)
    • getTrunkGroupLockoutFixedMinutes

      public AuthenticationLockoutFixedWaitTimeMinutes getTrunkGroupLockoutFixedMinutes()
    • setTrunkGroupPermanentLockoutThreshold

      public void setTrunkGroupPermanentLockoutThreshold(Integer trunkGroupPermanentLockoutThreshold)
    • getTrunkGroupPermanentLockoutThreshold

      public Integer getTrunkGroupPermanentLockoutThreshold()
    • setServiceProvider

      public void setServiceProvider(ServiceProvider serviceProvider)
    • getServiceProvider

      public ServiceProvider getServiceProvider()
    • 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