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

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

Introduction

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

Usage

From source file com.ineunet.knife.security.DefaultAuthenticationToken.java

/**
 * ..%
 * @author Hilbert
 *
 */
public class DefaultAuthenticationToken implements HostAuthenticationToken, RememberMeAuthenticationToken {

From source file com.wegas.core.security.guest.GuestToken.java

/**
 *
 * @author Francois-Xavier Aeberhard <fx@red-agent.com>
 */
public class GuestToken implements HostAuthenticationToken, RememberMeAuthenticationToken {

From source file com.zrk.oauthclient.shiro.support.UsernamePasswordAndClientToken.java

/**
 * ??Token
 * @Description:TODO
 * @author:?
 * @time:201658 ?6:57:33
 */

From source file eu.eubrazilcc.lvl.storage.security.shiro.AccessTokenToken.java

/**
 * An access token to support token-based authorization mechanisms, such as OAuth 2.0. This class also implements the {@link RememberMeAuthenticationToken}
 * interface to support "Remember Me" services across user sessions as well as the {@link HostAuthenticationToken} interface to retain the host 
 * name or IP address location from where the authentication attempt is occurring.
 * @author Erik Torres <ertorser@upv.es>
 */

From source file io.buji.pac4j.ClientToken.java

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

From source file io.buji.pac4j.token.Pac4jToken.java

/**
 * Token to store the pac4j profiles.
 *
 * @author Jerome Leleu
 * @since 2.0.0
 */

From source file stroom.security.server.CertificateAuthenticationToken.java

public class CertificateAuthenticationToken implements HostAuthenticationToken, RememberMeAuthenticationToken {
    private static final long serialVersionUID = 1L;

    private final String certificateDn;

    /**

From source file waffle.shiro.negotiate.NegotiateToken.java

/**
 * An authentication token wrapping a Waffle Negotiate token.
 * 
 * @author Dan Rollo
 * @since 1.0.0
 */