com.liferay.portal.model
Class PasswordPolicySoap
java.lang.Object
com.liferay.portal.model.PasswordPolicySoap
- All Implemented Interfaces:
- Serializable
public class PasswordPolicySoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically PasswordPolicyServiceSoap
.
- See Also:
PasswordPolicyServiceSoap
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordPolicySoap
public PasswordPolicySoap()
toSoapModel
public static PasswordPolicySoap toSoapModel(PasswordPolicy model)
toSoapModels
public static PasswordPolicySoap[] toSoapModels(PasswordPolicy[] models)
toSoapModels
public static PasswordPolicySoap[][] toSoapModels(PasswordPolicy[][] models)
toSoapModels
public static PasswordPolicySoap[] toSoapModels(List<PasswordPolicy> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getPasswordPolicyId
public long getPasswordPolicyId()
setPasswordPolicyId
public void setPasswordPolicyId(long passwordPolicyId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date createDate)
getModifiedDate
public Date getModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
getDefaultPolicy
public boolean getDefaultPolicy()
isDefaultPolicy
public boolean isDefaultPolicy()
setDefaultPolicy
public void setDefaultPolicy(boolean defaultPolicy)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getChangeable
public boolean getChangeable()
isChangeable
public boolean isChangeable()
setChangeable
public void setChangeable(boolean changeable)
getChangeRequired
public boolean getChangeRequired()
isChangeRequired
public boolean isChangeRequired()
setChangeRequired
public void setChangeRequired(boolean changeRequired)
getMinAge
public long getMinAge()
setMinAge
public void setMinAge(long minAge)
getCheckSyntax
public boolean getCheckSyntax()
isCheckSyntax
public boolean isCheckSyntax()
setCheckSyntax
public void setCheckSyntax(boolean checkSyntax)
getAllowDictionaryWords
public boolean getAllowDictionaryWords()
isAllowDictionaryWords
public boolean isAllowDictionaryWords()
setAllowDictionaryWords
public void setAllowDictionaryWords(boolean allowDictionaryWords)
getMinAlphanumeric
public int getMinAlphanumeric()
setMinAlphanumeric
public void setMinAlphanumeric(int minAlphanumeric)
getMinLength
public int getMinLength()
setMinLength
public void setMinLength(int minLength)
getMinLowerCase
public int getMinLowerCase()
setMinLowerCase
public void setMinLowerCase(int minLowerCase)
getMinNumbers
public int getMinNumbers()
setMinNumbers
public void setMinNumbers(int minNumbers)
getMinSymbols
public int getMinSymbols()
setMinSymbols
public void setMinSymbols(int minSymbols)
getMinUpperCase
public int getMinUpperCase()
setMinUpperCase
public void setMinUpperCase(int minUpperCase)
getHistory
public boolean getHistory()
isHistory
public boolean isHistory()
setHistory
public void setHistory(boolean history)
getHistoryCount
public int getHistoryCount()
setHistoryCount
public void setHistoryCount(int historyCount)
getExpireable
public boolean getExpireable()
isExpireable
public boolean isExpireable()
setExpireable
public void setExpireable(boolean expireable)
getMaxAge
public long getMaxAge()
setMaxAge
public void setMaxAge(long maxAge)
getWarningTime
public long getWarningTime()
setWarningTime
public void setWarningTime(long warningTime)
getGraceLimit
public int getGraceLimit()
setGraceLimit
public void setGraceLimit(int graceLimit)
getLockout
public boolean getLockout()
isLockout
public boolean isLockout()
setLockout
public void setLockout(boolean lockout)
getMaxFailure
public int getMaxFailure()
setMaxFailure
public void setMaxFailure(int maxFailure)
getLockoutDuration
public long getLockoutDuration()
setLockoutDuration
public void setLockoutDuration(long lockoutDuration)
getRequireUnlock
public boolean getRequireUnlock()
isRequireUnlock
public boolean isRequireUnlock()
setRequireUnlock
public void setRequireUnlock(boolean requireUnlock)
getResetFailureCount
public long getResetFailureCount()
setResetFailureCount
public void setResetFailureCount(long resetFailureCount)
getResetTicketMaxAge
public long getResetTicketMaxAge()
setResetTicketMaxAge
public void setResetTicketMaxAge(long resetTicketMaxAge)