void |
CaptchaInterceptorGroup.afterGenerateCaptcha(Context context,
String type,
ImageCaptchaInfo imageCaptchaInfo,
ApiResponse<ImageCaptchaVO> captchaResponse) |
default void |
CaptchaInterceptor.afterGenerateCaptcha(Context context,
String type,
ImageCaptchaInfo imageCaptchaInfo,
ApiResponse<ImageCaptchaVO> captchaResponse) |
void |
CaptchaInterceptorGroup.afterGenerateCaptchaImage(Context context,
CaptchaExchange captchaExchange,
ImageCaptchaInfo imageCaptchaInfo,
AbstractImageCaptchaGenerator generator) |
default void |
CaptchaInterceptor.afterGenerateCaptchaImage(Context context,
CaptchaExchange captchaExchange,
ImageCaptchaInfo imageCaptchaInfo,
AbstractImageCaptchaGenerator generator) |
void |
CaptchaInterceptorGroup.afterGenerateImageCaptchaValidData(Context context,
String type,
ImageCaptchaInfo imageCaptchaInfo,
AnyMap validData) |
default void |
CaptchaInterceptor.afterGenerateImageCaptchaValidData(Context context,
String type,
ImageCaptchaInfo imageCaptchaInfo,
AnyMap validData) |
ApiResponse<?> |
CaptchaInterceptorGroup.afterValid(Context context,
String type,
MatchParam matchParam,
AnyMap validData,
ApiResponse<?> basicValid) |
default ApiResponse<?> |
CaptchaInterceptor.afterValid(Context context,
String type,
MatchParam matchParam,
AnyMap validData,
ApiResponse<?> basicValid) |
ApiResponse<ImageCaptchaVO> |
CaptchaInterceptorGroup.beforeGenerateCaptcha(Context context,
String type,
GenerateParam param) |
default ApiResponse<ImageCaptchaVO> |
CaptchaInterceptor.beforeGenerateCaptcha(Context context,
String type,
GenerateParam param) |
ImageCaptchaInfo |
CaptchaInterceptorGroup.beforeGenerateCaptchaImage(Context context,
CaptchaExchange captchaExchange,
AbstractImageCaptchaGenerator generator) |
default ImageCaptchaInfo |
CaptchaInterceptor.beforeGenerateCaptchaImage(Context context,
CaptchaExchange captchaExchange,
AbstractImageCaptchaGenerator generator) |
ApiResponse<ImageCaptchaVO> |
CaptchaInterceptorGroup.beforeGenerateImageCaptchaValidData(Context context,
String type,
ImageCaptchaInfo imageCaptchaInfo) |
default ApiResponse<ImageCaptchaVO> |
CaptchaInterceptor.beforeGenerateImageCaptchaValidData(Context context,
String type,
ImageCaptchaInfo imageCaptchaInfo) |
ApiResponse<?> |
CaptchaInterceptorGroup.beforeValid(Context context,
String type,
MatchParam matchParam,
AnyMap validData) |
default ApiResponse<?> |
CaptchaInterceptor.beforeValid(Context context,
String type,
MatchParam matchParam,
AnyMap validData) |
void |
CaptchaInterceptorGroup.beforeWrapImageCaptchaInfo(Context context,
CaptchaExchange captchaExchange,
AbstractImageCaptchaGenerator generator) |
default void |
CaptchaInterceptor.beforeWrapImageCaptchaInfo(Context context,
CaptchaExchange captchaExchange,
AbstractImageCaptchaGenerator generator) |
protected Context |
CaptchaInterceptorGroup.createContextIfNecessary(Context context) |