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:
- Serialized Form
-
-
Field Summary
-
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 Constructor Description ServiceProviderDeviceProfileAuthenticationPasswordRulesGetResponse()
-
Method Summary
-
Methods 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 Detail
-
useServiceProviderSettings
protected Boolean useServiceProviderSettings
-
disallowAuthenticationName
protected Boolean disallowAuthenticationName
-
disallowOldPassword
protected Boolean disallowOldPassword
-
disallowReversedOldPassword
protected Boolean disallowReversedOldPassword
-
restrictMinDigits
protected Boolean restrictMinDigits
-
minDigits
protected Integer minDigits
-
restrictMinUpperCaseLetters
protected Boolean restrictMinUpperCaseLetters
-
minUpperCaseLetters
protected Integer minUpperCaseLetters
-
restrictMinLowerCaseLetters
protected Boolean restrictMinLowerCaseLetters
-
minLowerCaseLetters
protected Integer minLowerCaseLetters
-
restrictMinNonAlphanumericCharacters
protected Boolean restrictMinNonAlphanumericCharacters
-
minNonAlphanumericCharacters
protected Integer minNonAlphanumericCharacters
-
minLength
protected Integer minLength
-
sendPermanentLockoutNotification
protected Boolean sendPermanentLockoutNotification
-
permanentLockoutNotifyEmailAddress
protected String permanentLockoutNotifyEmailAddress
-
deviceProfileAuthenticationLockoutType
protected AuthenticationLockoutType deviceProfileAuthenticationLockoutType
-
deviceProfileTemporaryLockoutThreshold
protected Integer deviceProfileTemporaryLockoutThreshold
-
deviceProfileWaitAlgorithm
protected AuthenticationLockoutWaitAlgorithmType deviceProfileWaitAlgorithm
-
deviceProfileLockoutFixedMinutes
protected AuthenticationLockoutFixedWaitTimeMinutes deviceProfileLockoutFixedMinutes
-
deviceProfilePermanentLockoutThreshold
protected Integer deviceProfilePermanentLockoutThreshold
-
serviceProvider
protected transient ServiceProvider serviceProvider
-
-
Method Detail
-
setUseServiceProviderSettings
public void setUseServiceProviderSettings(Boolean useServiceProviderSettings)
-
getUseServiceProviderSettings
public Boolean getUseServiceProviderSettings()
-
setDisallowAuthenticationName
public void setDisallowAuthenticationName(Boolean disallowAuthenticationName)
-
getDisallowAuthenticationName
public Boolean getDisallowAuthenticationName()
-
setDisallowOldPassword
public void setDisallowOldPassword(Boolean disallowOldPassword)
-
getDisallowOldPassword
public Boolean getDisallowOldPassword()
-
setDisallowReversedOldPassword
public void setDisallowReversedOldPassword(Boolean disallowReversedOldPassword)
-
getDisallowReversedOldPassword
public Boolean getDisallowReversedOldPassword()
-
setRestrictMinDigits
public void setRestrictMinDigits(Boolean restrictMinDigits)
-
getRestrictMinDigits
public Boolean getRestrictMinDigits()
-
setMinDigits
public void setMinDigits(Integer minDigits)
-
getMinDigits
public Integer getMinDigits()
-
setRestrictMinUpperCaseLetters
public void setRestrictMinUpperCaseLetters(Boolean restrictMinUpperCaseLetters)
-
getRestrictMinUpperCaseLetters
public Boolean getRestrictMinUpperCaseLetters()
-
setMinUpperCaseLetters
public void setMinUpperCaseLetters(Integer minUpperCaseLetters)
-
getMinUpperCaseLetters
public Integer getMinUpperCaseLetters()
-
setRestrictMinLowerCaseLetters
public void setRestrictMinLowerCaseLetters(Boolean restrictMinLowerCaseLetters)
-
getRestrictMinLowerCaseLetters
public Boolean getRestrictMinLowerCaseLetters()
-
setMinLowerCaseLetters
public void setMinLowerCaseLetters(Integer minLowerCaseLetters)
-
getMinLowerCaseLetters
public Integer getMinLowerCaseLetters()
-
setRestrictMinNonAlphanumericCharacters
public void setRestrictMinNonAlphanumericCharacters(Boolean restrictMinNonAlphanumericCharacters)
-
getRestrictMinNonAlphanumericCharacters
public Boolean getRestrictMinNonAlphanumericCharacters()
-
setMinNonAlphanumericCharacters
public void setMinNonAlphanumericCharacters(Integer minNonAlphanumericCharacters)
-
getMinNonAlphanumericCharacters
public Integer getMinNonAlphanumericCharacters()
-
setMinLength
public void setMinLength(Integer minLength)
-
getMinLength
public Integer getMinLength()
-
setSendPermanentLockoutNotification
public void setSendPermanentLockoutNotification(Boolean sendPermanentLockoutNotification)
-
getSendPermanentLockoutNotification
public Boolean getSendPermanentLockoutNotification()
-
setPermanentLockoutNotifyEmailAddress
public void setPermanentLockoutNotifyEmailAddress(String permanentLockoutNotifyEmailAddress)
-
getPermanentLockoutNotifyEmailAddress
public String getPermanentLockoutNotifyEmailAddress()
-
setDeviceProfileAuthenticationLockoutType
public void setDeviceProfileAuthenticationLockoutType(AuthenticationLockoutType deviceProfileAuthenticationLockoutType)
-
getDeviceProfileAuthenticationLockoutType
public AuthenticationLockoutType getDeviceProfileAuthenticationLockoutType()
-
setDeviceProfileTemporaryLockoutThreshold
public void setDeviceProfileTemporaryLockoutThreshold(Integer deviceProfileTemporaryLockoutThreshold)
-
getDeviceProfileTemporaryLockoutThreshold
public Integer getDeviceProfileTemporaryLockoutThreshold()
-
setDeviceProfileWaitAlgorithm
public void setDeviceProfileWaitAlgorithm(AuthenticationLockoutWaitAlgorithmType deviceProfileWaitAlgorithm)
-
getDeviceProfileWaitAlgorithm
public AuthenticationLockoutWaitAlgorithmType getDeviceProfileWaitAlgorithm()
-
setDeviceProfileLockoutFixedMinutes
public void setDeviceProfileLockoutFixedMinutes(AuthenticationLockoutFixedWaitTimeMinutes deviceProfileLockoutFixedMinutes)
-
getDeviceProfileLockoutFixedMinutes
public AuthenticationLockoutFixedWaitTimeMinutes getDeviceProfileLockoutFixedMinutes()
-
setDeviceProfilePermanentLockoutThreshold
public void setDeviceProfilePermanentLockoutThreshold(Integer deviceProfilePermanentLockoutThreshold)
-
getDeviceProfilePermanentLockoutThreshold
public Integer getDeviceProfilePermanentLockoutThreshold()
-
setServiceProvider
public void setServiceProvider(ServiceProvider serviceProvider)
-
getServiceProvider
public ServiceProvider getServiceProvider()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-