public class PasswordPolicyWrapper extends BaseModelWrapper<PasswordPolicy> implements ModelWrapper<PasswordPolicy>, PasswordPolicy
This class is a wrapper for PasswordPolicy.
PasswordPolicy,
Serialized FormmodelPASSWORD_POLICY_ID_ACCESSOR| Constructor and Description |
|---|
PasswordPolicyWrapper(PasswordPolicy passwordPolicy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowDictionaryWords()
Returns the allow dictionary words of this password policy.
|
boolean |
getChangeable()
Returns the changeable of this password policy.
|
boolean |
getChangeRequired()
Returns the change required of this password policy.
|
boolean |
getCheckSyntax()
Returns the check syntax of this password policy.
|
long |
getCompanyId()
Returns the company ID of this password policy.
|
Date |
getCreateDate()
Returns the create date of this password policy.
|
boolean |
getDefaultPolicy()
Returns the default policy of this password policy.
|
String |
getDescription()
Returns the description of this password policy.
|
boolean |
getExpireable()
Returns the expireable of this password policy.
|
int |
getGraceLimit()
Returns the grace limit of this password policy.
|
boolean |
getHistory()
Returns the history of this password policy.
|
int |
getHistoryCount()
Returns the history count of this password policy.
|
boolean |
getLockout()
Returns the lockout of this password policy.
|
long |
getLockoutDuration()
Returns the lockout duration of this password policy.
|
long |
getMaxAge()
Returns the max age of this password policy.
|
int |
getMaxFailure()
Returns the max failure of this password policy.
|
long |
getMinAge()
Returns the min age of this password policy.
|
int |
getMinAlphanumeric()
Returns the min alphanumeric of this password policy.
|
int |
getMinLength()
Returns the min length of this password policy.
|
int |
getMinLowerCase()
Returns the min lower case of this password policy.
|
int |
getMinNumbers()
Returns the min numbers of this password policy.
|
int |
getMinSymbols()
Returns the min symbols of this password policy.
|
int |
getMinUpperCase()
Returns the min upper case of this password policy.
|
Map<String,Object> |
getModelAttributes() |
Date |
getModifiedDate()
Returns the modified date of this password policy.
|
long |
getMvccVersion()
Returns the mvcc version of this password policy.
|
String |
getName()
Returns the name of this password policy.
|
long |
getPasswordPolicyId()
Returns the password policy ID of this password policy.
|
long |
getPrimaryKey()
Returns the primary key of this password policy.
|
String |
getRegex()
Returns the regex of this password policy.
|
boolean |
getRequireUnlock()
Returns the require unlock of this password policy.
|
long |
getResetFailureCount()
Returns the reset failure count of this password policy.
|
long |
getResetTicketMaxAge()
Returns the reset ticket max age of this password policy.
|
StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this password policy.
|
String |
getUserName()
Returns the user name of this password policy.
|
String |
getUserUuid()
Returns the user uuid of this password policy.
|
String |
getUuid()
Returns the uuid of this password policy.
|
long |
getWarningTime()
Returns the warning time of this password policy.
|
boolean |
isAllowDictionaryWords()
Returns
true if this password policy is allow dictionary words. |
boolean |
isChangeable()
Returns
true if this password policy is changeable. |
boolean |
isChangeRequired()
Returns
true if this password policy is change required. |
boolean |
isCheckSyntax()
Returns
true if this password policy is check syntax. |
boolean |
isDefaultPolicy()
Returns
true if this password policy is default policy. |
boolean |
isExpireable()
Returns
true if this password policy is expireable. |
boolean |
isHistory()
Returns
true if this password policy is history. |
boolean |
isLockout()
Returns
true if this password policy is lockout. |
boolean |
isRequireUnlock()
Returns
true if this password policy is require unlock. |
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setAllowDictionaryWords(boolean allowDictionaryWords)
Sets whether this password policy is allow dictionary words.
|
void |
setChangeable(boolean changeable)
Sets whether this password policy is changeable.
|
void |
setChangeRequired(boolean changeRequired)
Sets whether this password policy is change required.
|
void |
setCheckSyntax(boolean checkSyntax)
Sets whether this password policy is check syntax.
|
void |
setCompanyId(long companyId)
Sets the company ID of this password policy.
|
void |
setCreateDate(Date createDate)
Sets the create date of this password policy.
|
void |
setDefaultPolicy(boolean defaultPolicy)
Sets whether this password policy is default policy.
|
void |
setDescription(String description)
Sets the description of this password policy.
|
void |
setExpireable(boolean expireable)
Sets whether this password policy is expireable.
|
void |
setGraceLimit(int graceLimit)
Sets the grace limit of this password policy.
|
void |
setHistory(boolean history)
Sets whether this password policy is history.
|
void |
setHistoryCount(int historyCount)
Sets the history count of this password policy.
|
void |
setLockout(boolean lockout)
Sets whether this password policy is lockout.
|
void |
setLockoutDuration(long lockoutDuration)
Sets the lockout duration of this password policy.
|
void |
setMaxAge(long maxAge)
Sets the max age of this password policy.
|
void |
setMaxFailure(int maxFailure)
Sets the max failure of this password policy.
|
void |
setMinAge(long minAge)
Sets the min age of this password policy.
|
void |
setMinAlphanumeric(int minAlphanumeric)
Sets the min alphanumeric of this password policy.
|
void |
setMinLength(int minLength)
Sets the min length of this password policy.
|
void |
setMinLowerCase(int minLowerCase)
Sets the min lower case of this password policy.
|
void |
setMinNumbers(int minNumbers)
Sets the min numbers of this password policy.
|
void |
setMinSymbols(int minSymbols)
Sets the min symbols of this password policy.
|
void |
setMinUpperCase(int minUpperCase)
Sets the min upper case of this password policy.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this password policy.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this password policy.
|
void |
setName(String name)
Sets the name of this password policy.
|
void |
setPasswordPolicyId(long passwordPolicyId)
Sets the password policy ID of this password policy.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this password policy.
|
void |
setRegex(String regex)
Sets the regex of this password policy.
|
void |
setRequireUnlock(boolean requireUnlock)
Sets whether this password policy is require unlock.
|
void |
setResetFailureCount(long resetFailureCount)
Sets the reset failure count of this password policy.
|
void |
setResetTicketMaxAge(long resetTicketMaxAge)
Sets the reset ticket max age of this password policy.
|
void |
setUserId(long userId)
Sets the user ID of this password policy.
|
void |
setUserName(String userName)
Sets the user name of this password policy.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this password policy.
|
void |
setUuid(String uuid)
Sets the uuid of this password policy.
|
void |
setWarningTime(long warningTime)
Sets the warning time of this password policy.
|
protected PasswordPolicyWrapper |
wrap(PasswordPolicy passwordPolicy) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringgetWrappedModelclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclonegetModelClass, getModelClassNamepublic PasswordPolicyWrapper(PasswordPolicy passwordPolicy)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<PasswordPolicy>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<PasswordPolicy>public boolean getAllowDictionaryWords()
getAllowDictionaryWords in interface PasswordPolicyModelpublic boolean getChangeable()
getChangeable in interface PasswordPolicyModelpublic boolean getChangeRequired()
getChangeRequired in interface PasswordPolicyModelpublic boolean getCheckSyntax()
getCheckSyntax in interface PasswordPolicyModelpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface PasswordPolicyModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface PasswordPolicyModelgetCreateDate in interface StagedModelpublic boolean getDefaultPolicy()
getDefaultPolicy in interface PasswordPolicyModelpublic String getDescription()
getDescription in interface PasswordPolicyModelpublic boolean getExpireable()
getExpireable in interface PasswordPolicyModelpublic int getGraceLimit()
getGraceLimit in interface PasswordPolicyModelpublic boolean getHistory()
getHistory in interface PasswordPolicyModelpublic int getHistoryCount()
getHistoryCount in interface PasswordPolicyModelpublic boolean getLockout()
getLockout in interface PasswordPolicyModelpublic long getLockoutDuration()
getLockoutDuration in interface PasswordPolicyModelpublic long getMaxAge()
getMaxAge in interface PasswordPolicyModelpublic int getMaxFailure()
getMaxFailure in interface PasswordPolicyModelpublic long getMinAge()
getMinAge in interface PasswordPolicyModelpublic int getMinAlphanumeric()
getMinAlphanumeric in interface PasswordPolicyModelpublic int getMinLength()
getMinLength in interface PasswordPolicyModelpublic int getMinLowerCase()
getMinLowerCase in interface PasswordPolicyModelpublic int getMinNumbers()
getMinNumbers in interface PasswordPolicyModelpublic int getMinSymbols()
getMinSymbols in interface PasswordPolicyModelpublic int getMinUpperCase()
getMinUpperCase in interface PasswordPolicyModelpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface PasswordPolicyModelgetModifiedDate in interface StagedModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface PasswordPolicyModelpublic String getName()
getName in interface PasswordPolicyModelpublic long getPasswordPolicyId()
getPasswordPolicyId in interface PasswordPolicyModelpublic long getPrimaryKey()
getPrimaryKey in interface PasswordPolicyModelpublic String getRegex()
getRegex in interface PasswordPolicyModelpublic boolean getRequireUnlock()
getRequireUnlock in interface PasswordPolicyModelpublic long getResetFailureCount()
getResetFailureCount in interface PasswordPolicyModelpublic long getResetTicketMaxAge()
getResetTicketMaxAge in interface PasswordPolicyModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface PasswordPolicyModelpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface PasswordPolicyModelpublic String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface PasswordPolicyModelpublic String getUuid()
getUuid in interface PasswordPolicyModelgetUuid in interface StagedModelpublic long getWarningTime()
getWarningTime in interface PasswordPolicyModelpublic boolean isAllowDictionaryWords()
true if this password policy is allow dictionary words.isAllowDictionaryWords in interface PasswordPolicyModeltrue if this password policy is allow dictionary words; false otherwisepublic boolean isChangeable()
true if this password policy is changeable.isChangeable in interface PasswordPolicyModeltrue if this password policy is changeable; false otherwisepublic boolean isChangeRequired()
true if this password policy is change required.isChangeRequired in interface PasswordPolicyModeltrue if this password policy is change required; false otherwisepublic boolean isCheckSyntax()
true if this password policy is check syntax.isCheckSyntax in interface PasswordPolicyModeltrue if this password policy is check syntax; false otherwisepublic boolean isDefaultPolicy()
true if this password policy is default policy.isDefaultPolicy in interface PasswordPolicyModeltrue if this password policy is default policy; false otherwisepublic boolean isExpireable()
true if this password policy is expireable.isExpireable in interface PasswordPolicyModeltrue if this password policy is expireable; false otherwisepublic boolean isHistory()
true if this password policy is history.isHistory in interface PasswordPolicyModeltrue if this password policy is history; false otherwisepublic boolean isLockout()
true if this password policy is lockout.isLockout in interface PasswordPolicyModeltrue if this password policy is lockout; false otherwisepublic boolean isRequireUnlock()
true if this password policy is require unlock.isRequireUnlock in interface PasswordPolicyModeltrue if this password policy is require unlock; false otherwisepublic void persist()
PasswordPolicy interface instead.persist in interface PersistedModelpublic void setAllowDictionaryWords(boolean allowDictionaryWords)
setAllowDictionaryWords in interface PasswordPolicyModelallowDictionaryWords - the allow dictionary words of this password policypublic void setChangeable(boolean changeable)
setChangeable in interface PasswordPolicyModelchangeable - the changeable of this password policypublic void setChangeRequired(boolean changeRequired)
setChangeRequired in interface PasswordPolicyModelchangeRequired - the change required of this password policypublic void setCheckSyntax(boolean checkSyntax)
setCheckSyntax in interface PasswordPolicyModelcheckSyntax - the check syntax of this password policypublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface PasswordPolicyModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this password policypublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface PasswordPolicyModelsetCreateDate in interface StagedModelcreateDate - the create date of this password policypublic void setDefaultPolicy(boolean defaultPolicy)
setDefaultPolicy in interface PasswordPolicyModeldefaultPolicy - the default policy of this password policypublic void setDescription(String description)
setDescription in interface PasswordPolicyModeldescription - the description of this password policypublic void setExpireable(boolean expireable)
setExpireable in interface PasswordPolicyModelexpireable - the expireable of this password policypublic void setGraceLimit(int graceLimit)
setGraceLimit in interface PasswordPolicyModelgraceLimit - the grace limit of this password policypublic void setHistory(boolean history)
setHistory in interface PasswordPolicyModelhistory - the history of this password policypublic void setHistoryCount(int historyCount)
setHistoryCount in interface PasswordPolicyModelhistoryCount - the history count of this password policypublic void setLockout(boolean lockout)
setLockout in interface PasswordPolicyModellockout - the lockout of this password policypublic void setLockoutDuration(long lockoutDuration)
setLockoutDuration in interface PasswordPolicyModellockoutDuration - the lockout duration of this password policypublic void setMaxAge(long maxAge)
setMaxAge in interface PasswordPolicyModelmaxAge - the max age of this password policypublic void setMaxFailure(int maxFailure)
setMaxFailure in interface PasswordPolicyModelmaxFailure - the max failure of this password policypublic void setMinAge(long minAge)
setMinAge in interface PasswordPolicyModelminAge - the min age of this password policypublic void setMinAlphanumeric(int minAlphanumeric)
setMinAlphanumeric in interface PasswordPolicyModelminAlphanumeric - the min alphanumeric of this password policypublic void setMinLength(int minLength)
setMinLength in interface PasswordPolicyModelminLength - the min length of this password policypublic void setMinLowerCase(int minLowerCase)
setMinLowerCase in interface PasswordPolicyModelminLowerCase - the min lower case of this password policypublic void setMinNumbers(int minNumbers)
setMinNumbers in interface PasswordPolicyModelminNumbers - the min numbers of this password policypublic void setMinSymbols(int minSymbols)
setMinSymbols in interface PasswordPolicyModelminSymbols - the min symbols of this password policypublic void setMinUpperCase(int minUpperCase)
setMinUpperCase in interface PasswordPolicyModelminUpperCase - the min upper case of this password policypublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface PasswordPolicyModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this password policypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface PasswordPolicyModelmvccVersion - the mvcc version of this password policypublic void setName(String name)
setName in interface PasswordPolicyModelname - the name of this password policypublic void setPasswordPolicyId(long passwordPolicyId)
setPasswordPolicyId in interface PasswordPolicyModelpasswordPolicyId - the password policy ID of this password policypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface PasswordPolicyModelprimaryKey - the primary key of this password policypublic void setRegex(String regex)
setRegex in interface PasswordPolicyModelregex - the regex of this password policypublic void setRequireUnlock(boolean requireUnlock)
setRequireUnlock in interface PasswordPolicyModelrequireUnlock - the require unlock of this password policypublic void setResetFailureCount(long resetFailureCount)
setResetFailureCount in interface PasswordPolicyModelresetFailureCount - the reset failure count of this password policypublic void setResetTicketMaxAge(long resetTicketMaxAge)
setResetTicketMaxAge in interface PasswordPolicyModelresetTicketMaxAge - the reset ticket max age of this password policypublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface PasswordPolicyModeluserId - the user ID of this password policypublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface PasswordPolicyModeluserName - the user name of this password policypublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface PasswordPolicyModeluserUuid - the user uuid of this password policypublic void setUuid(String uuid)
setUuid in interface PasswordPolicyModelsetUuid in interface StagedModeluuid - the uuid of this password policypublic void setWarningTime(long warningTime)
setWarningTime in interface PasswordPolicyModelwarningTime - the warning time of this password policypublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected PasswordPolicyWrapper wrap(PasswordPolicy passwordPolicy)
wrap in class BaseModelWrapper<PasswordPolicy>