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 Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Group
protected String
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Boolean
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
getGroup()
int
hashCode()
void
setAllowWebAddExternalAuthenticationUsers
(Boolean allowWebAddExternalAuthenticationUsers) void
setDisallowOldPassword
(Boolean disallowOldPassword) void
setDisallowPreviousPasswords
(Boolean disallowPreviousPasswords) void
setDisallowReversedOldPassword
(Boolean disallowReversedOldPassword) void
setDisallowUserId
(Boolean disallowUserId) void
void
void
setLoginDisabledNotifyEmailAddress
(String loginDisabledNotifyEmailAddress) void
setMaxFailedLoginAttempts
(Integer maxFailedLoginAttempts) void
setMinDigits
(Integer minDigits) void
setMinLength
(Integer minLength) void
setMinLowerCaseLetters
(Integer minLowerCaseLetters) void
setMinNonAlphanumericCharacters
(Integer minNonAlphanumericCharacters) void
setMinUpperCaseLetters
(Integer minUpperCaseLetters) void
setNumberOfPreviousPasswords
(Integer numberOfPreviousPasswords) void
setPasswordExpiresDays
(Integer passwordExpiresDays) void
setRestrictMinDigits
(Boolean restrictMinDigits) void
setRestrictMinLowerCaseLetters
(Boolean restrictMinLowerCaseLetters) void
setRestrictMinNonAlphanumericCharacters
(Boolean restrictMinNonAlphanumericCharacters) void
setRestrictMinUpperCaseLetters
(Boolean restrictMinUpperCaseLetters) void
setSendLoginDisabledNotifyEmail
(Boolean sendLoginDisabledNotifyEmail) toString()
void
Transforms the Response from XML Content to a populated POJOboolean
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 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:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-