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

org.apache.shiro.biz.authc.token.CaptchaAuthenticationToken Maven / Gradle / Ivy

The newest version!
package org.apache.shiro.biz.authc.token;

import org.apache.shiro.authc.AuthenticationToken;

/**
 * 验证码支持
 * @author hiwepy
 */
public interface CaptchaAuthenticationToken extends AuthenticationToken {

	String getCaptcha();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy