Package hudson.plugins.collabnet.auth
Class CollabNetAuthManager
- java.lang.Object
-
- hudson.plugins.collabnet.auth.CollabNetAuthManager
-
- All Implemented Interfaces:
AuthenticationManager
public class CollabNetAuthManager extends Object implements AuthenticationManager
-
-
Constructor Summary
Constructors Constructor Description CollabNetAuthManager(String collabNetUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Authentication
authenticate(Authentication authentication)
String
getCollabNetUrl()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.acegisecurity.AuthenticationManager
toSpring
-
-
-
-
Constructor Detail
-
CollabNetAuthManager
public CollabNetAuthManager(String collabNetUrl)
-
-
Method Detail
-
getCollabNetUrl
public String getCollabNetUrl()
-
authenticate
public Authentication authenticate(Authentication authentication) throws BadCredentialsException
- Specified by:
authenticate
in interfaceAuthenticationManager
- Parameters:
authentication
- request object- Returns:
- fully authenticated object, including credentials
- Throws:
BadCredentialsException
-
-