Package com.sforce.soap.metadata
Class PasswordPolicies
java.lang.Object
com.sforce.soap.metadata.PasswordPolicies
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetApiOnlyUserHomePageURL(XmlInputStream __in, TypeMapper __typeMapper) voidsetApiOnlyUserHomePageURL(String apiOnlyUserHomePageURL) voidsetComplexity(Complexity complexity) protected voidsetComplexity(XmlInputStream __in, TypeMapper __typeMapper) voidsetExpiration(Expiration expiration) protected voidsetExpiration(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetHistoryRestriction(XmlInputStream __in, TypeMapper __typeMapper) voidsetHistoryRestriction(String historyRestriction) voidsetLockoutInterval(LockoutInterval lockoutInterval) protected voidsetLockoutInterval(XmlInputStream __in, TypeMapper __typeMapper) voidsetMaxLoginAttempts(MaxLoginAttempts maxLoginAttempts) protected voidsetMaxLoginAttempts(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMinimumPasswordLength(XmlInputStream __in, TypeMapper __typeMapper) voidsetMinimumPasswordLength(String minimumPasswordLength) voidsetMinimumPasswordLifetime(boolean minimumPasswordLifetime) protected voidsetMinimumPasswordLifetime(XmlInputStream __in, TypeMapper __typeMapper) voidsetObscureSecretAnswer(boolean obscureSecretAnswer) protected voidsetObscureSecretAnswer(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetPasswordAssistanceMessage(XmlInputStream __in, TypeMapper __typeMapper) voidsetPasswordAssistanceMessage(String passwordAssistanceMessage) protected voidsetPasswordAssistanceURL(XmlInputStream __in, TypeMapper __typeMapper) voidsetPasswordAssistanceURL(String passwordAssistanceURL) voidsetQuestionRestriction(QuestionRestriction questionRestriction) protected voidsetQuestionRestriction(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
PasswordPolicies
public PasswordPolicies()Constructor
-
-
Method Details
-
getApiOnlyUserHomePageURL
-
setApiOnlyUserHomePageURL
-
setApiOnlyUserHomePageURL
protected void setApiOnlyUserHomePageURL(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getComplexity
-
setComplexity
-
setComplexity
protected void setComplexity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExpiration
-
setExpiration
-
setExpiration
protected void setExpiration(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getHistoryRestriction
-
setHistoryRestriction
-
setHistoryRestriction
protected void setHistoryRestriction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLockoutInterval
-
setLockoutInterval
-
setLockoutInterval
protected void setLockoutInterval(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMaxLoginAttempts
-
setMaxLoginAttempts
-
setMaxLoginAttempts
protected void setMaxLoginAttempts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMinimumPasswordLength
-
setMinimumPasswordLength
-
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
-
getObscureSecretAnswer
public boolean getObscureSecretAnswer() -
isObscureSecretAnswer
public boolean isObscureSecretAnswer() -
setObscureSecretAnswer
public void setObscureSecretAnswer(boolean obscureSecretAnswer) -
setObscureSecretAnswer
protected void setObscureSecretAnswer(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPasswordAssistanceMessage
-
setPasswordAssistanceMessage
-
setPasswordAssistanceMessage
protected void setPasswordAssistanceMessage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPasswordAssistanceURL
-
setPasswordAssistanceURL
-
setPasswordAssistanceURL
protected void setPasswordAssistanceURL(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getQuestionRestriction
-
setQuestionRestriction
-
setQuestionRestriction
protected void setQuestionRestriction(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- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-