Uses of Class
org.dspace.eperson.InvalidReCaptchaException
-
Packages that use InvalidReCaptchaException Package Description org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.eperson.service -
-
Uses of InvalidReCaptchaException in org.dspace.eperson
Methods in org.dspace.eperson that throw InvalidReCaptchaException Modifier and Type Method Description voidCaptchaServiceImpl. processResponse(String response, String action) -
Uses of InvalidReCaptchaException in org.dspace.eperson.service
Methods in org.dspace.eperson.service that throw InvalidReCaptchaException Modifier and Type Method Description voidCaptchaService. processResponse(String response, String action)validate the entered reCaptcha token
-