Uses of Interface
org.dspace.eperson.service.CaptchaService
Packages that use CaptchaService
Package
Description
Provides classes representing e-people and groups of e-people.
-
Uses of CaptchaService in org.dspace.eperson
Classes in org.dspace.eperson that implement CaptchaServiceModifier and TypeClassDescriptionclassBasic services implementation for a Proof of Work Captcha like Altcha.classBasic services implementation for the Captcha. -
Uses of CaptchaService in org.dspace.eperson.factory
Methods in org.dspace.eperson.factory that return CaptchaServiceModifier and TypeMethodDescriptionabstract CaptchaServiceCaptchaServiceFactory.getAltchaCaptchaService()Get the configured Altcha CaptchaService.CaptchaServiceFactoryImpl.getAltchaCaptchaService()Get the configured Altcha CaptchaService.abstract CaptchaServiceCaptchaServiceFactory.getCaptchaService()Get the configured CaptchService TODO: This will be fully "operational" once we have full coverage of all forms by all supported captcha providers.CaptchaServiceFactoryImpl.getCaptchaService()Get the configured CaptchService TODO: This will be fully "operational" once we have full coverage of all forms by all supported captcha providers.abstract CaptchaServiceCaptchaServiceFactory.getGoogleCaptchaService()Get the configured Google CaptchaService.CaptchaServiceFactoryImpl.getGoogleCaptchaService()Get the configured Google CaptchaService.