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 booleanequals(Object object)Returnstrueif the argument is an PasswordPolicyEntity instance and all identifiers for this entity equal the identifiers of the argument entity.BooleangetAllowPasswordChange()Gets value for attribute allowPasswordChangeBooleangetAllowPasswordQuery()Gets value for attribute allowPasswordQueryLonggetAvailableTime()Gets value for attribute availableTimeBooleangetComplexPasswords()Gets value for attribute complexPasswordsStringgetDescription()Gets value for attribute descriptionCollection<PolicyForbiddenWordEntity>getForbiddenWords()Gets value for attribute forbiddenWordsLonggetGracePeriodTime()Gets value for attribute gracePeriodTimeLonggetId()Gets value for attribute idIntegergetMaxFailures()Gets value for attribute maxFailuresLonggetMaxLength()Gets value for attribute maxLengthLonggetMaxLowerCase()Gets value for attribute maxLowerCaseLonggetMaxNumbers()Gets value for attribute maxNumbersLonggetMaxSymbols()Gets value for attribute maxSymbolsLonggetMaxUpperCase()Gets value for attribute maxUpperCaseLonggetMinimumPeriod()Gets value for attribute minimumPeriodLonggetMinLength()Gets value for attribute minLengthLonggetMinLowerCase()Gets value for attribute minLowerCaseLonggetMinNumbers()Gets value for attribute minNumbersLonggetMinSymbols()Gets value for attribute minSymbolsLonggetMinUpperCase()Gets value for attribute minUpperCasePasswordDomainEntitygetPasswordDomain()Gets value for attribute passwordDomainStringgetRegularExpression()Gets value for attribute regularExpressionLonggetRememberedPasswords()Gets value for attribute rememberedPasswordsLonggetRenewalTime()Gets value for attribute renewalTimeStringgetType()Gets value for attribute typeIntegergetUnlockAfterSeconds()Gets value for attribute unlockAfterSecondsUserTypeEntitygetUserType()Gets value for attribute userTypeStringgetValidationScript()Gets value for attribute validationScriptStringgetValidationScriptDescription()Gets value for attribute validationScriptDescriptioninthashCode()Returns a hash code based on this entity's identifiers.voidsetAllowPasswordChange(Boolean allowPasswordChange)Sets value for attribute allowPasswordChangevoidsetAllowPasswordQuery(Boolean allowPasswordQuery)Sets value for attribute allowPasswordQueryvoidsetAvailableTime(Long availableTime)Sets value for attribute availableTimevoidsetComplexPasswords(Boolean complexPasswords)Sets value for attribute complexPasswordsvoidsetDescription(String description)Sets value for attribute descriptionvoidsetForbiddenWords(Collection<PolicyForbiddenWordEntity> forbiddenWords)Sets value for attribute forbiddenWordsvoidsetGracePeriodTime(Long gracePeriodTime)Sets value for attribute gracePeriodTimevoidsetId(Long id)Sets value for attribute idvoidsetMaxFailures(Integer maxFailures)Sets value for attribute maxFailuresvoidsetMaxLength(Long maxLength)Sets value for attribute maxLengthvoidsetMaxLowerCase(Long maxLowerCase)Sets value for attribute maxLowerCasevoidsetMaxNumbers(Long maxNumbers)Sets value for attribute maxNumbersvoidsetMaxSymbols(Long maxSymbols)Sets value for attribute maxSymbolsvoidsetMaxUpperCase(Long maxUpperCase)Sets value for attribute maxUpperCasevoidsetMinimumPeriod(Long minimumPeriod)Sets value for attribute minimumPeriodvoidsetMinLength(Long minLength)Sets value for attribute minLengthvoidsetMinLowerCase(Long minLowerCase)Sets value for attribute minLowerCasevoidsetMinNumbers(Long minNumbers)Sets value for attribute minNumbersvoidsetMinSymbols(Long minSymbols)Sets value for attribute minSymbolsvoidsetMinUpperCase(Long minUpperCase)Sets value for attribute minUpperCasevoidsetPasswordDomain(PasswordDomainEntity passwordDomain)Sets value for attribute passwordDomainvoidsetRegularExpression(String regularExpression)Sets value for attribute regularExpressionvoidsetRememberedPasswords(Long rememberedPasswords)Sets value for attribute rememberedPasswordsvoidsetRenewalTime(Long renewalTime)Sets value for attribute renewalTimevoidsetType(String type)Sets value for attribute typevoidsetUnlockAfterSeconds(Integer unlockAfterSeconds)Sets value for attribute unlockAfterSecondsvoidsetUserType(UserTypeEntity userType)Sets value for attribute userTypevoidsetValidationScript(String validationScript)Sets value for attribute validationScriptvoidsetValidationScriptDescription(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)
Returnstrueif the argument is an PasswordPolicyEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-