Package com.pingidentity.access
Class CaptchaProviderAccessor
- java.lang.Object
-
- com.pingidentity.access.CaptchaProviderAccessor
-
public class CaptchaProviderAccessor extends Object
This class provides access to supported CAPTCHA provider information.- Since:
- 11.2
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CaptchaProvidergetCaptchaProvider(String captchaProviderId)Retrieves the specifiedCaptchaProviderassociated with the captchaProviderId.
-
-
-
Method Detail
-
getCaptchaProvider
public static CaptchaProvider getCaptchaProvider(String captchaProviderId)
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
-
-