Class RemoteCrowdAuthenticationProvider

java.lang.Object
com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider
com.atlassian.crowd.integration.springsecurity.RemoteCrowdAuthenticationProvider
All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider

public class RemoteCrowdAuthenticationProvider extends CrowdAuthenticationProvider
A concrete implementation of the CrowdAuthenticationProvider that uses the crowd client libraries to communicate with the Crowd server.

This should be the class developers use to integrate Crowd and Spring Security.