org.wamblee.usermgt
Interface UserAccessor

All Known Implementing Classes:
JaasUserAccessor

public interface UserAccessor

Interface for accessing the currently logged in user.

Author:
Erik Brakkee

Method Summary
 User getCurrentUser()
          Gets the current user.
 

Method Detail

getCurrentUser

User getCurrentUser()
Gets the current user.

Returns:
Currently logged in user or null if no user is found.


Copyright © 2010. All Rights Reserved.