@ProviderType
public class PasswordPolicyCacheModel
extends Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.PasswordPolicy>, Externalizable, com.liferay.portal.kernel.model.MVCCModel
PasswordPolicy
,
Serialized FormModifier and Type | Field and Description |
---|---|
boolean |
allowDictionaryWords |
boolean |
changeable |
boolean |
changeRequired |
boolean |
checkSyntax |
long |
companyId |
long |
createDate |
boolean |
defaultPolicy |
String |
description |
boolean |
expireable |
int |
graceLimit |
boolean |
history |
int |
historyCount |
boolean |
lockout |
long |
lockoutDuration |
long |
maxAge |
int |
maxFailure |
long |
minAge |
int |
minAlphanumeric |
int |
minLength |
int |
minLowerCase |
int |
minNumbers |
int |
minSymbols |
int |
minUpperCase |
long |
modifiedDate |
long |
mvccVersion |
String |
name |
long |
passwordPolicyId |
String |
regex |
boolean |
requireUnlock |
long |
resetFailureCount |
long |
resetTicketMaxAge |
long |
userId |
String |
userName |
String |
uuid |
long |
warningTime |
Constructor and Description |
---|
PasswordPolicyCacheModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getMvccVersion() |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
void |
setMvccVersion(long mvccVersion) |
com.liferay.portal.kernel.model.PasswordPolicy |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public long mvccVersion
public String uuid
public long passwordPolicyId
public long companyId
public long userId
public String userName
public long createDate
public long modifiedDate
public boolean defaultPolicy
public String name
public String description
public boolean changeable
public boolean changeRequired
public long minAge
public boolean checkSyntax
public boolean allowDictionaryWords
public int minAlphanumeric
public int minLength
public int minLowerCase
public int minNumbers
public int minSymbols
public int minUpperCase
public String regex
public boolean history
public int historyCount
public boolean expireable
public long maxAge
public long warningTime
public int graceLimit
public boolean lockout
public int maxFailure
public long lockoutDuration
public boolean requireUnlock
public long resetFailureCount
public long resetTicketMaxAge
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public long getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public String toString()
toString
in class Object
public com.liferay.portal.kernel.model.PasswordPolicy toEntityModel()
toEntityModel
in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.PasswordPolicy>
public void readExternal(ObjectInput objectInput) throws IOException
readExternal
in interface Externalizable
IOException
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException