Package com.soffid.iam.model
Class PasswordPolicyEntity
- java.lang.Object
-
- com.soffid.iam.model.PasswordPolicyEntity
-
- Direct Known Subclasses:
PasswordPolicyEntityImpl
public abstract class PasswordPolicyEntity extends Object
Entity PasswordPolicyEntity
-
-
Constructor Summary
Constructors Constructor Description PasswordPolicyEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an PasswordPolicyEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Boolean
getAllowPasswordChange()
Gets value for attribute allowPasswordChangeBoolean
getAllowPasswordQuery()
Gets value for attribute allowPasswordQueryLong
getAvailableTime()
Gets value for attribute availableTimeBoolean
getComplexPasswords()
Gets value for attribute complexPasswordsString
getDescription()
Gets value for attribute descriptionCollection<PolicyForbiddenWordEntity>
getForbiddenWords()
Gets value for attribute forbiddenWordsLong
getGracePeriodTime()
Gets value for attribute gracePeriodTimeLong
getId()
Gets value for attribute idInteger
getMaxFailures()
Gets value for attribute maxFailuresLong
getMaxLength()
Gets value for attribute maxLengthLong
getMaxLowerCase()
Gets value for attribute maxLowerCaseLong
getMaxNumbers()
Gets value for attribute maxNumbersLong
getMaxSymbols()
Gets value for attribute maxSymbolsLong
getMaxUpperCase()
Gets value for attribute maxUpperCaseLong
getMinimumPeriod()
Gets value for attribute minimumPeriodLong
getMinLength()
Gets value for attribute minLengthLong
getMinLowerCase()
Gets value for attribute minLowerCaseLong
getMinNumbers()
Gets value for attribute minNumbersLong
getMinSymbols()
Gets value for attribute minSymbolsLong
getMinUpperCase()
Gets value for attribute minUpperCasePasswordDomainEntity
getPasswordDomain()
Gets value for attribute passwordDomainString
getRegularExpression()
Gets value for attribute regularExpressionLong
getRememberedPasswords()
Gets value for attribute rememberedPasswordsLong
getRenewalTime()
Gets value for attribute renewalTimeString
getType()
Gets value for attribute typeInteger
getUnlockAfterSeconds()
Gets value for attribute unlockAfterSecondsUserTypeEntity
getUserType()
Gets value for attribute userTypeString
getValidationScript()
Gets value for attribute validationScriptString
getValidationScriptDescription()
Gets value for attribute validationScriptDescriptionint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAllowPasswordChange(Boolean allowPasswordChange)
Sets value for attribute allowPasswordChangevoid
setAllowPasswordQuery(Boolean allowPasswordQuery)
Sets value for attribute allowPasswordQueryvoid
setAvailableTime(Long availableTime)
Sets value for attribute availableTimevoid
setComplexPasswords(Boolean complexPasswords)
Sets value for attribute complexPasswordsvoid
setDescription(String description)
Sets value for attribute descriptionvoid
setForbiddenWords(Collection<PolicyForbiddenWordEntity> forbiddenWords)
Sets value for attribute forbiddenWordsvoid
setGracePeriodTime(Long gracePeriodTime)
Sets value for attribute gracePeriodTimevoid
setId(Long id)
Sets value for attribute idvoid
setMaxFailures(Integer maxFailures)
Sets value for attribute maxFailuresvoid
setMaxLength(Long maxLength)
Sets value for attribute maxLengthvoid
setMaxLowerCase(Long maxLowerCase)
Sets value for attribute maxLowerCasevoid
setMaxNumbers(Long maxNumbers)
Sets value for attribute maxNumbersvoid
setMaxSymbols(Long maxSymbols)
Sets value for attribute maxSymbolsvoid
setMaxUpperCase(Long maxUpperCase)
Sets value for attribute maxUpperCasevoid
setMinimumPeriod(Long minimumPeriod)
Sets value for attribute minimumPeriodvoid
setMinLength(Long minLength)
Sets value for attribute minLengthvoid
setMinLowerCase(Long minLowerCase)
Sets value for attribute minLowerCasevoid
setMinNumbers(Long minNumbers)
Sets value for attribute minNumbersvoid
setMinSymbols(Long minSymbols)
Sets value for attribute minSymbolsvoid
setMinUpperCase(Long minUpperCase)
Sets value for attribute minUpperCasevoid
setPasswordDomain(PasswordDomainEntity passwordDomain)
Sets value for attribute passwordDomainvoid
setRegularExpression(String regularExpression)
Sets value for attribute regularExpressionvoid
setRememberedPasswords(Long rememberedPasswords)
Sets value for attribute rememberedPasswordsvoid
setRenewalTime(Long renewalTime)
Sets value for attribute renewalTimevoid
setType(String type)
Sets value for attribute typevoid
setUnlockAfterSeconds(Integer unlockAfterSeconds)
Sets value for attribute unlockAfterSecondsvoid
setUserType(UserTypeEntity userType)
Sets value for attribute userTypevoid
setValidationScript(String validationScript)
Sets value for attribute validationScriptvoid
setValidationScriptDescription(String validationScriptDescription)
Sets value for attribute validationScriptDescription
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getUserType
public UserTypeEntity getUserType()
Gets value for attribute userType
-
setUserType
public void setUserType(UserTypeEntity userType)
Sets value for attribute userType
-
getType
public String getType()
Gets value for attribute type
-
setType
public void setType(String type)
Sets value for attribute type
-
getRenewalTime
public Long getRenewalTime()
Gets value for attribute renewalTime
-
setRenewalTime
public void setRenewalTime(Long renewalTime)
Sets value for attribute renewalTime
-
getAvailableTime
public Long getAvailableTime()
Gets value for attribute availableTime
-
setAvailableTime
public void setAvailableTime(Long availableTime)
Sets value for attribute availableTime
-
getGracePeriodTime
public Long getGracePeriodTime()
Gets value for attribute gracePeriodTime
-
setGracePeriodTime
public void setGracePeriodTime(Long gracePeriodTime)
Sets value for attribute gracePeriodTime
-
getMinimumPeriod
public Long getMinimumPeriod()
Gets value for attribute minimumPeriod
-
setMinimumPeriod
public void setMinimumPeriod(Long minimumPeriod)
Sets value for attribute minimumPeriod
-
getMinLength
public Long getMinLength()
Gets value for attribute minLength
-
setMinLength
public void setMinLength(Long minLength)
Sets value for attribute minLength
-
getMaxLength
public Long getMaxLength()
Gets value for attribute maxLength
-
setMaxLength
public void setMaxLength(Long maxLength)
Sets value for attribute maxLength
-
getRegularExpression
public String getRegularExpression()
Gets value for attribute regularExpression
-
setRegularExpression
public void setRegularExpression(String regularExpression)
Sets value for attribute regularExpression
-
getMinUpperCase
public Long getMinUpperCase()
Gets value for attribute minUpperCase
-
setMinUpperCase
public void setMinUpperCase(Long minUpperCase)
Sets value for attribute minUpperCase
-
getMaxUpperCase
public Long getMaxUpperCase()
Gets value for attribute maxUpperCase
-
setMaxUpperCase
public void setMaxUpperCase(Long maxUpperCase)
Sets value for attribute maxUpperCase
-
getMinLowerCase
public Long getMinLowerCase()
Gets value for attribute minLowerCase
-
setMinLowerCase
public void setMinLowerCase(Long minLowerCase)
Sets value for attribute minLowerCase
-
getMaxLowerCase
public Long getMaxLowerCase()
Gets value for attribute maxLowerCase
-
setMaxLowerCase
public void setMaxLowerCase(Long maxLowerCase)
Sets value for attribute maxLowerCase
-
getMinNumbers
public Long getMinNumbers()
Gets value for attribute minNumbers
-
setMinNumbers
public void setMinNumbers(Long minNumbers)
Sets value for attribute minNumbers
-
getMaxNumbers
public Long getMaxNumbers()
Gets value for attribute maxNumbers
-
setMaxNumbers
public void setMaxNumbers(Long maxNumbers)
Sets value for attribute maxNumbers
-
getMinSymbols
public Long getMinSymbols()
Gets value for attribute minSymbols
-
setMinSymbols
public void setMinSymbols(Long minSymbols)
Sets value for attribute minSymbols
-
getMaxSymbols
public Long getMaxSymbols()
Gets value for attribute maxSymbols
-
setMaxSymbols
public void setMaxSymbols(Long maxSymbols)
Sets value for attribute maxSymbols
-
getRememberedPasswords
public Long getRememberedPasswords()
Gets value for attribute rememberedPasswords
-
setRememberedPasswords
public void setRememberedPasswords(Long rememberedPasswords)
Sets value for attribute rememberedPasswords
-
getPasswordDomain
public PasswordDomainEntity getPasswordDomain()
Gets value for attribute passwordDomain
-
setPasswordDomain
public void setPasswordDomain(PasswordDomainEntity passwordDomain)
Sets value for attribute passwordDomain
-
getForbiddenWords
public Collection<PolicyForbiddenWordEntity> getForbiddenWords()
Gets value for attribute forbiddenWords
-
setForbiddenWords
public void setForbiddenWords(Collection<PolicyForbiddenWordEntity> forbiddenWords)
Sets value for attribute forbiddenWords
-
getAllowPasswordQuery
public Boolean getAllowPasswordQuery()
Gets value for attribute allowPasswordQuery
-
setAllowPasswordQuery
public void setAllowPasswordQuery(Boolean allowPasswordQuery)
Sets value for attribute allowPasswordQuery
-
getAllowPasswordChange
public Boolean getAllowPasswordChange()
Gets value for attribute allowPasswordChange
-
setAllowPasswordChange
public void setAllowPasswordChange(Boolean allowPasswordChange)
Sets value for attribute allowPasswordChange
-
getComplexPasswords
public Boolean getComplexPasswords()
Gets value for attribute complexPasswords
-
setComplexPasswords
public void setComplexPasswords(Boolean complexPasswords)
Sets value for attribute complexPasswords
-
getMaxFailures
public Integer getMaxFailures()
Gets value for attribute maxFailures
-
setMaxFailures
public void setMaxFailures(Integer maxFailures)
Sets value for attribute maxFailures
-
getUnlockAfterSeconds
public Integer getUnlockAfterSeconds()
Gets value for attribute unlockAfterSeconds
-
setUnlockAfterSeconds
public void setUnlockAfterSeconds(Integer unlockAfterSeconds)
Sets value for attribute unlockAfterSeconds
-
getValidationScript
public String getValidationScript()
Gets value for attribute validationScript
-
setValidationScript
public void setValidationScript(String validationScript)
Sets value for attribute validationScript
-
getValidationScriptDescription
public String getValidationScriptDescription()
Gets value for attribute validationScriptDescription
-
setValidationScriptDescription
public void setValidationScriptDescription(String validationScriptDescription)
Sets value for attribute validationScriptDescription
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an PasswordPolicyEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-