hudson.plugins.collabnet.auth
Class CollabNetAuthManager

java.lang.Object
  extended by hudson.plugins.collabnet.auth.CollabNetAuthManager
All Implemented Interfaces:
org.acegisecurity.AuthenticationManager

public class CollabNetAuthManager
extends java.lang.Object
implements org.acegisecurity.AuthenticationManager


Constructor Summary
CollabNetAuthManager(java.lang.String collabNetUrl)
           
 
Method Summary
 org.acegisecurity.Authentication authenticate(org.acegisecurity.Authentication authentication)
           
 java.lang.String getCollabNetUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollabNetAuthManager

public CollabNetAuthManager(java.lang.String collabNetUrl)
Method Detail

getCollabNetUrl

public java.lang.String getCollabNetUrl()

authenticate

public org.acegisecurity.Authentication authenticate(org.acegisecurity.Authentication authentication)
                                              throws org.acegisecurity.BadCredentialsException
Specified by:
authenticate in interface org.acegisecurity.AuthenticationManager
Parameters:
authentication - request object
Returns:
fully authenticated object, including credentials
Throws:
org.acegisecurity.BadCredentialsException


Copyright © 2010. All Rights Reserved.