Example usage for org.springframework.security.authentication AbstractAuthenticationToken subclass-usage

List of usage examples for org.springframework.security.authentication AbstractAuthenticationToken subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.authentication AbstractAuthenticationToken subclass-usage.

Usage

From source file org.mitre.openid.connect.assertion.JWTBearerAssertionAuthenticationToken.java

/**
 * @author jricher
 *
 */
public class JWTBearerAssertionAuthenticationToken extends AbstractAuthenticationToken {

From source file br.com.insula.spring.security.janrain.JanrainAuthenticationToken.java

public class JanrainAuthenticationToken extends AbstractAuthenticationToken {

    private static final long serialVersionUID = 1L;

    private final Object principal;

From source file io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl.java

/**
 * PowerAuth API authentication object used between intermediate server application (such as mobile 
 * banking API) and core systems (such as banking core).
 *
 * @author Petr Dvorak, petr@lime-company.eu
 *

From source file com.sun.identity.provider.springsecurity.OpenSSOAuthenticationToken.java

/**
 * *** THIS IS NOT USED RIGHT NOW ****. 
 *
 * TODO: Do we really need this class - or can we get by with the
 * UserNamePasswordToken ????
 *

From source file org.mitre.openid.connect.client.OIDCAuthenticationToken.java

/**
 * 
 * @author Michael Walsh, Justin Richer
 * 
 */
public class OIDCAuthenticationToken extends AbstractAuthenticationToken {

From source file org.mitre.openid.connect.model.OIDCAuthenticationToken.java

/**
 * 
 * @author Michael Walsh, Justin Richer
 * 
 */
public class OIDCAuthenticationToken extends AbstractAuthenticationToken {

From source file es.osoco.grails.plugins.otp.authentication.OneTimePasswordAuthenticationToken.java

/**
 * An {@link org.springframework.security.core.Authentication} implementation that is designed for simple presentation
 * of a username and one-time password.
 *
 * This class is based on {@link UsernamePasswordAuthenticationToken}'s source.
 *

From source file org.mitre.openid.connect.model.PendingOIDCAuthenticationToken.java

/**
 * AuthenticationToken for use as a data shuttle from the filter to the auth provider.
 * 
 * @author jricher
 *
 */

From source file net.shibboleth.idp.oidc.client.userinfo.authn.SpringSecurityAuthenticationToken.java

/**
 * A wrapper for an authentication object managed by Spring security
 * whose principals and credentials are produced by the identity provider.
 */
public final class SpringSecurityAuthenticationToken extends AbstractAuthenticationToken {
    /**

From source file de.theit.jenkins.crowd.CrowdAuthenticationToken.java

import org.acegisecurity.userdetails.UserDetails;
import org.apache.commons.lang.StringUtils;

/**
 * This class represents an authentication token that is created after a user
 * was successfully authenticated against the remote Crowd server.