All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.nixer.nixerplugin.captcha.CaptchaServiceFactory Maven / Gradle / Ivy

package io.nixer.nixerplugin.captcha;

/**
 * Factory for creating {@link CaptchaService} for given action
 */
public interface CaptchaServiceFactory {

    CaptchaService createCaptchaService(final String action);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy