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
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected Boolean
protected Boolean
protected AuthenticationLockoutType
protected Integer
protected Integer
protected AuthenticationLockoutWaitAlgorithmType
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected AuthenticationLockoutType
protected Integer
protected Integer
protected AuthenticationLockoutWaitAlgorithmType
-
Constructor Summary
ConstructorsConstructorDescriptionSystemSIPAuthenticationPasswordRulesModifyRequest
(BroadWorksServer broadWorksServer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.setDisallowAuthenticationName
(Boolean disallowAuthenticationName) setDisallowOldPassword
(Boolean disallowOldPassword) setDisallowReversedOldPassword
(Boolean disallowReversedOldPassword) setEndpointAuthenticationLockoutType
(AuthenticationLockoutType endpointAuthenticationLockoutType) setEndpointLockoutFixedMinutes
(AuthenticationLockoutFixedWaitTimeMinutes endpointLockoutFixedMinutes) setEndpointPermanentLockoutThreshold
(Integer endpointPermanentLockoutThreshold) setEndpointTemporaryLockoutThreshold
(Integer endpointTemporaryLockoutThreshold) setEndpointWaitAlgorithm
(AuthenticationLockoutWaitAlgorithmType endpointWaitAlgorithm) setMinDigits
(Integer minDigits) setMinLength
(Integer minLength) setMinLowerCaseLetters
(Integer minLowerCaseLetters) setMinNonAlphanumericCharacters
(Integer minNonAlphanumericCharacters) setMinUpperCaseLetters
(Integer minUpperCaseLetters) setPermanentLockoutNotifyEmailAddress
(String permanentLockoutNotifyEmailAddress) setRestrictMinDigits
(Boolean restrictMinDigits) setRestrictMinLowerCaseLetters
(Boolean restrictMinLowerCaseLetters) setRestrictMinNonAlphanumericCharacters
(Boolean restrictMinNonAlphanumericCharacters) setRestrictMinUpperCaseLetters
(Boolean restrictMinUpperCaseLetters) setSendPermanentLockoutNotification
(Boolean sendPermanentLockoutNotification) setTrunkGroupAuthenticationLockoutType
(AuthenticationLockoutType trunkGroupAuthenticationLockoutType) setTrunkGroupLockoutFixedMinutes
(AuthenticationLockoutFixedWaitTimeMinutes trunkGroupLockoutFixedMinutes) setTrunkGroupPermanentLockoutThreshold
(Integer trunkGroupPermanentLockoutThreshold) setTrunkGroupTemporaryLockoutThreshold
(Integer trunkGroupTemporaryLockoutThreshold) setTrunkGroupWaitAlgorithm
(AuthenticationLockoutWaitAlgorithmType trunkGroupWaitAlgorithm) 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, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
disallowAuthenticationName
-
disallowOldPassword
-
disallowReversedOldPassword
-
restrictMinDigits
-
minDigits
-
restrictMinUpperCaseLetters
-
minUpperCaseLetters
-
restrictMinLowerCaseLetters
-
minLowerCaseLetters
-
restrictMinNonAlphanumericCharacters
-
minNonAlphanumericCharacters
-
minLength
-
sendPermanentLockoutNotification
-
permanentLockoutNotifyEmailAddress
-
endpointAuthenticationLockoutType
-
endpointTemporaryLockoutThreshold
-
endpointWaitAlgorithm
-
endpointLockoutFixedMinutes
-
endpointPermanentLockoutThreshold
-
trunkGroupAuthenticationLockoutType
-
trunkGroupTemporaryLockoutThreshold
-
trunkGroupWaitAlgorithm
-
trunkGroupLockoutFixedMinutes
-
trunkGroupPermanentLockoutThreshold
-
-
Constructor Details
-
SystemSIPAuthenticationPasswordRulesModifyRequest
public SystemSIPAuthenticationPasswordRulesModifyRequest() -
SystemSIPAuthenticationPasswordRulesModifyRequest
-
-
Method Details
-
setDisallowAuthenticationName
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setDisallowAuthenticationName(Boolean disallowAuthenticationName) -
getDisallowAuthenticationName
-
setDisallowOldPassword
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setDisallowOldPassword(Boolean disallowOldPassword) -
getDisallowOldPassword
-
setDisallowReversedOldPassword
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setDisallowReversedOldPassword(Boolean disallowReversedOldPassword) -
getDisallowReversedOldPassword
-
setRestrictMinDigits
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setRestrictMinDigits(Boolean restrictMinDigits) -
getRestrictMinDigits
-
setMinDigits
-
getMinDigits
-
setRestrictMinUpperCaseLetters
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setRestrictMinUpperCaseLetters(Boolean restrictMinUpperCaseLetters) -
getRestrictMinUpperCaseLetters
-
setMinUpperCaseLetters
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setMinUpperCaseLetters(Integer minUpperCaseLetters) -
getMinUpperCaseLetters
-
setRestrictMinLowerCaseLetters
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setRestrictMinLowerCaseLetters(Boolean restrictMinLowerCaseLetters) -
getRestrictMinLowerCaseLetters
-
setMinLowerCaseLetters
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setMinLowerCaseLetters(Integer minLowerCaseLetters) -
getMinLowerCaseLetters
-
setRestrictMinNonAlphanumericCharacters
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setRestrictMinNonAlphanumericCharacters(Boolean restrictMinNonAlphanumericCharacters) -
getRestrictMinNonAlphanumericCharacters
-
setMinNonAlphanumericCharacters
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setMinNonAlphanumericCharacters(Integer minNonAlphanumericCharacters) -
getMinNonAlphanumericCharacters
-
setMinLength
-
getMinLength
-
setSendPermanentLockoutNotification
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setSendPermanentLockoutNotification(Boolean sendPermanentLockoutNotification) -
getSendPermanentLockoutNotification
-
unsetPermanentLockoutNotifyEmailAddress
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest unsetPermanentLockoutNotifyEmailAddress() -
setPermanentLockoutNotifyEmailAddress
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setPermanentLockoutNotifyEmailAddress(String permanentLockoutNotifyEmailAddress) -
getPermanentLockoutNotifyEmailAddress
-
setEndpointAuthenticationLockoutType
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setEndpointAuthenticationLockoutType(AuthenticationLockoutType endpointAuthenticationLockoutType) -
getEndpointAuthenticationLockoutType
-
setEndpointTemporaryLockoutThreshold
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setEndpointTemporaryLockoutThreshold(Integer endpointTemporaryLockoutThreshold) -
getEndpointTemporaryLockoutThreshold
-
setEndpointWaitAlgorithm
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setEndpointWaitAlgorithm(AuthenticationLockoutWaitAlgorithmType endpointWaitAlgorithm) -
getEndpointWaitAlgorithm
-
setEndpointLockoutFixedMinutes
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setEndpointLockoutFixedMinutes(AuthenticationLockoutFixedWaitTimeMinutes endpointLockoutFixedMinutes) -
getEndpointLockoutFixedMinutes
-
setEndpointPermanentLockoutThreshold
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setEndpointPermanentLockoutThreshold(Integer endpointPermanentLockoutThreshold) -
getEndpointPermanentLockoutThreshold
-
setTrunkGroupAuthenticationLockoutType
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setTrunkGroupAuthenticationLockoutType(AuthenticationLockoutType trunkGroupAuthenticationLockoutType) -
getTrunkGroupAuthenticationLockoutType
-
setTrunkGroupTemporaryLockoutThreshold
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setTrunkGroupTemporaryLockoutThreshold(Integer trunkGroupTemporaryLockoutThreshold) -
getTrunkGroupTemporaryLockoutThreshold
-
setTrunkGroupWaitAlgorithm
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setTrunkGroupWaitAlgorithm(AuthenticationLockoutWaitAlgorithmType trunkGroupWaitAlgorithm) -
getTrunkGroupWaitAlgorithm
-
setTrunkGroupLockoutFixedMinutes
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setTrunkGroupLockoutFixedMinutes(AuthenticationLockoutFixedWaitTimeMinutes trunkGroupLockoutFixedMinutes) -
getTrunkGroupLockoutFixedMinutes
-
setTrunkGroupPermanentLockoutThreshold
public BWSystem.SystemSIPAuthenticationPasswordRulesModifyRequest setTrunkGroupPermanentLockoutThreshold(Integer trunkGroupPermanentLockoutThreshold) -
getTrunkGroupPermanentLockoutThreshold
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-