de.theit.jenkins.crowd
Class CrowdAuthenticationManager

java.lang.Object
  extended by de.theit.jenkins.crowd.CrowdAuthenticationManager
All Implemented Interfaces:
org.springframework.security.AuthenticationManager

public class CrowdAuthenticationManager
extends Object
implements org.springframework.security.AuthenticationManager

This class implements the authentication manager for Hudson.

Since:
07.09.2011
Version:
$Id$
Author:
Thorsten Heit (theit@gmx.de)

Constructor Summary
CrowdAuthenticationManager(CrowdConfigurationService pConfiguration)
          Creates a new instance of this class.
 
Method Summary
 org.springframework.security.Authentication authenticate(org.springframework.security.Authentication authentication)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdAuthenticationManager

public CrowdAuthenticationManager(CrowdConfigurationService pConfiguration)
Creates a new instance of this class.

Parameters:
pConfiguration - The configuration to access the services on the remote Crowd server. May not be null.
Method Detail

authenticate

public org.springframework.security.Authentication authenticate(org.springframework.security.Authentication authentication)
                                                         throws org.springframework.security.AuthenticationException

Specified by:
authenticate in interface org.springframework.security.AuthenticationManager
Throws:
org.springframework.security.AuthenticationException
See Also:
AuthenticationManager.authenticate(org.springframework.security.Authentication)


Copyright © 2004-2013 Hudson. All Rights Reserved.