Class PasswordPolicies

  • All Implemented Interfaces:
    com.sforce.ws.bind.XMLizable

    public class PasswordPolicies
    extends java.lang.Object
    implements com.sforce.ws.bind.XMLizable
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Constructor Detail

      • PasswordPolicies

        public PasswordPolicies()
        Constructor
    • Method Detail

      • getApiOnlyUserHomePageURL

        public java.lang.String getApiOnlyUserHomePageURL()
      • setApiOnlyUserHomePageURL

        public void setApiOnlyUserHomePageURL​(java.lang.String apiOnlyUserHomePageURL)
      • setApiOnlyUserHomePageURL

        protected void setApiOnlyUserHomePageURL​(com.sforce.ws.parser.XmlInputStream __in,
                                                 com.sforce.ws.bind.TypeMapper __typeMapper)
                                          throws java.io.IOException,
                                                 com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getComplexity

        public Complexity getComplexity()
      • setComplexity

        public void setComplexity​(Complexity complexity)
      • setComplexity

        protected void setComplexity​(com.sforce.ws.parser.XmlInputStream __in,
                                     com.sforce.ws.bind.TypeMapper __typeMapper)
                              throws java.io.IOException,
                                     com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getExpiration

        public Expiration getExpiration()
      • setExpiration

        public void setExpiration​(Expiration expiration)
      • setExpiration

        protected void setExpiration​(com.sforce.ws.parser.XmlInputStream __in,
                                     com.sforce.ws.bind.TypeMapper __typeMapper)
                              throws java.io.IOException,
                                     com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getHistoryRestriction

        public java.lang.String getHistoryRestriction()
      • setHistoryRestriction

        public void setHistoryRestriction​(java.lang.String historyRestriction)
      • setHistoryRestriction

        protected void setHistoryRestriction​(com.sforce.ws.parser.XmlInputStream __in,
                                             com.sforce.ws.bind.TypeMapper __typeMapper)
                                      throws java.io.IOException,
                                             com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • setLockoutInterval

        public void setLockoutInterval​(LockoutInterval lockoutInterval)
      • setLockoutInterval

        protected void setLockoutInterval​(com.sforce.ws.parser.XmlInputStream __in,
                                          com.sforce.ws.bind.TypeMapper __typeMapper)
                                   throws java.io.IOException,
                                          com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • setMaxLoginAttempts

        public void setMaxLoginAttempts​(MaxLoginAttempts maxLoginAttempts)
      • setMaxLoginAttempts

        protected void setMaxLoginAttempts​(com.sforce.ws.parser.XmlInputStream __in,
                                           com.sforce.ws.bind.TypeMapper __typeMapper)
                                    throws java.io.IOException,
                                           com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getMinimumPasswordLength

        public java.lang.String getMinimumPasswordLength()
      • setMinimumPasswordLength

        public void setMinimumPasswordLength​(java.lang.String minimumPasswordLength)
      • setMinimumPasswordLength

        protected void setMinimumPasswordLength​(com.sforce.ws.parser.XmlInputStream __in,
                                                com.sforce.ws.bind.TypeMapper __typeMapper)
                                         throws java.io.IOException,
                                                com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getMinimumPasswordLifetime

        public boolean getMinimumPasswordLifetime()
      • isMinimumPasswordLifetime

        public boolean isMinimumPasswordLifetime()
      • setMinimumPasswordLifetime

        public void setMinimumPasswordLifetime​(boolean minimumPasswordLifetime)
      • setMinimumPasswordLifetime

        protected void setMinimumPasswordLifetime​(com.sforce.ws.parser.XmlInputStream __in,
                                                  com.sforce.ws.bind.TypeMapper __typeMapper)
                                           throws java.io.IOException,
                                                  com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getObscureSecretAnswer

        public boolean getObscureSecretAnswer()
      • isObscureSecretAnswer

        public boolean isObscureSecretAnswer()
      • setObscureSecretAnswer

        public void setObscureSecretAnswer​(boolean obscureSecretAnswer)
      • setObscureSecretAnswer

        protected void setObscureSecretAnswer​(com.sforce.ws.parser.XmlInputStream __in,
                                              com.sforce.ws.bind.TypeMapper __typeMapper)
                                       throws java.io.IOException,
                                              com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getPasswordAssistanceMessage

        public java.lang.String getPasswordAssistanceMessage()
      • setPasswordAssistanceMessage

        public void setPasswordAssistanceMessage​(java.lang.String passwordAssistanceMessage)
      • setPasswordAssistanceMessage

        protected void setPasswordAssistanceMessage​(com.sforce.ws.parser.XmlInputStream __in,
                                                    com.sforce.ws.bind.TypeMapper __typeMapper)
                                             throws java.io.IOException,
                                                    com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getPasswordAssistanceURL

        public java.lang.String getPasswordAssistanceURL()
      • setPasswordAssistanceURL

        public void setPasswordAssistanceURL​(java.lang.String passwordAssistanceURL)
      • setPasswordAssistanceURL

        protected void setPasswordAssistanceURL​(com.sforce.ws.parser.XmlInputStream __in,
                                                com.sforce.ws.bind.TypeMapper __typeMapper)
                                         throws java.io.IOException,
                                                com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • setQuestionRestriction

        public void setQuestionRestriction​(QuestionRestriction questionRestriction)
      • setQuestionRestriction

        protected void setQuestionRestriction​(com.sforce.ws.parser.XmlInputStream __in,
                                              com.sforce.ws.bind.TypeMapper __typeMapper)
                                       throws java.io.IOException,
                                              com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • write

        public void write​(javax.xml.namespace.QName __element,
                          com.sforce.ws.parser.XmlOutputStream __out,
                          com.sforce.ws.bind.TypeMapper __typeMapper)
                   throws java.io.IOException
        Specified by:
        write in interface com.sforce.ws.bind.XMLizable
        Throws:
        java.io.IOException
      • writeFields

        protected void writeFields​(com.sforce.ws.parser.XmlOutputStream __out,
                                   com.sforce.ws.bind.TypeMapper __typeMapper)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • load

        public void load​(com.sforce.ws.parser.XmlInputStream __in,
                         com.sforce.ws.bind.TypeMapper __typeMapper)
                  throws java.io.IOException,
                         com.sforce.ws.ConnectionException
        Specified by:
        load in interface com.sforce.ws.bind.XMLizable
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • loadFields

        protected void loadFields​(com.sforce.ws.parser.XmlInputStream __in,
                                  com.sforce.ws.bind.TypeMapper __typeMapper)
                           throws java.io.IOException,
                                  com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object