Uses of Class
edu.cornell.mannlib.vitro.webapp.beans.CaptchaBundle
-
Packages that use CaptchaBundle Package Description edu.cornell.mannlib.vitro.webapp.beans -
-
Uses of CaptchaBundle in edu.cornell.mannlib.vitro.webapp.beans
Methods in edu.cornell.mannlib.vitro.webapp.beans that return CaptchaBundle Modifier and Type Method Description CaptchaBundleNanocaptchaProvider. generateRefreshChallenge()CaptchaBundleRecaptchav2Provider. generateRefreshChallenge()static CaptchaBundleCaptchaServiceBean. generateRefreshedChallenge()Generates a new CAPTCHA challenge (returns empty CaptchaBundle for 3rd party providers).Methods in edu.cornell.mannlib.vitro.webapp.beans that return types with arguments of type CaptchaBundle Modifier and Type Method Description static com.google.common.cache.Cache<String,CaptchaBundle>CaptchaServiceBean. getCaptchaChallenges()Gets the map containing CAPTCHA challenges for different hosts.static Optional<CaptchaBundle>CaptchaServiceBean. getChallenge(String captchaId)Retrieves a CAPTCHA challenge for a specific host based on the provided CAPTCHA ID Removes the challenge from the storage after retrieval.
-