Example usage for com.liferay.portal.kernel.captcha Captcha interface-usage

List of usage examples for com.liferay.portal.kernel.captcha Captcha interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.captcha Captcha interface-usage.

Usage

From source file org.politaktiv.captcha.MathCaptcha.java

public class MathCaptcha implements Captcha {

    private static final String _TAGLIB_PATH = "/html/taglib/ui/captcha/mathcaptcha.jsp";
    public static final String CAPTCHA_COUNT = "CAPTCHA_COUNT";
    public static final String CAPTCHA_TEXT = "CAPTCHA_TEXT";
    public static final int CAPTCHA_MAX_CHALLENGES = GetterUtil