@GwtIncompatible public static class ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest extends Request<DefaultResponse>
Request.Protocol
Constructor and Description |
---|
ServiceProviderSIPAuthenticationPasswordRulesModifyRequest(ServiceProvider serviceProvider) |
appendChild, appendChild, appendChild, asyncFire, createDocument, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull protected transient ServiceProvider serviceProvider
protected Boolean useServiceProviderSettings
protected Boolean disallowAuthenticationName
protected Boolean disallowOldPassword
protected Boolean disallowReversedOldPassword
protected Boolean restrictMinDigits
protected Integer minDigits
protected Boolean restrictMinUpperCaseLetters
protected Integer minUpperCaseLetters
protected Boolean restrictMinLowerCaseLetters
protected Integer minLowerCaseLetters
protected Boolean restrictMinNonAlphanumericCharacters
protected Integer minNonAlphanumericCharacters
protected Integer minLength
protected Boolean sendPermanentLockoutNotification
protected com.google.common.base.Optional<String> permanentLockoutNotifyEmailAddress
protected AuthenticationLockoutType endpointAuthenticationLockoutType
protected Integer endpointTemporaryLockoutThreshold
protected AuthenticationLockoutWaitAlgorithmType endpointWaitAlgorithm
protected AuthenticationLockoutFixedWaitTimeMinutes endpointLockoutFixedMinutes
protected Integer endpointPermanentLockoutThreshold
protected AuthenticationLockoutType trunkGroupAuthenticationLockoutType
protected Integer trunkGroupTemporaryLockoutThreshold
protected AuthenticationLockoutWaitAlgorithmType trunkGroupWaitAlgorithm
protected AuthenticationLockoutFixedWaitTimeMinutes trunkGroupLockoutFixedMinutes
protected Integer trunkGroupPermanentLockoutThreshold
public ServiceProviderSIPAuthenticationPasswordRulesModifyRequest(ServiceProvider serviceProvider)
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setServiceProvider(ServiceProvider serviceProvider)
public ServiceProvider getServiceProvider()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setUseServiceProviderSettings(Boolean useServiceProviderSettings)
public Boolean getUseServiceProviderSettings()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setDisallowAuthenticationName(Boolean disallowAuthenticationName)
public Boolean getDisallowAuthenticationName()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setDisallowOldPassword(Boolean disallowOldPassword)
public Boolean getDisallowOldPassword()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setDisallowReversedOldPassword(Boolean disallowReversedOldPassword)
public Boolean getDisallowReversedOldPassword()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setRestrictMinDigits(Boolean restrictMinDigits)
public Boolean getRestrictMinDigits()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setMinDigits(Integer minDigits)
public Integer getMinDigits()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setRestrictMinUpperCaseLetters(Boolean restrictMinUpperCaseLetters)
public Boolean getRestrictMinUpperCaseLetters()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setMinUpperCaseLetters(Integer minUpperCaseLetters)
public Integer getMinUpperCaseLetters()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setRestrictMinLowerCaseLetters(Boolean restrictMinLowerCaseLetters)
public Boolean getRestrictMinLowerCaseLetters()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setMinLowerCaseLetters(Integer minLowerCaseLetters)
public Integer getMinLowerCaseLetters()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setRestrictMinNonAlphanumericCharacters(Boolean restrictMinNonAlphanumericCharacters)
public Boolean getRestrictMinNonAlphanumericCharacters()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setMinNonAlphanumericCharacters(Integer minNonAlphanumericCharacters)
public Integer getMinNonAlphanumericCharacters()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setMinLength(Integer minLength)
public Integer getMinLength()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setSendPermanentLockoutNotification(Boolean sendPermanentLockoutNotification)
public Boolean getSendPermanentLockoutNotification()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setPermanentLockoutNotifyEmailAddress(String permanentLockoutNotifyEmailAddress)
public com.google.common.base.Optional<String> getPermanentLockoutNotifyEmailAddress()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setEndpointAuthenticationLockoutType(AuthenticationLockoutType endpointAuthenticationLockoutType)
public AuthenticationLockoutType getEndpointAuthenticationLockoutType()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setEndpointTemporaryLockoutThreshold(Integer endpointTemporaryLockoutThreshold)
public Integer getEndpointTemporaryLockoutThreshold()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setEndpointWaitAlgorithm(AuthenticationLockoutWaitAlgorithmType endpointWaitAlgorithm)
public AuthenticationLockoutWaitAlgorithmType getEndpointWaitAlgorithm()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setEndpointLockoutFixedMinutes(AuthenticationLockoutFixedWaitTimeMinutes endpointLockoutFixedMinutes)
public AuthenticationLockoutFixedWaitTimeMinutes getEndpointLockoutFixedMinutes()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setEndpointPermanentLockoutThreshold(Integer endpointPermanentLockoutThreshold)
public Integer getEndpointPermanentLockoutThreshold()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setTrunkGroupAuthenticationLockoutType(AuthenticationLockoutType trunkGroupAuthenticationLockoutType)
public AuthenticationLockoutType getTrunkGroupAuthenticationLockoutType()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setTrunkGroupTemporaryLockoutThreshold(Integer trunkGroupTemporaryLockoutThreshold)
public Integer getTrunkGroupTemporaryLockoutThreshold()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setTrunkGroupWaitAlgorithm(AuthenticationLockoutWaitAlgorithmType trunkGroupWaitAlgorithm)
public AuthenticationLockoutWaitAlgorithmType getTrunkGroupWaitAlgorithm()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setTrunkGroupLockoutFixedMinutes(AuthenticationLockoutFixedWaitTimeMinutes trunkGroupLockoutFixedMinutes)
public AuthenticationLockoutFixedWaitTimeMinutes getTrunkGroupLockoutFixedMinutes()
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest setTrunkGroupPermanentLockoutThreshold(Integer trunkGroupPermanentLockoutThreshold)
public Integer getTrunkGroupPermanentLockoutThreshold()
public static ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesModifyRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.