com.atlassian.seraph.auth
Class AuthenticationContextImpl
java.lang.Object
com.atlassian.seraph.auth.AuthenticationContextImpl
- All Implemented Interfaces:
- AuthenticationContext
public class AuthenticationContextImpl
- extends Object
- implements AuthenticationContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationContextImpl
public AuthenticationContextImpl()
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.