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.juiser.spring.security.authentication.HeaderAuthenticationToken.java

/**
 * @since 1.0.0
 */
public class HeaderAuthenticationToken extends AbstractAuthenticationToken {

    private final String headerName;

From source file no.dusken.momus.authentication.Token.java

/**
 * Our custom Authentication, will hold the authorities of the user and the authUserDetails.
 */
public class Token extends AbstractAuthenticationToken {

    private LdapUserPwd ldapUserPwd;

From source file no.smint.anthropos.authentication.Token.java

/**
 * Created by adrianh on 25.01.15.
 */
public class Token extends AbstractAuthenticationToken {

    private LdapUserPwd ldapUserPwd;

From source file jp.xet.uncommons.spring.SuperUserAuthenticationToken.java

/**
 * SU??
 * 
 * @since 1.2
 * @version $Id$
 * @author daisuke

From source file jp.pigumer.security.ExampleAuthentication.java

public class ExampleAuthentication extends AbstractAuthenticationToken {

    private static final long serialVersionUID = 1L;

    private final Object principal;

From source file ru.ttk.baloo.rest.security.oauth.CustomUserPasswordAuthenticationToken.java

public class CustomUserPasswordAuthenticationToken extends AbstractAuthenticationToken {

    private final Object principal;
    private Object credentials;
    private int loginId;

From source file com.mycompany.apps.oauth2.authentication.security.CustomUserPasswordAuthenticationToken.java

/**
 * ?????<br>
 * ????????????????
 *
 * @author stnetadmin
 */

From source file nl.surfnet.coin.api.saml.SAMLAuthenticationToken.java

@SuppressWarnings("serial")
public class SAMLAuthenticationToken extends AbstractAuthenticationToken {

    private ClientMetaData clientMetaData;
    private Object principal;

From source file org.cloudfoundry.identity.uaa.client.SocialClientUserDetails.java

/**
 * Customized {@code UserDetails} implementation.
 * 
 * @author Luke Taylor
 * @author Dave Syer
 */

From source file com.wwpass.springsecurity.authentication.WwpassAuthenticationToken.java

public class WwpassAuthenticationToken extends AbstractAuthenticationToken {

    /**
     * 
     */
    private static final long serialVersionUID = 8512558670587781214L;