Interface ReCaptchaConfigService
-
@Deprecated public interface ReCaptchaConfigServiceDeprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.Map<java.lang.String,ReCaptchaConfig>getAllCloudConfigs()Deprecated.ReCaptchaConfiggetConfig(java.lang.String configPath)Deprecated.java.lang.StringgetSecretKey(java.lang.String configPath)Deprecated.java.lang.StringgetSiteKey(java.lang.String configPath)Deprecated.
-
-
-
Method Detail
-
getAllCloudConfigs
java.util.Map<java.lang.String,ReCaptchaConfig> getAllCloudConfigs()
Deprecated.- Returns:
- Map, key is config path and value is corresponding
ReCaptchaConfigobject.
-
getConfig
ReCaptchaConfig getConfig(java.lang.String configPath)
Deprecated.- Returns:
ReCaptchaConfigobject for the given config path.
-
getSecretKey
java.lang.String getSecretKey(java.lang.String configPath)
Deprecated.- Returns:
Stringsecret key
-
getSiteKey
java.lang.String getSiteKey(java.lang.String configPath)
Deprecated.- Returns:
Stringsite key
-
-