com.atlassian.seraph.auth
Class AuthenticationContextImpl

java.lang.Object
  extended by com.atlassian.seraph.auth.AuthenticationContextImpl
All Implemented Interfaces:
AuthenticationContext

public class AuthenticationContextImpl
extends Object
implements AuthenticationContext


Constructor Summary
AuthenticationContextImpl()
           
 
Method Summary
 void clearUser()
           
 Principal getUser()
           
 void setUser(Principal user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationContextImpl

public AuthenticationContextImpl()
Method Detail

getUser

public Principal getUser()
Specified by:
getUser in interface AuthenticationContext

setUser

public void setUser(Principal user)
Specified by:
setUser in interface AuthenticationContext

clearUser

public void clearUser()
Specified by:
clearUser in interface AuthenticationContext


Copyright © 2013 Atlassian. All Rights Reserved.