Package com.sforce.soap.metadata
Class PasswordPolicies
- java.lang.Object
-
- com.sforce.soap.metadata.PasswordPolicies
-
-
Constructor Summary
Constructors Constructor Description PasswordPolicies()Constructor
-
Method Summary
-
-
-
Method Detail
-
getApiOnlyUserHomePageURL
public String getApiOnlyUserHomePageURL()
-
setApiOnlyUserHomePageURL
public void setApiOnlyUserHomePageURL(String apiOnlyUserHomePageURL)
-
setApiOnlyUserHomePageURL
protected void setApiOnlyUserHomePageURL(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getComplexity
public Complexity getComplexity()
-
setComplexity
public void setComplexity(Complexity complexity)
-
setComplexity
protected void setComplexity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExpiration
public Expiration getExpiration()
-
setExpiration
public void setExpiration(Expiration expiration)
-
setExpiration
protected void setExpiration(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHistoryRestriction
public String getHistoryRestriction()
-
setHistoryRestriction
public void setHistoryRestriction(String historyRestriction)
-
setHistoryRestriction
protected void setHistoryRestriction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLockoutInterval
public LockoutInterval getLockoutInterval()
-
setLockoutInterval
public void setLockoutInterval(LockoutInterval lockoutInterval)
-
setLockoutInterval
protected void setLockoutInterval(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMaxLoginAttempts
public MaxLoginAttempts getMaxLoginAttempts()
-
setMaxLoginAttempts
public void setMaxLoginAttempts(MaxLoginAttempts maxLoginAttempts)
-
setMaxLoginAttempts
protected void setMaxLoginAttempts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMinimumPasswordLength
public String getMinimumPasswordLength()
-
setMinimumPasswordLength
public void setMinimumPasswordLength(String 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
-
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
public String getPasswordAssistanceMessage()
-
setPasswordAssistanceMessage
public void setPasswordAssistanceMessage(String passwordAssistanceMessage)
-
setPasswordAssistanceMessage
protected void setPasswordAssistanceMessage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPasswordAssistanceURL
public String getPasswordAssistanceURL()
-
setPasswordAssistanceURL
public void setPasswordAssistanceURL(String passwordAssistanceURL)
-
setPasswordAssistanceURL
protected void setPasswordAssistanceURL(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQuestionRestriction
public QuestionRestriction getQuestionRestriction()
-
setQuestionRestriction
public void setQuestionRestriction(QuestionRestriction questionRestriction)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-