Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest
extends Request<DefaultResponse>
Request to modify the system level device profile 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 AuthenticationLockoutType
protected Integer
protected Integer
protected AuthenticationLockoutWaitAlgorithmType
protected Boolean
protected Boolean
protected Boolean
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
-
Constructor Summary
ConstructorsConstructorDescriptionSystemDeviceProfileAuthenticationPasswordRulesModifyRequest
(BroadWorksServer broadWorksServer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.setDeviceProfileAuthenticationLockoutType
(AuthenticationLockoutType deviceProfileAuthenticationLockoutType) setDeviceProfileLockoutFixedMinutes
(AuthenticationLockoutFixedWaitTimeMinutes deviceProfileLockoutFixedMinutes) setDeviceProfilePermanentLockoutThreshold
(Integer deviceProfilePermanentLockoutThreshold) setDeviceProfileTemporaryLockoutThreshold
(Integer deviceProfileTemporaryLockoutThreshold) setDeviceProfileWaitAlgorithm
(AuthenticationLockoutWaitAlgorithmType deviceProfileWaitAlgorithm) setDisallowAuthenticationName
(Boolean disallowAuthenticationName) setDisallowOldPassword
(Boolean disallowOldPassword) setDisallowReversedOldPassword
(Boolean disallowReversedOldPassword) 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) 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
-
deviceProfileAuthenticationLockoutType
-
deviceProfileTemporaryLockoutThreshold
-
deviceProfileWaitAlgorithm
-
deviceProfileLockoutFixedMinutes
-
deviceProfilePermanentLockoutThreshold
-
-
Constructor Details
-
SystemDeviceProfileAuthenticationPasswordRulesModifyRequest
public SystemDeviceProfileAuthenticationPasswordRulesModifyRequest() -
SystemDeviceProfileAuthenticationPasswordRulesModifyRequest
public SystemDeviceProfileAuthenticationPasswordRulesModifyRequest(BroadWorksServer broadWorksServer)
-
-
Method Details
-
setDisallowAuthenticationName
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setDisallowAuthenticationName(Boolean disallowAuthenticationName) -
getDisallowAuthenticationName
-
setDisallowOldPassword
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setDisallowOldPassword(Boolean disallowOldPassword) -
getDisallowOldPassword
-
setDisallowReversedOldPassword
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setDisallowReversedOldPassword(Boolean disallowReversedOldPassword) -
getDisallowReversedOldPassword
-
setRestrictMinDigits
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setRestrictMinDigits(Boolean restrictMinDigits) -
getRestrictMinDigits
-
setMinDigits
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setMinDigits(Integer minDigits) -
getMinDigits
-
setRestrictMinUpperCaseLetters
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setRestrictMinUpperCaseLetters(Boolean restrictMinUpperCaseLetters) -
getRestrictMinUpperCaseLetters
-
setMinUpperCaseLetters
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setMinUpperCaseLetters(Integer minUpperCaseLetters) -
getMinUpperCaseLetters
-
setRestrictMinLowerCaseLetters
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setRestrictMinLowerCaseLetters(Boolean restrictMinLowerCaseLetters) -
getRestrictMinLowerCaseLetters
-
setMinLowerCaseLetters
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setMinLowerCaseLetters(Integer minLowerCaseLetters) -
getMinLowerCaseLetters
-
setRestrictMinNonAlphanumericCharacters
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setRestrictMinNonAlphanumericCharacters(Boolean restrictMinNonAlphanumericCharacters) -
getRestrictMinNonAlphanumericCharacters
-
setMinNonAlphanumericCharacters
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setMinNonAlphanumericCharacters(Integer minNonAlphanumericCharacters) -
getMinNonAlphanumericCharacters
-
setMinLength
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setMinLength(Integer minLength) -
getMinLength
-
setSendPermanentLockoutNotification
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setSendPermanentLockoutNotification(Boolean sendPermanentLockoutNotification) -
getSendPermanentLockoutNotification
-
unsetPermanentLockoutNotifyEmailAddress
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest unsetPermanentLockoutNotifyEmailAddress() -
setPermanentLockoutNotifyEmailAddress
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setPermanentLockoutNotifyEmailAddress(String permanentLockoutNotifyEmailAddress) -
getPermanentLockoutNotifyEmailAddress
-
setDeviceProfileAuthenticationLockoutType
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setDeviceProfileAuthenticationLockoutType(AuthenticationLockoutType deviceProfileAuthenticationLockoutType) -
getDeviceProfileAuthenticationLockoutType
-
setDeviceProfileTemporaryLockoutThreshold
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setDeviceProfileTemporaryLockoutThreshold(Integer deviceProfileTemporaryLockoutThreshold) -
getDeviceProfileTemporaryLockoutThreshold
-
setDeviceProfileWaitAlgorithm
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setDeviceProfileWaitAlgorithm(AuthenticationLockoutWaitAlgorithmType deviceProfileWaitAlgorithm) -
getDeviceProfileWaitAlgorithm
-
setDeviceProfileLockoutFixedMinutes
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setDeviceProfileLockoutFixedMinutes(AuthenticationLockoutFixedWaitTimeMinutes deviceProfileLockoutFixedMinutes) -
getDeviceProfileLockoutFixedMinutes
-
setDeviceProfilePermanentLockoutThreshold
public BWSystem.SystemDeviceProfileAuthenticationPasswordRulesModifyRequest setDeviceProfilePermanentLockoutThreshold(Integer deviceProfilePermanentLockoutThreshold) -
getDeviceProfilePermanentLockoutThreshold
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-