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 AuthenticationLockoutType
protected Integer
protected Integer
protected AuthenticationLockoutWaitAlgorithmType
protected Boolean
protected Boolean
protected Boolean
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected String
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setDeviceProfileAuthenticationLockoutType
(AuthenticationLockoutType deviceProfileAuthenticationLockoutType) void
setDeviceProfileLockoutFixedMinutes
(AuthenticationLockoutFixedWaitTimeMinutes deviceProfileLockoutFixedMinutes) void
setDeviceProfilePermanentLockoutThreshold
(Integer deviceProfilePermanentLockoutThreshold) void
setDeviceProfileTemporaryLockoutThreshold
(Integer deviceProfileTemporaryLockoutThreshold) void
setDeviceProfileWaitAlgorithm
(AuthenticationLockoutWaitAlgorithmType deviceProfileWaitAlgorithm) void
setDisallowAuthenticationName
(Boolean disallowAuthenticationName) void
setDisallowOldPassword
(Boolean disallowOldPassword) void
setDisallowReversedOldPassword
(Boolean disallowReversedOldPassword) void
setMinDigits
(Integer minDigits) void
setMinLength
(Integer minLength) void
setMinLowerCaseLetters
(Integer minLowerCaseLetters) void
setMinNonAlphanumericCharacters
(Integer minNonAlphanumericCharacters) void
setMinUpperCaseLetters
(Integer minUpperCaseLetters) void
setPermanentLockoutNotifyEmailAddress
(String permanentLockoutNotifyEmailAddress) void
setRestrictMinDigits
(Boolean restrictMinDigits) void
setRestrictMinLowerCaseLetters
(Boolean restrictMinLowerCaseLetters) void
setRestrictMinNonAlphanumericCharacters
(Boolean restrictMinNonAlphanumericCharacters) void
setRestrictMinUpperCaseLetters
(Boolean restrictMinUpperCaseLetters) void
setSendPermanentLockoutNotification
(Boolean sendPermanentLockoutNotification) toString()
void
Transforms 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, setRequest
Methods 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:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-