Example usage for org.springframework.security.web.authentication.preauth PreAuthenticatedAuthenticationProvider subclass-usage

List of usage examples for org.springframework.security.web.authentication.preauth PreAuthenticatedAuthenticationProvider subclass-usage

Introduction

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

Usage

From source file org.italiangrid.storm.webdav.authz.VOMSAuthenticationProvider.java

public class VOMSAuthenticationProvider extends PreAuthenticatedAuthenticationProvider
        implements AuthenticationManager {

    public VOMSAuthenticationProvider() {

        setThrowExceptionWhenTokenRejected(true);

From source file org.ngrinder.security.NGrinderAuthenticationPreAuthProvider.java

/**
 * nGrinder {@link PreAuthenticatedAuthenticationProvider}.
 * 
 * Some SSO system like SiteMinder doesn't need nGrinder login page. If the user info is resolved by plugins
 * implementing {@link javax.servlet.Filter} which stores the {@link Authentication} by following code,
 *