com.liferay.portal.model.impl
Class PasswordPolicyImpl

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

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
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_BY_MODEL, XSS_ALLOW_DESCRIPTION, XSS_ALLOW_NAME, XSS_ALLOW_USERNAME
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
PasswordPolicyImpl()
           
 
Methods inherited from class com.liferay.portal.model.impl.PasswordPolicyModelImpl
clone, compareTo, equals, getAllowDictionaryWords, getChangeable, getChangeRequired, getCheckSyntax, getCompanyId, getCreateDate, getDefaultPolicy, getDescription, getExpireable, getGraceLimit, getHistory, getHistoryCount, getLockout, getLockoutDuration, getMaxAge, getMaxFailure, getMinAge, getMinLength, getModifiedDate, getName, 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
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isNew, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, 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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
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()