| Constructor and Description |
|---|
ProfilePasswordPolicy()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getForgotPasswordRedirect() |
int |
getLockoutInterval() |
int |
getMaxLoginAttempts() |
int |
getMinimumPasswordLength() |
boolean |
getMinimumPasswordLifetime() |
boolean |
getObscure() |
int |
getPasswordComplexity() |
int |
getPasswordExpiration() |
int |
getPasswordHistory() |
int |
getPasswordQuestion() |
java.lang.String |
getProfile() |
boolean |
isForgotPasswordRedirect() |
boolean |
isMinimumPasswordLifetime() |
boolean |
isObscure() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setForgotPasswordRedirect(boolean forgotPasswordRedirect) |
protected void |
setForgotPasswordRedirect(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLockoutInterval(int lockoutInterval) |
protected void |
setLockoutInterval(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMaxLoginAttempts(int maxLoginAttempts) |
protected void |
setMaxLoginAttempts(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMinimumPasswordLength(int minimumPasswordLength) |
protected void |
setMinimumPasswordLength(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMinimumPasswordLifetime(boolean minimumPasswordLifetime) |
protected void |
setMinimumPasswordLifetime(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setObscure(boolean obscure) |
protected void |
setObscure(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPasswordComplexity(int passwordComplexity) |
protected void |
setPasswordComplexity(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPasswordExpiration(int passwordExpiration) |
protected void |
setPasswordExpiration(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPasswordHistory(int passwordHistory) |
protected void |
setPasswordHistory(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPasswordQuestion(int passwordQuestion) |
protected void |
setPasswordQuestion(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setProfile(java.lang.String profile) |
protected void |
setProfile(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullName, setFullNamepublic boolean getForgotPasswordRedirect()
public boolean isForgotPasswordRedirect()
public void setForgotPasswordRedirect(boolean forgotPasswordRedirect)
protected void setForgotPasswordRedirect(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getLockoutInterval()
public void setLockoutInterval(int lockoutInterval)
protected void setLockoutInterval(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getMaxLoginAttempts()
public void setMaxLoginAttempts(int maxLoginAttempts)
protected void setMaxLoginAttempts(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getMinimumPasswordLength()
public void setMinimumPasswordLength(int minimumPasswordLength)
protected void setMinimumPasswordLength(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getMinimumPasswordLifetime()
public boolean isMinimumPasswordLifetime()
public void setMinimumPasswordLifetime(boolean minimumPasswordLifetime)
protected void setMinimumPasswordLifetime(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getObscure()
public boolean isObscure()
public void setObscure(boolean obscure)
protected void setObscure(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getPasswordComplexity()
public void setPasswordComplexity(int passwordComplexity)
protected void setPasswordComplexity(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getPasswordExpiration()
public void setPasswordExpiration(int passwordExpiration)
protected void setPasswordExpiration(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getPasswordHistory()
public void setPasswordHistory(int passwordHistory)
protected void setPasswordHistory(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getPasswordQuestion()
public void setPasswordQuestion(int passwordQuestion)
protected void setPasswordQuestion(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getProfile()
public void setProfile(java.lang.String profile)
protected void setProfile(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
writeFields in class Metadatajava.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizableload in class Metadatajava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
loadFields in class Metadatajava.io.IOExceptionConnectionExceptionCopyright © 2020. All Rights Reserved.