com.liferay.portal.model.impl
Class PasswordPolicyImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PasswordPolicy>
      extended by com.liferay.portal.model.impl.PasswordPolicyModelImpl
          extended by com.liferay.portal.model.impl.PasswordPolicyImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portal.model.PasswordPolicy>, com.liferay.portal.model.PasswordPolicy, com.liferay.portal.model.PasswordPolicyModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.PasswordPolicy>

public class PasswordPolicyImpl
extends PasswordPolicyModelImpl
implements com.liferay.portal.model.PasswordPolicy

View Source

Author:
Scott Lee
See Also:
Serialized Form

Field Summary
static java.lang.String[] SYSTEM_PASSWORD_POLICIES
           
 
Fields inherited from class com.liferay.portal.model.impl.PasswordPolicyModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
PasswordPolicyImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.PasswordPolicyModelImpl
clone, compareTo, equals, getAllowDictionaryWords, getChangeable, getChangeRequired, getCheckSyntax, getCompanyId, getCreateDate, getDefaultPolicy, getDescription, getExpandoBridge, getExpireable, getGraceLimit, getHistory, getHistoryCount, getLockout, getLockoutDuration, getMaxAge, getMaxFailure, getMinAge, getMinLength, getModifiedDate, getName, getOriginalCompanyId, getOriginalDefaultPolicy, getOriginalName, getPasswordPolicyId, getPrimaryKey, getPrimaryKeyObj, getRequireUnlock, getResetFailureCount, getUserId, getUserName, getWarningTime, hashCode, 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, setMinLength, setModifiedDate, setName, setPasswordPolicyId, setPrimaryKey, setRequireUnlock, setResetFailureCount, setUserId, setUserName, setWarningTime, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.PasswordPolicyModel
getAllowDictionaryWords, getChangeable, getChangeRequired, getCheckSyntax, getCompanyId, getCreateDate, getDefaultPolicy, getDescription, getExpireable, getGraceLimit, getHistory, getHistoryCount, getLockout, getLockoutDuration, getMaxAge, getMaxFailure, getMinAge, getMinLength, getModifiedDate, getName, getPasswordPolicyId, getPrimaryKey, getRequireUnlock, getResetFailureCount, getUserId, getUserName, 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, setMinLength, setModifiedDate, setName, setPasswordPolicyId, setPrimaryKey, setRequireUnlock, setResetFailureCount, setUserId, setUserName, setWarningTime, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

SYSTEM_PASSWORD_POLICIES

public static final java.lang.String[] SYSTEM_PASSWORD_POLICIES
Constructor Detail

PasswordPolicyImpl

public PasswordPolicyImpl()