Package com.sforce.soap.metadata
Class ProfilePasswordPolicy
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ProfilePasswordPolicy
-
-
Constructor Summary
Constructors Constructor Description ProfilePasswordPolicy()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getForgotPasswordRedirect
public boolean getForgotPasswordRedirect()
-
isForgotPasswordRedirect
public boolean isForgotPasswordRedirect()
-
setForgotPasswordRedirect
public void setForgotPasswordRedirect(boolean forgotPasswordRedirect)
-
setForgotPasswordRedirect
protected void setForgotPasswordRedirect(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLockoutInterval
public int getLockoutInterval()
-
setLockoutInterval
public void setLockoutInterval(int lockoutInterval)
-
setLockoutInterval
protected void setLockoutInterval(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMaxLoginAttempts
public int getMaxLoginAttempts()
-
setMaxLoginAttempts
public void setMaxLoginAttempts(int maxLoginAttempts)
-
setMaxLoginAttempts
protected void setMaxLoginAttempts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMinimumPasswordLength
public int getMinimumPasswordLength()
-
setMinimumPasswordLength
public void setMinimumPasswordLength(int minimumPasswordLength)
-
setMinimumPasswordLength
protected void setMinimumPasswordLength(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMinimumPasswordLifetime
public boolean getMinimumPasswordLifetime()
-
isMinimumPasswordLifetime
public boolean isMinimumPasswordLifetime()
-
setMinimumPasswordLifetime
public void setMinimumPasswordLifetime(boolean minimumPasswordLifetime)
-
setMinimumPasswordLifetime
protected void setMinimumPasswordLifetime(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getObscure
public boolean getObscure()
-
isObscure
public boolean isObscure()
-
setObscure
public void setObscure(boolean obscure)
-
setObscure
protected void setObscure(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPasswordComplexity
public int getPasswordComplexity()
-
setPasswordComplexity
public void setPasswordComplexity(int passwordComplexity)
-
setPasswordComplexity
protected void setPasswordComplexity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPasswordExpiration
public int getPasswordExpiration()
-
setPasswordExpiration
public void setPasswordExpiration(int passwordExpiration)
-
setPasswordExpiration
protected void setPasswordExpiration(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPasswordHistory
public int getPasswordHistory()
-
setPasswordHistory
public void setPasswordHistory(int passwordHistory)
-
setPasswordHistory
protected void setPasswordHistory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPasswordQuestion
public int getPasswordQuestion()
-
setPasswordQuestion
public void setPasswordQuestion(int passwordQuestion)
-
setPasswordQuestion
protected void setPasswordQuestion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getProfile
public String getProfile()
-
setProfile
public void setProfile(String profile)
-
setProfile
protected void setProfile(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-