@ProviderType
public class PasswordPolicySoap
extends Object
implements Serializable
PasswordPolicyServiceSoap
.PasswordPolicyServiceSoap
,
Serialized FormConstructor and Description |
---|
PasswordPolicySoap() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowDictionaryWords() |
boolean |
getChangeable() |
boolean |
getChangeRequired() |
boolean |
getCheckSyntax() |
long |
getCompanyId() |
Date |
getCreateDate() |
boolean |
getDefaultPolicy() |
String |
getDescription() |
boolean |
getExpireable() |
int |
getGraceLimit() |
boolean |
getHistory() |
int |
getHistoryCount() |
boolean |
getLockout() |
long |
getLockoutDuration() |
long |
getMaxAge() |
int |
getMaxFailure() |
long |
getMinAge() |
int |
getMinAlphanumeric() |
int |
getMinLength() |
int |
getMinLowerCase() |
int |
getMinNumbers() |
int |
getMinSymbols() |
int |
getMinUpperCase() |
Date |
getModifiedDate() |
long |
getMvccVersion() |
String |
getName() |
long |
getPasswordPolicyId() |
long |
getPrimaryKey() |
String |
getRegex() |
boolean |
getRequireUnlock() |
long |
getResetFailureCount() |
long |
getResetTicketMaxAge() |
long |
getUserId() |
String |
getUserName() |
String |
getUuid() |
long |
getWarningTime() |
boolean |
isAllowDictionaryWords() |
boolean |
isChangeable() |
boolean |
isChangeRequired() |
boolean |
isCheckSyntax() |
boolean |
isDefaultPolicy() |
boolean |
isExpireable() |
boolean |
isHistory() |
boolean |
isLockout() |
boolean |
isRequireUnlock() |
void |
setAllowDictionaryWords(boolean allowDictionaryWords) |
void |
setChangeable(boolean changeable) |
void |
setChangeRequired(boolean changeRequired) |
void |
setCheckSyntax(boolean checkSyntax) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(Date createDate) |
void |
setDefaultPolicy(boolean defaultPolicy) |
void |
setDescription(String description) |
void |
setExpireable(boolean expireable) |
void |
setGraceLimit(int graceLimit) |
void |
setHistory(boolean history) |
void |
setHistoryCount(int historyCount) |
void |
setLockout(boolean lockout) |
void |
setLockoutDuration(long lockoutDuration) |
void |
setMaxAge(long maxAge) |
void |
setMaxFailure(int maxFailure) |
void |
setMinAge(long minAge) |
void |
setMinAlphanumeric(int minAlphanumeric) |
void |
setMinLength(int minLength) |
void |
setMinLowerCase(int minLowerCase) |
void |
setMinNumbers(int minNumbers) |
void |
setMinSymbols(int minSymbols) |
void |
setMinUpperCase(int minUpperCase) |
void |
setModifiedDate(Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(String name) |
void |
setPasswordPolicyId(long passwordPolicyId) |
void |
setPrimaryKey(long pk) |
void |
setRegex(String regex) |
void |
setRequireUnlock(boolean requireUnlock) |
void |
setResetFailureCount(long resetFailureCount) |
void |
setResetTicketMaxAge(long resetTicketMaxAge) |
void |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUuid(String uuid) |
void |
setWarningTime(long warningTime) |
static PasswordPolicySoap |
toSoapModel(PasswordPolicy model) |
static PasswordPolicySoap[] |
toSoapModels(List<PasswordPolicy> models) |
static PasswordPolicySoap[] |
toSoapModels(PasswordPolicy[] models) |
static PasswordPolicySoap[][] |
toSoapModels(PasswordPolicy[][] models) |
public static PasswordPolicySoap toSoapModel(PasswordPolicy model)
public static PasswordPolicySoap[] toSoapModels(PasswordPolicy[] models)
public static PasswordPolicySoap[][] toSoapModels(PasswordPolicy[][] models)
public static PasswordPolicySoap[] toSoapModels(List<PasswordPolicy> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public String getUuid()
public void setUuid(String uuid)
public long getPasswordPolicyId()
public void setPasswordPolicyId(long passwordPolicyId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getUserId()
public void setUserId(long userId)
public String getUserName()
public void setUserName(String userName)
public Date getCreateDate()
public void setCreateDate(Date createDate)
public Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
public boolean getDefaultPolicy()
public boolean isDefaultPolicy()
public void setDefaultPolicy(boolean defaultPolicy)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public boolean getChangeable()
public boolean isChangeable()
public void setChangeable(boolean changeable)
public boolean getChangeRequired()
public boolean isChangeRequired()
public void setChangeRequired(boolean changeRequired)
public long getMinAge()
public void setMinAge(long minAge)
public boolean getCheckSyntax()
public boolean isCheckSyntax()
public void setCheckSyntax(boolean checkSyntax)
public boolean getAllowDictionaryWords()
public boolean isAllowDictionaryWords()
public void setAllowDictionaryWords(boolean allowDictionaryWords)
public int getMinAlphanumeric()
public void setMinAlphanumeric(int minAlphanumeric)
public int getMinLength()
public void setMinLength(int minLength)
public int getMinLowerCase()
public void setMinLowerCase(int minLowerCase)
public int getMinNumbers()
public void setMinNumbers(int minNumbers)
public int getMinSymbols()
public void setMinSymbols(int minSymbols)
public int getMinUpperCase()
public void setMinUpperCase(int minUpperCase)
public String getRegex()
public void setRegex(String regex)
public boolean getHistory()
public boolean isHistory()
public void setHistory(boolean history)
public int getHistoryCount()
public void setHistoryCount(int historyCount)
public boolean getExpireable()
public boolean isExpireable()
public void setExpireable(boolean expireable)
public long getMaxAge()
public void setMaxAge(long maxAge)
public long getWarningTime()
public void setWarningTime(long warningTime)
public int getGraceLimit()
public void setGraceLimit(int graceLimit)
public boolean getLockout()
public boolean isLockout()
public void setLockout(boolean lockout)
public int getMaxFailure()
public void setMaxFailure(int maxFailure)
public long getLockoutDuration()
public void setLockoutDuration(long lockoutDuration)
public boolean getRequireUnlock()
public boolean isRequireUnlock()
public void setRequireUnlock(boolean requireUnlock)
public long getResetFailureCount()
public void setResetFailureCount(long resetFailureCount)
public long getResetTicketMaxAge()
public void setResetTicketMaxAge(long resetTicketMaxAge)