Example usage for org.apache.shiro.authc AuthenticationToken interface-usage

List of usage examples for org.apache.shiro.authc AuthenticationToken interface-usage

Introduction

In this page you can find the example usage for org.apache.shiro.authc AuthenticationToken interface-usage.

Usage

From source file b4f.util.JwtToken.java

public class JwtToken implements AuthenticationToken {

    private final String token;

    public JwtToken(String token) {
        this.token = token;

From source file br.com.criativasoft.opendevice.restapi.auth.AccountAuth.java

/**
 * Autentication using accountID (see AuthenticationFilter)
 * @see BearerAuthRealm
 */
public class AccountAuth implements AuthenticationToken {

From source file br.com.criativasoft.opendevice.restapi.auth.BearerAuthToken.java

/**
 * Autentication using token (see: AuthenticationFilter)
 * @see
 * @see BearerAuthRealm
 */
public class BearerAuthToken implements AuthenticationToken {

From source file br.com.criativasoft.opendevice.restapi.auth.GoogleAuthToken.java

public class GoogleAuthToken implements AuthenticationToken {

    private String token;

    public GoogleAuthToken(String token) {
        this.token = token;

From source file cn.com.rexen.ext.shiro.authc.x509.X509AuthenticationToken.java

public class X509AuthenticationToken implements AuthenticationToken, HostAuthenticationToken {

    private static final long serialVersionUID = 1L;
    private final X509Certificate certificate;
    private final X509Certificate[] certChain;
    private final X500Principal subjectDN;

From source file cn.xuetang.common.shiro.realm.OAuthToken.java

/**
 * This class represents a token for an OAuth authentication process (OAuth
 * credential + user identifier after authentication).
 * 
 * @author Jerome Leleu
 * @since 1.0.0

From source file co.edu.uniandes.csw.miso4204.security.jwt.api.JwtToken.java

/**
 *
 * @author estudiante
 */
public class JwtToken implements AuthenticationToken {

From source file co.edu.uniandes.csw.miso4204.security.jwt.JwtToken.java

/**
 *
 * @author estudiante
 */
public class JwtToken implements AuthenticationToken {

From source file co.edu.uniandes.csw.uniandes.api.JWT.filter.JwtToken.java

/**
 *
 * @author Jj.alarcon10
 */
public class JwtToken implements AuthenticationToken {

From source file co.edu.uniandes.csw.uniandes.seguridad.JwtToken.java

/**
 *
 * @author Jj.alarcon10
 */
public class JwtToken implements AuthenticationToken {