Package com.liferay.portal.kernel.model
Interface PasswordPolicy
- All Superinterfaces:
AuditedModel
,BaseModel<PasswordPolicy>
,ClassedModel
,Cloneable
,Comparable<PasswordPolicy>
,MVCCModel
,PasswordPolicyModel
,PersistedModel
,Serializable
,ShardedModel
,StagedAuditedModel
,StagedModel
- All Known Implementing Classes:
PasswordPolicyWrapper
The extended model interface for the PasswordPolicy service. Represents a row in the "PasswordPolicy" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.PasswordPolicyModel
cloneWithOriginalValues, getAllowDictionaryWords, getChangeable, getChangeRequired, getCheckSyntax, getCompanyId, getCreateDate, getDefaultPolicy, getDescription, getExpireable, getGraceLimit, getHistory, getHistoryCount, getLockout, getLockoutDuration, getMaxAge, getMaxFailure, getMinAge, getMinAlphanumeric, getMinLength, getMinLowerCase, getMinNumbers, getMinSymbols, getMinUpperCase, getModifiedDate, getMvccVersion, getName, getPasswordPolicyId, getPrimaryKey, getRegex, getRequireUnlock, getResetFailureCount, getResetTicketMaxAge, getUserId, getUserName, getUserUuid, getUuid, getWarningTime, isAllowDictionaryWords, isChangeable, isChangeRequired, isCheckSyntax, isDefaultPolicy, isExpireable, isHistory, isLockout, isRequireUnlock, setAllowDictionaryWords, setChangeable, setChangeRequired, setCheckSyntax, setCompanyId, setCreateDate, setDefaultPolicy, setDescription, setExpireable, setGraceLimit, setHistory, setHistoryCount, setLockout, setLockoutDuration, setMaxAge, setMaxFailure, setMinAge, setMinAlphanumeric, setMinLength, setMinLowerCase, setMinNumbers, setMinSymbols, setMinUpperCase, setModifiedDate, setMvccVersion, setName, setPasswordPolicyId, setPrimaryKey, setRegex, setRequireUnlock, setResetFailureCount, setResetTicketMaxAge, setUserId, setUserName, setUserUuid, setUuid, setWarningTime, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
PASSWORD_POLICY_ID_ACCESSOR
-