com.atlassian.bamboo.user.authentication
Class BambooAuthenticator
java.lang.Object
DefaultAuthenticator
com.atlassian.bamboo.user.authentication.BambooAuthenticator
public class BambooAuthenticator
- extends DefaultAuthenticator
Only authenticate when container has been setup
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BambooAuthenticator
public BambooAuthenticator()
login
public boolean login(HttpServletRequest request,
HttpServletResponse response,
String username,
String password,
boolean cookie)
throws AuthenticatorException
- Throws:
AuthenticatorException
authenticate
protected boolean authenticate(Principal user,
String password)
getUser
protected Principal getUser(String uid)
getBambooUserManager
public BambooUserManager getBambooUserManager()
setBambooUserManager
public void setBambooUserManager(BambooUserManager bambooUserManager)
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.