Package cn.authing.guard.data
Class Config
- java.lang.Object
-
- cn.authing.guard.data.Config
-
public class Config extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfig.ConfigCallback
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
-
-
-
Method Detail
-
parse
public static Config parse(JSONObject data) throws JSONException
- Throws:
JSONException
-
getUserPoolId
public String getUserPoolId()
-
setUserPoolId
public void setUserPoolId(String userPoolId)
-
getIdentifier
public String getIdentifier()
-
setIdentifier
public void setIdentifier(String identifier)
-
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)
-
getDefaultLoginMethod
public String getDefaultLoginMethod()
-
setDefaultLoginMethod
public void setDefaultLoginMethod(String defaultLoginMethod)
-
getDefaultRegisterMethod
public String getDefaultRegisterMethod()
-
setDefaultRegisterMethod
public void setDefaultRegisterMethod(String defaultRegisterMethod)
-
getVerifyCodeLength
public int getVerifyCodeLength()
-
setVerifyCodeLength
public void setVerifyCodeLength(int verifyCodeLength)
-
getSocialConfigs
public List<SocialConfig> getSocialConfigs()
-
getPasswordStrength
public int getPasswordStrength()
-
setPasswordStrength
public void setPasswordStrength(int passwordStrength)
-
getExtendedFields
public List<ExtendedField> getExtendedFields()
-
setExtendedFields
public void setExtendedFields(List<ExtendedField> extendedFields)
-
-