Interface ReCaptchaConfigService
-
@Deprecated public interface ReCaptchaConfigService
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.Map<java.lang.String,ReCaptchaConfig>
getAllCloudConfigs()
Deprecated.ReCaptchaConfig
getConfig(java.lang.String configPath)
Deprecated.java.lang.String
getSecretKey(java.lang.String configPath)
Deprecated.java.lang.String
getSiteKey(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
ReCaptchaConfig
object.
-
getConfig
ReCaptchaConfig getConfig(java.lang.String configPath)
Deprecated.- Returns:
ReCaptchaConfig
object for the given config path.
-
getSecretKey
java.lang.String getSecretKey(java.lang.String configPath)
Deprecated.- Returns:
String
secret key
-
getSiteKey
java.lang.String getSiteKey(java.lang.String configPath)
Deprecated.- Returns:
String
site key
-
-