![JAR search and dependency download from the Maven repository](/logo.png)
com.octo.captcha.service.AbstractManageableCaptchaServiceMBean Maven / Gradle / Ivy
The newest version!
/*
* JCaptcha, the open source java framework for captcha definition and integration
* Copyright (c) 2007 jcaptcha.net. All Rights Reserved.
* See the LICENSE.txt file distributed with this package.
*/
package com.octo.captcha.service;
/**
* Management Interface for the CaptchaService provides simples methodes in order to : Collect statitsics on the captcha
* service usage. Change Service implementations classe. Manage the captchaStore
*
* @author Marc-Antoine GARRIGUE
* @version 1.0
*/
public interface AbstractManageableCaptchaServiceMBean extends ManageableCaptchaService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy