Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemDeviceProfileAuthenticationPasswordRulesGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.BWSystem.SystemDeviceProfileAuthenticationPasswordRulesGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BWSystem
public static class BWSystem.SystemDeviceProfileAuthenticationPasswordRulesGetResponse
extends Response
Response to SystemDeviceProfileAuthenticationPasswordRulesGetRequest. Contains the device profile authentication password rules for the system.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AuthenticationLockoutTypeprotected Integerprotected Integerprotected AuthenticationLockoutWaitAlgorithmTypeprotected Booleanprotected Booleanprotected Booleanprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected Stringprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected BooleanFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetDeviceProfileAuthenticationLockoutType(AuthenticationLockoutType deviceProfileAuthenticationLockoutType) voidsetDeviceProfileLockoutFixedMinutes(AuthenticationLockoutFixedWaitTimeMinutes deviceProfileLockoutFixedMinutes) voidsetDeviceProfilePermanentLockoutThreshold(Integer deviceProfilePermanentLockoutThreshold) voidsetDeviceProfileTemporaryLockoutThreshold(Integer deviceProfileTemporaryLockoutThreshold) voidsetDeviceProfileWaitAlgorithm(AuthenticationLockoutWaitAlgorithmType deviceProfileWaitAlgorithm) voidsetDisallowAuthenticationName(Boolean disallowAuthenticationName) voidsetDisallowOldPassword(Boolean disallowOldPassword) voidsetDisallowReversedOldPassword(Boolean disallowReversedOldPassword) voidsetMinDigits(Integer minDigits) voidsetMinLength(Integer minLength) voidsetMinLowerCaseLetters(Integer minLowerCaseLetters) voidsetMinNonAlphanumericCharacters(Integer minNonAlphanumericCharacters) voidsetMinUpperCaseLetters(Integer minUpperCaseLetters) voidsetPermanentLockoutNotifyEmailAddress(String permanentLockoutNotifyEmailAddress) voidsetRestrictMinDigits(Boolean restrictMinDigits) voidsetRestrictMinLowerCaseLetters(Boolean restrictMinLowerCaseLetters) voidsetRestrictMinNonAlphanumericCharacters(Boolean restrictMinNonAlphanumericCharacters) voidsetRestrictMinUpperCaseLetters(Boolean restrictMinUpperCaseLetters) voidsetSendPermanentLockoutNotification(Boolean sendPermanentLockoutNotification) toString()voidTransforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequestMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
disallowAuthenticationName
-
disallowOldPassword
-
disallowReversedOldPassword
-
restrictMinDigits
-
minDigits
-
restrictMinUpperCaseLetters
-
minUpperCaseLetters
-
restrictMinLowerCaseLetters
-
minLowerCaseLetters
-
restrictMinNonAlphanumericCharacters
-
minNonAlphanumericCharacters
-
minLength
-
sendPermanentLockoutNotification
-
permanentLockoutNotifyEmailAddress
-
deviceProfileAuthenticationLockoutType
-
deviceProfileTemporaryLockoutThreshold
-
deviceProfileWaitAlgorithm
-
deviceProfileLockoutFixedMinutes
-
deviceProfilePermanentLockoutThreshold
-
-
Constructor Details
-
SystemDeviceProfileAuthenticationPasswordRulesGetResponse
public SystemDeviceProfileAuthenticationPasswordRulesGetResponse()
-
-
Method Details
-
setDisallowAuthenticationName
-
getDisallowAuthenticationName
-
setDisallowOldPassword
-
getDisallowOldPassword
-
setDisallowReversedOldPassword
-
getDisallowReversedOldPassword
-
setRestrictMinDigits
-
getRestrictMinDigits
-
setMinDigits
-
getMinDigits
-
setRestrictMinUpperCaseLetters
-
getRestrictMinUpperCaseLetters
-
setMinUpperCaseLetters
-
getMinUpperCaseLetters
-
setRestrictMinLowerCaseLetters
-
getRestrictMinLowerCaseLetters
-
setMinLowerCaseLetters
-
getMinLowerCaseLetters
-
setRestrictMinNonAlphanumericCharacters
-
getRestrictMinNonAlphanumericCharacters
-
setMinNonAlphanumericCharacters
-
getMinNonAlphanumericCharacters
-
setMinLength
-
getMinLength
-
setSendPermanentLockoutNotification
-
getSendPermanentLockoutNotification
-
setPermanentLockoutNotifyEmailAddress
-
getPermanentLockoutNotifyEmailAddress
-
setDeviceProfileAuthenticationLockoutType
public void setDeviceProfileAuthenticationLockoutType(AuthenticationLockoutType deviceProfileAuthenticationLockoutType) -
getDeviceProfileAuthenticationLockoutType
-
setDeviceProfileTemporaryLockoutThreshold
public void setDeviceProfileTemporaryLockoutThreshold(Integer deviceProfileTemporaryLockoutThreshold) -
getDeviceProfileTemporaryLockoutThreshold
-
setDeviceProfileWaitAlgorithm
public void setDeviceProfileWaitAlgorithm(AuthenticationLockoutWaitAlgorithmType deviceProfileWaitAlgorithm) -
getDeviceProfileWaitAlgorithm
-
setDeviceProfileLockoutFixedMinutes
public void setDeviceProfileLockoutFixedMinutes(AuthenticationLockoutFixedWaitTimeMinutes deviceProfileLockoutFixedMinutes) -
getDeviceProfileLockoutFixedMinutes
-
setDeviceProfilePermanentLockoutThreshold
public void setDeviceProfilePermanentLockoutThreshold(Integer deviceProfilePermanentLockoutThreshold) -
getDeviceProfilePermanentLockoutThreshold
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-