Package com.sforce.soap.metadata
Class ProfilePasswordPolicy
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.ProfilePasswordPolicy
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintbooleanbooleanintintintintbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetForgotPasswordRedirect(boolean forgotPasswordRedirect) protected voidsetForgotPasswordRedirect(XmlInputStream __in, TypeMapper __typeMapper) voidsetLockoutInterval(int lockoutInterval) protected voidsetLockoutInterval(XmlInputStream __in, TypeMapper __typeMapper) voidsetMaxLoginAttempts(int maxLoginAttempts) protected voidsetMaxLoginAttempts(XmlInputStream __in, TypeMapper __typeMapper) voidsetMinimumPasswordLength(int minimumPasswordLength) protected voidsetMinimumPasswordLength(XmlInputStream __in, TypeMapper __typeMapper) voidsetMinimumPasswordLifetime(boolean minimumPasswordLifetime) protected voidsetMinimumPasswordLifetime(XmlInputStream __in, TypeMapper __typeMapper) voidsetObscure(boolean obscure) protected voidsetObscure(XmlInputStream __in, TypeMapper __typeMapper) voidsetPasswordComplexity(int passwordComplexity) protected voidsetPasswordComplexity(XmlInputStream __in, TypeMapper __typeMapper) voidsetPasswordExpiration(int passwordExpiration) protected voidsetPasswordExpiration(XmlInputStream __in, TypeMapper __typeMapper) voidsetPasswordHistory(int passwordHistory) protected voidsetPasswordHistory(XmlInputStream __in, TypeMapper __typeMapper) voidsetPasswordQuestion(int passwordQuestion) protected voidsetPasswordQuestion(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetProfile(XmlInputStream __in, TypeMapper __typeMapper) voidsetProfile(String profile) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
ProfilePasswordPolicy
public ProfilePasswordPolicy()Constructor
-
-
Method Details
-
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
-
setProfile
-
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
- 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
-
toString
-