public class CrowdAuthenticationManager extends Object implements org.springframework.security.AuthenticationManager
| Constructor and Description |
|---|
CrowdAuthenticationManager(CrowdConfigurationService pConfiguration)
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.Authentication |
authenticate(org.springframework.security.Authentication authentication) |
public CrowdAuthenticationManager(CrowdConfigurationService pConfiguration)
pConfiguration - The configuration to access the services on the remote Crowd
server. May not be null.public org.springframework.security.Authentication authenticate(org.springframework.security.Authentication authentication)
throws org.springframework.security.AuthenticationException
authenticate in interface org.springframework.security.AuthenticationManagerorg.springframework.security.AuthenticationExceptionAuthenticationManager.authenticate(org.springframework.security.Authentication)Copyright © 2004-2014 Hudson. All Rights Reserved.