Package com.pingidentity.access
Class CaptchaProviderAccessor
java.lang.Object
com.pingidentity.access.CaptchaProviderAccessor
This class provides access to supported CAPTCHA provider information.
- Since:
- 11.2
-
Method Summary
Modifier and TypeMethodDescriptionstatic CaptchaProvidergetCaptchaProvider(String captchaProviderId) Retrieves the specifiedCaptchaProviderassociated with the captchaProviderId.
-
Method Details
-
getCaptchaProvider
Retrieves the specifiedCaptchaProviderassociated with the captchaProviderId. If captchaProviderId is blank, the defaultCaptchaProviderwill be returned.- Parameters:
captchaProviderId- The id of theCaptchaProviderto retrieve.- Returns:
- A
CaptchaProvideror null if not found. - Since:
- 11.2
-