Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.acegisecurity.captcha.CaptchaServiceProxy

Uses of CaptchaServiceProxy in org.acegisecurity.captcha
 

Fields in org.acegisecurity.captcha declared as CaptchaServiceProxy
private  CaptchaServiceProxy CaptchaValidationProcessingFilter.captchaService
           
 

Methods in org.acegisecurity.captcha that return CaptchaServiceProxy
 CaptchaServiceProxy CaptchaValidationProcessingFilter.getCaptchaService()
           
 

Methods in org.acegisecurity.captcha with parameters of type CaptchaServiceProxy
 void CaptchaValidationProcessingFilter.setCaptchaService(CaptchaServiceProxy captchaService)