List of usage examples for org.apache.shiro.authc UsernamePasswordToken subclass-usage
From source file apm.modules.sys.security.UsernamePasswordToken.java
/** * ???? * <p>@author zhangzuoqiang * @version 2013-5-19 */ public class UsernamePasswordToken extends org.apache.shiro.authc.UsernamePasswordToken {
From source file cn.mario256.blog.AuthenticationToken.java
/**
*
*
* @author TURINGROBOT Team
* @version 4.0
*/
From source file com.adinnet.common.CustomerAuthenticationToken.java
/** * author wangren * date 2018/09/19 */ public class CustomerAuthenticationToken extends UsernamePasswordToken {
From source file com.app.AuthenticationToken.java
/**
*
*
* @author APP TEAM
* @version 1.0
*/
From source file com.cc.framework.security.AuthenticationToken.java
/** * * * @version 3.0 */ public class AuthenticationToken extends UsernamePasswordToken {
From source file com.dp2345.AuthenticationToken.java
/**
*
*
* @author CETVISION CORP
* @version 2.0.3
*/
From source file com.epimorphics.appbase.security.AppRealmToken.java
/**
* Authentication tokens used for the AppRealm. Allows for a
* "verified" flag to enable the OpenID authentication to create
* pre-verified tokens. An OpenID token will have empty password
* credentials but isVerified will return true. A password
* token used for API access will have password credentials but
From source file com.epimorphics.registry.security.RegToken.java
/**
* Authentication tokens used for the RegRealm. Allows for a
* "verified" flag to enable the OpenID authentication to create
* pre-verified tokens. An OpenID token will have empty password
* credentials but isVerified will return true. A password
* token used for API access will have password credentials but
From source file com.fengduo.bee.web.shiro.token.UsernamePasswordCaptchaToken.java
/** * @author zxc Jul 1, 2015 12:16:56 PM */ public class UsernamePasswordCaptchaToken extends UsernamePasswordToken { private static final long serialVersionUID = -85785596505169362L;
From source file com.funtl.framework.smoke.core.modules.sys.security.UsernamePasswordToken.java
/** * ???? * * @author ?? */ public class UsernamePasswordToken extends org.apache.shiro.authc.UsernamePasswordToken {