Package co.ecg.alpaca.toolkit.generated
Class Group.GroupAdministratorPasswordRulesGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.Group.GroupAdministratorPasswordRulesGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Group
public static class Group.GroupAdministratorPasswordRulesGetResponse extends Response
Response to GroupAdministratorPasswordRulesGetRequest.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
allowWebAddExternalAuthenticationUsers
protected Boolean
disallowOldPassword
protected Boolean
disallowPreviousPasswords
protected Boolean
disallowReversedOldPassword
protected Boolean
disallowUserId
protected Group
group
protected String
loginDisabledNotifyEmailAddress
protected Integer
maxFailedLoginAttempts
protected Integer
minDigits
protected Integer
minLength
protected Integer
minLowerCaseLetters
protected Integer
minNonAlphanumericCharacters
protected Integer
minUpperCaseLetters
protected Integer
numberOfPreviousPasswords
protected Integer
passwordExpiresDays
protected Boolean
restrictMinDigits
protected Boolean
restrictMinLowerCaseLetters
protected Boolean
restrictMinNonAlphanumericCharacters
protected Boolean
restrictMinUpperCaseLetters
protected Boolean
sendLoginDisabledNotifyEmail
protected Boolean
useExternalAuthentication
-
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 GroupAdministratorPasswordRulesGetResponse()
-
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
-
useExternalAuthentication
protected Boolean useExternalAuthentication
-
allowWebAddExternalAuthenticationUsers
protected Boolean allowWebAddExternalAuthenticationUsers
-
disallowUserId
protected Boolean disallowUserId
-
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
-
maxFailedLoginAttempts
protected Integer maxFailedLoginAttempts
-
passwordExpiresDays
protected Integer passwordExpiresDays
-
sendLoginDisabledNotifyEmail
protected Boolean sendLoginDisabledNotifyEmail
-
loginDisabledNotifyEmailAddress
protected String loginDisabledNotifyEmailAddress
-
disallowPreviousPasswords
protected Boolean disallowPreviousPasswords
-
numberOfPreviousPasswords
protected Integer numberOfPreviousPasswords
-
group
protected transient Group group
-
-
Method Detail
-
setFlagUseExternalAuthentication
public void setFlagUseExternalAuthentication()
-
useExternalAuthenticationFlagExist
public boolean useExternalAuthenticationFlagExist()
-
getUseExternalAuthentication
public Boolean getUseExternalAuthentication()
-
setAllowWebAddExternalAuthenticationUsers
public void setAllowWebAddExternalAuthenticationUsers(Boolean allowWebAddExternalAuthenticationUsers)
-
getAllowWebAddExternalAuthenticationUsers
public Boolean getAllowWebAddExternalAuthenticationUsers()
-
setDisallowUserId
public void setDisallowUserId(Boolean disallowUserId)
-
getDisallowUserId
public Boolean getDisallowUserId()
-
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()
-
setMaxFailedLoginAttempts
public void setMaxFailedLoginAttempts(Integer maxFailedLoginAttempts)
-
getMaxFailedLoginAttempts
public Integer getMaxFailedLoginAttempts()
-
setPasswordExpiresDays
public void setPasswordExpiresDays(Integer passwordExpiresDays)
-
getPasswordExpiresDays
public Integer getPasswordExpiresDays()
-
setSendLoginDisabledNotifyEmail
public void setSendLoginDisabledNotifyEmail(Boolean sendLoginDisabledNotifyEmail)
-
getSendLoginDisabledNotifyEmail
public Boolean getSendLoginDisabledNotifyEmail()
-
setLoginDisabledNotifyEmailAddress
public void setLoginDisabledNotifyEmailAddress(String loginDisabledNotifyEmailAddress)
-
getLoginDisabledNotifyEmailAddress
public String getLoginDisabledNotifyEmailAddress()
-
setDisallowPreviousPasswords
public void setDisallowPreviousPasswords(Boolean disallowPreviousPasswords)
-
getDisallowPreviousPasswords
public Boolean getDisallowPreviousPasswords()
-
setNumberOfPreviousPasswords
public void setNumberOfPreviousPasswords(Integer numberOfPreviousPasswords)
-
getNumberOfPreviousPasswords
public Integer getNumberOfPreviousPasswords()
-
setGroup
public void setGroup(Group group)
-
getGroup
public Group getGroup()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-