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

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

Introduction

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

Usage

From source file org.callistasoftware.netcare.web.security.MobileAuthenticationManager.java

/**
 * Authentication manager used from the BasicAuthenticationFilter. An instance of this
 * class is passed to the filter in the netcare-security.xml
 * 
 * @author Marcus Krantz [marcus.krantz@callistaenterprise.se]
 */

From source file org.deegree.securityproxy.authentication.header.HeaderTokenAuthenticationManager.java

/**
 * Simple {@link ProviderManager} providing exactly one {@link AuthenticationProvider}.
 * 
 * This class is required because of problem with the configuration of a simple authentication-manager:
 * 
 * <pre>

From source file org.geoserver.security.GeoServerSecurityManager.java

/**
 * Top level singleton/facade/dao for the security authentication/authorization subsystem.  
 * 
 * 
 * @author Justin Deoliveira, OpenGeo
 *