Example usage for org.springframework.security.core Authentication interface-usage

List of usage examples for org.springframework.security.core Authentication interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.core Authentication interface-usage.

Usage

From source file com.sentinel.config.UserAuthentication.java

/**
 * @author Vipin Kumar
 * @created 16-Feb-2016
 * 
 * TODO: Write a quick description of what the class is supposed to do.
 * 

From source file rights.AuthorityWrapper.java

/**
 *
 * @author Rice Pavel
 */
public class AuthorityWrapper implements Authentication {

From source file com.orchestra.portale.externalauth.FbAuthentication.java

/**
 *
 * @author barnap
 */
public class FbAuthentication implements Authentication {

From source file com.example.security.UserAuthentication.java

/**
 *
 * @author dilyan
 */
@Component
public class UserAuthentication implements Authentication {

From source file org.echocat.marquardt.service.spring.CertificateAuthenticationWrapper.java

/**
 * Wrapper for Certificates to create a Spring Security authentication.
 */
public class CertificateAuthenticationWrapper implements Authentication {

    private final String _identifier;

From source file com.sitewhere.security.SitewhereAuthentication.java

/**
 * Implementation of Spring security interface.
 * 
 * @author Derek
 */
public class SitewhereAuthentication implements Authentication {

From source file org.cloudfoundry.identity.uaa.oauth.RemoteUserAuthentication.java

/**
 * Authentication token representing a user decoded from a UAA access token.
 * 
 * @author Dave Syer
 *
 */

From source file org.encos.flydown.test.utils.security.DefaultAuthentication.java

/**
 * @author Enrico Costanzi
 */
public class DefaultAuthentication implements Authentication {

    private Object principal;

From source file com.himanshu.poc.h2.springboot.TokenAuthentication.java

public class TokenAuthentication implements Authentication {

    public TokenAuthentication(String token) {
        // TODO Auto-generated constructor stub
    }

From source file com.alliander.osgp.shared.security.CustomAuthentication.java

/**
 * Simple authentication class.
 */
public final class CustomAuthentication implements Authentication {

    /**