com.atlassian.bamboo.user
Class DefaultAuthenticationContext

java.lang.Object
  extended by com.atlassian.bamboo.user.DefaultAuthenticationContext
All Implemented Interfaces:
BambooAuthenticationContext

public class DefaultAuthenticationContext
extends Object
implements BambooAuthenticationContext


Constructor Summary
DefaultAuthenticationContext()
           
 
Method Summary
 User getUser()
          Who's the current current user (in the current http session!)
 void setBambooUserManager(BambooUserManager bambooUserManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAuthenticationContext

public DefaultAuthenticationContext()
Method Detail

getUser

public User getUser()
Description copied from interface: BambooAuthenticationContext
Who's the current current user (in the current http session!)

Specified by:
getUser in interface BambooAuthenticationContext
Returns:
The user. Null if they are not logged in.

setBambooUserManager

public void setBambooUserManager(BambooUserManager bambooUserManager)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.