Package co.ecg.alpaca.toolkit.generated
Class ServiceProvider.ServiceProviderDeviceProfileAuthenticationPasswordRulesGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.ServiceProvider.ServiceProviderDeviceProfileAuthenticationPasswordRulesGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ServiceProvider
public static class ServiceProvider.ServiceProviderDeviceProfileAuthenticationPasswordRulesGetResponse
extends Response
Response to ServiceProviderDeviceProfileAuthenticationPasswordRulesGetRequest. Contains the device profile authentication password rules for the service provider.
- 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 Booleanprotected ServiceProviderprotected 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) voidsetServiceProvider(ServiceProvider serviceProvider) voidsetUseServiceProviderSettings(Boolean useServiceProviderSettings) 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
-
useServiceProviderSettings
-
disallowAuthenticationName
-
disallowOldPassword
-
disallowReversedOldPassword
-
restrictMinDigits
-
minDigits
-
restrictMinUpperCaseLetters
-
minUpperCaseLetters
-
restrictMinLowerCaseLetters
-
minLowerCaseLetters
-
restrictMinNonAlphanumericCharacters
-
minNonAlphanumericCharacters
-
minLength
-
sendPermanentLockoutNotification
-
permanentLockoutNotifyEmailAddress
-
deviceProfileAuthenticationLockoutType
-
deviceProfileTemporaryLockoutThreshold
-
deviceProfileWaitAlgorithm
-
deviceProfileLockoutFixedMinutes
-
deviceProfilePermanentLockoutThreshold
-
serviceProvider
-
-
Constructor Details
-
ServiceProviderDeviceProfileAuthenticationPasswordRulesGetResponse
public ServiceProviderDeviceProfileAuthenticationPasswordRulesGetResponse()
-
-
Method Details
-
setUseServiceProviderSettings
-
getUseServiceProviderSettings
-
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
-
setServiceProvider
-
getServiceProvider
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-