Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest extends Request<DefaultResponse>
Request to modify the system level SIP authentication password rule settings The response is either SuccessResponse or ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SystemSIPAuthenticationPasswordRulesModifyRequest()
SystemSIPAuthenticationPasswordRulesModifyRequest(BroadWorksServer broadWorksServer)
-
Method Summary
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
-
-
-
Field Detail
-
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 Optional<@Size(min=1,max=80) String> permanentLockoutNotifyEmailAddress
-
endpointAuthenticationLockoutType
protected AuthenticationLockoutType endpointAuthenticationLockoutType
-
endpointTemporaryLockoutThreshold
protected Integer endpointTemporaryLockoutThreshold
-
endpointWaitAlgorithm
protected AuthenticationLockoutWaitAlgorithmType endpointWaitAlgorithm
-
endpointLockoutFixedMinutes
protected AuthenticationLockoutFixedWaitTimeMinutes endpointLockoutFixedMinutes
-
endpointPermanentLockoutThreshold
protected Integer endpointPermanentLockoutThreshold
-
trunkGroupAuthenticationLockoutType
protected AuthenticationLockoutType trunkGroupAuthenticationLockoutType
-
trunkGroupTemporaryLockoutThreshold
protected Integer trunkGroupTemporaryLockoutThreshold
-
trunkGroupWaitAlgorithm
protected AuthenticationLockoutWaitAlgorithmType trunkGroupWaitAlgorithm
-
trunkGroupLockoutFixedMinutes
protected AuthenticationLockoutFixedWaitTimeMinutes trunkGroupLockoutFixedMinutes
-
trunkGroupPermanentLockoutThreshold
protected Integer trunkGroupPermanentLockoutThreshold
-
-
Constructor Detail
-
SystemSIPAuthenticationPasswordRulesModifyRequest
public SystemSIPAuthenticationPasswordRulesModifyRequest()
-
SystemSIPAuthenticationPasswordRulesModifyRequest
public SystemSIPAuthenticationPasswordRulesModifyRequest(BroadWorksServer broadWorksServer)
-
-
Method Detail
-
setDisallowAuthenticationName
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setDisallowAuthenticationName(Boolean disallowAuthenticationName)
-
getDisallowAuthenticationName
public Boolean getDisallowAuthenticationName()
-
setDisallowOldPassword
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setDisallowOldPassword(Boolean disallowOldPassword)
-
getDisallowOldPassword
public Boolean getDisallowOldPassword()
-
setDisallowReversedOldPassword
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setDisallowReversedOldPassword(Boolean disallowReversedOldPassword)
-
getDisallowReversedOldPassword
public Boolean getDisallowReversedOldPassword()
-
setRestrictMinDigits
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setRestrictMinDigits(Boolean restrictMinDigits)
-
getRestrictMinDigits
public Boolean getRestrictMinDigits()
-
setMinDigits
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setMinDigits(Integer minDigits)
-
getMinDigits
public Integer getMinDigits()
-
setRestrictMinUpperCaseLetters
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setRestrictMinUpperCaseLetters(Boolean restrictMinUpperCaseLetters)
-
getRestrictMinUpperCaseLetters
public Boolean getRestrictMinUpperCaseLetters()
-
setMinUpperCaseLetters
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setMinUpperCaseLetters(Integer minUpperCaseLetters)
-
getMinUpperCaseLetters
public Integer getMinUpperCaseLetters()
-
setRestrictMinLowerCaseLetters
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setRestrictMinLowerCaseLetters(Boolean restrictMinLowerCaseLetters)
-
getRestrictMinLowerCaseLetters
public Boolean getRestrictMinLowerCaseLetters()
-
setMinLowerCaseLetters
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setMinLowerCaseLetters(Integer minLowerCaseLetters)
-
getMinLowerCaseLetters
public Integer getMinLowerCaseLetters()
-
setRestrictMinNonAlphanumericCharacters
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setRestrictMinNonAlphanumericCharacters(Boolean restrictMinNonAlphanumericCharacters)
-
getRestrictMinNonAlphanumericCharacters
public Boolean getRestrictMinNonAlphanumericCharacters()
-
setMinNonAlphanumericCharacters
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setMinNonAlphanumericCharacters(Integer minNonAlphanumericCharacters)
-
getMinNonAlphanumericCharacters
public Integer getMinNonAlphanumericCharacters()
-
setMinLength
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setMinLength(Integer minLength)
-
getMinLength
public Integer getMinLength()
-
setSendPermanentLockoutNotification
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setSendPermanentLockoutNotification(Boolean sendPermanentLockoutNotification)
-
getSendPermanentLockoutNotification
public Boolean getSendPermanentLockoutNotification()
-
unsetPermanentLockoutNotifyEmailAddress
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest unsetPermanentLockoutNotifyEmailAddress()
-
setPermanentLockoutNotifyEmailAddress
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setPermanentLockoutNotifyEmailAddress(String permanentLockoutNotifyEmailAddress)
-
getPermanentLockoutNotifyEmailAddress
public Optional<@Size(min=1,max=80) String> getPermanentLockoutNotifyEmailAddress()
-
setEndpointAuthenticationLockoutType
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setEndpointAuthenticationLockoutType(AuthenticationLockoutType endpointAuthenticationLockoutType)
-
getEndpointAuthenticationLockoutType
public AuthenticationLockoutType getEndpointAuthenticationLockoutType()
-
setEndpointTemporaryLockoutThreshold
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setEndpointTemporaryLockoutThreshold(Integer endpointTemporaryLockoutThreshold)
-
getEndpointTemporaryLockoutThreshold
public Integer getEndpointTemporaryLockoutThreshold()
-
setEndpointWaitAlgorithm
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setEndpointWaitAlgorithm(AuthenticationLockoutWaitAlgorithmType endpointWaitAlgorithm)
-
getEndpointWaitAlgorithm
public AuthenticationLockoutWaitAlgorithmType getEndpointWaitAlgorithm()
-
setEndpointLockoutFixedMinutes
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setEndpointLockoutFixedMinutes(AuthenticationLockoutFixedWaitTimeMinutes endpointLockoutFixedMinutes)
-
getEndpointLockoutFixedMinutes
public AuthenticationLockoutFixedWaitTimeMinutes getEndpointLockoutFixedMinutes()
-
setEndpointPermanentLockoutThreshold
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setEndpointPermanentLockoutThreshold(Integer endpointPermanentLockoutThreshold)
-
getEndpointPermanentLockoutThreshold
public Integer getEndpointPermanentLockoutThreshold()
-
setTrunkGroupAuthenticationLockoutType
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setTrunkGroupAuthenticationLockoutType(AuthenticationLockoutType trunkGroupAuthenticationLockoutType)
-
getTrunkGroupAuthenticationLockoutType
public AuthenticationLockoutType getTrunkGroupAuthenticationLockoutType()
-
setTrunkGroupTemporaryLockoutThreshold
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setTrunkGroupTemporaryLockoutThreshold(Integer trunkGroupTemporaryLockoutThreshold)
-
getTrunkGroupTemporaryLockoutThreshold
public Integer getTrunkGroupTemporaryLockoutThreshold()
-
setTrunkGroupWaitAlgorithm
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setTrunkGroupWaitAlgorithm(AuthenticationLockoutWaitAlgorithmType trunkGroupWaitAlgorithm)
-
getTrunkGroupWaitAlgorithm
public AuthenticationLockoutWaitAlgorithmType getTrunkGroupWaitAlgorithm()
-
setTrunkGroupLockoutFixedMinutes
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setTrunkGroupLockoutFixedMinutes(AuthenticationLockoutFixedWaitTimeMinutes trunkGroupLockoutFixedMinutes)
-
getTrunkGroupLockoutFixedMinutes
public AuthenticationLockoutFixedWaitTimeMinutes getTrunkGroupLockoutFixedMinutes()
-
setTrunkGroupPermanentLockoutThreshold
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setTrunkGroupPermanentLockoutThreshold(Integer trunkGroupPermanentLockoutThreshold)
-
getTrunkGroupPermanentLockoutThreshold
public Integer getTrunkGroupPermanentLockoutThreshold()
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-
-