Interface CaptchaConfigurationService
-
public interface CaptchaConfigurationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CaptchaConfiguration
getCaptchaCloudConfiguration(Resource resource, java.lang.String captchaType)
java.util.Collection<CaptchaConfiguration>
getCaptchaCloudConfigurationCollection(Resource resource, java.lang.String captchaType)
-
-
-
Method Detail
-
getCaptchaCloudConfigurationCollection
java.util.Collection<CaptchaConfiguration> getCaptchaCloudConfigurationCollection(Resource resource, java.lang.String captchaType) throws GuideException
- Throws:
GuideException
-
getCaptchaCloudConfiguration
CaptchaConfiguration getCaptchaCloudConfiguration(Resource resource, java.lang.String captchaType) throws GuideException
- Throws:
GuideException
-
-