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
Response to GroupAdministratorPasswordRulesGetRequest.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Groupprotected Stringprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected Booleanprotected 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 TypeMethodDescriptionbooleangetGroup()inthashCode()voidsetAllowWebAddExternalAuthenticationUsers(Boolean allowWebAddExternalAuthenticationUsers) voidsetDisallowOldPassword(Boolean disallowOldPassword) voidsetDisallowPreviousPasswords(Boolean disallowPreviousPasswords) voidsetDisallowReversedOldPassword(Boolean disallowReversedOldPassword) voidsetDisallowUserId(Boolean disallowUserId) voidvoidvoidsetLoginDisabledNotifyEmailAddress(String loginDisabledNotifyEmailAddress) voidsetMaxFailedLoginAttempts(Integer maxFailedLoginAttempts) voidsetMinDigits(Integer minDigits) voidsetMinLength(Integer minLength) voidsetMinLowerCaseLetters(Integer minLowerCaseLetters) voidsetMinNonAlphanumericCharacters(Integer minNonAlphanumericCharacters) voidsetMinUpperCaseLetters(Integer minUpperCaseLetters) voidsetNumberOfPreviousPasswords(Integer numberOfPreviousPasswords) voidsetPasswordExpiresDays(Integer passwordExpiresDays) voidsetRestrictMinDigits(Boolean restrictMinDigits) voidsetRestrictMinLowerCaseLetters(Boolean restrictMinLowerCaseLetters) voidsetRestrictMinNonAlphanumericCharacters(Boolean restrictMinNonAlphanumericCharacters) voidsetRestrictMinUpperCaseLetters(Boolean restrictMinUpperCaseLetters) voidsetSendLoginDisabledNotifyEmail(Boolean sendLoginDisabledNotifyEmail) toString()voidTransforms the Response from XML Content to a populated POJObooleanMethods 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
-
useExternalAuthentication
-
allowWebAddExternalAuthenticationUsers
-
disallowUserId
-
disallowOldPassword
-
disallowReversedOldPassword
-
restrictMinDigits
-
minDigits
-
restrictMinUpperCaseLetters
-
minUpperCaseLetters
-
restrictMinLowerCaseLetters
-
minLowerCaseLetters
-
restrictMinNonAlphanumericCharacters
-
minNonAlphanumericCharacters
-
minLength
-
maxFailedLoginAttempts
-
passwordExpiresDays
-
sendLoginDisabledNotifyEmail
-
loginDisabledNotifyEmailAddress
-
disallowPreviousPasswords
-
numberOfPreviousPasswords
-
group
-
-
Constructor Details
-
GroupAdministratorPasswordRulesGetResponse
public GroupAdministratorPasswordRulesGetResponse()
-
-
Method Details
-
setFlagUseExternalAuthentication
public void setFlagUseExternalAuthentication() -
useExternalAuthenticationFlagExist
public boolean useExternalAuthenticationFlagExist() -
getUseExternalAuthentication
-
setAllowWebAddExternalAuthenticationUsers
public void setAllowWebAddExternalAuthenticationUsers(Boolean allowWebAddExternalAuthenticationUsers) -
getAllowWebAddExternalAuthenticationUsers
-
setDisallowUserId
-
getDisallowUserId
-
setDisallowOldPassword
-
getDisallowOldPassword
-
setDisallowReversedOldPassword
-
getDisallowReversedOldPassword
-
setRestrictMinDigits
-
getRestrictMinDigits
-
setMinDigits
-
getMinDigits
-
setRestrictMinUpperCaseLetters
-
getRestrictMinUpperCaseLetters
-
setMinUpperCaseLetters
-
getMinUpperCaseLetters
-
setRestrictMinLowerCaseLetters
-
getRestrictMinLowerCaseLetters
-
setMinLowerCaseLetters
-
getMinLowerCaseLetters
-
setRestrictMinNonAlphanumericCharacters
-
getRestrictMinNonAlphanumericCharacters
-
setMinNonAlphanumericCharacters
-
getMinNonAlphanumericCharacters
-
setMinLength
-
getMinLength
-
setMaxFailedLoginAttempts
-
getMaxFailedLoginAttempts
-
setPasswordExpiresDays
-
getPasswordExpiresDays
-
setSendLoginDisabledNotifyEmail
-
getSendLoginDisabledNotifyEmail
-
setLoginDisabledNotifyEmailAddress
-
getLoginDisabledNotifyEmailAddress
-
setDisallowPreviousPasswords
-
getDisallowPreviousPasswords
-
setNumberOfPreviousPasswords
-
getNumberOfPreviousPasswords
-
setGroup
-
getGroup
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-