类 Config


  • public class Config
    extends Object
    • 构造器详细资料

      • Config

        public Config()
    • 方法详细资料

      • parse

        public static Config parse​(org.json.JSONObject data)
                            throws org.json.JSONException
        抛出:
        org.json.JSONException
      • getUserPoolId

        public String getUserPoolId()
      • setUserPoolId

        public void setUserPoolId​(String userPoolId)
      • getIdentifier

        public String getIdentifier()
      • setIdentifier

        public void setIdentifier​(String identifier)
      • getRequestHostname

        public String getRequestHostname()
      • setRequestHostname

        public void setRequestHostname​(String requestHostname)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getLogo

        public String getLogo()
      • setLogo

        public void setLogo​(String logo)
      • getUserpoolLogo

        public String getUserpoolLogo()
      • setUserpoolLogo

        public void setUserpoolLogo​(String userpoolLogo)
      • getEnabledLoginMethods

        public List<String> getEnabledLoginMethods()
      • setEnabledLoginMethods

        public void setEnabledLoginMethods​(List<String> enabledLoginMethods)
      • getLoginTabList

        public List<String> getLoginTabList()
      • setLoginTabList

        public void setLoginTabList​(List<String> loginTabList)
      • getDefaultLoginMethod

        public String getDefaultLoginMethod()
      • setDefaultLoginMethod

        public void setDefaultLoginMethod​(String defaultLoginMethod)
      • getRegisterTabList

        public List<String> getRegisterTabList()
      • setRegisterTabList

        public void setRegisterTabList​(List<String> registerTabList)
      • getDefaultRegisterMethod

        public String getDefaultRegisterMethod()
      • setDefaultRegisterMethod

        public void setDefaultRegisterMethod​(String defaultRegisterMethod)
      • getVerifyCodeLength

        public int getVerifyCodeLength()
      • setVerifyCodeLength

        public void setVerifyCodeLength​(int verifyCodeLength)
      • getPasswordStrength

        public int getPasswordStrength()
      • setPasswordStrength

        public void setPasswordStrength​(int passwordStrength)
      • getCompleteFieldsPlace

        public List<String> getCompleteFieldsPlace()
      • setCompleteFieldsPlace

        public void setCompleteFieldsPlace​(List<String> completeFieldsPlace)
      • setExtendedFields

        public void setExtendedFields​(List<ExtendedField> extendedFields)
      • getExtendedFieldsI18n

        public org.json.JSONObject getExtendedFieldsI18n()
      • setExtendedFieldsI18n

        public void setExtendedFieldsI18n​(org.json.JSONObject extendedFieldsI18n)
      • getRedirectUris

        public List<String> getRedirectUris()
      • setRedirectUris

        public void setRedirectUris​(List<String> redirectUris)
      • isInternationalSmsEnable

        public boolean isInternationalSmsEnable()
      • setInternationalSmsEnable

        public void setInternationalSmsEnable​(boolean internationalSmsEnable)
      • getUserAgent

        public String getUserAgent()
      • setUserAgent

        public void setUserAgent​(String userAgent)
      • getSocialConnectionId

        public String getSocialConnectionId​(String type)
      • getSocialAppId

        public String getSocialAppId​(String type)
      • getSocialAgentId

        public String getSocialAgentId​(String type)
      • getSocialSchema

        public String getSocialSchema​(String type)
      • getSocialBusinessId

        public String getSocialBusinessId​(String type)