org.openwms.core.service
Interface UserHolder

All Known Implementing Classes:
SystemUserWrapper, UserWrapper

public interface UserHolder

An UserHolder exposes an User instance to it's clients. The main purpose of this interface is the strict disjunction between the API and the implementation class, that is kept separately in the implementation bundle.

Since:
0.1
Version:
$Revision: 1484 $
Author:
Heiko Scherrer

Method Summary
 User getUser()
          Return the wrapped User instance.
 

Method Detail

getUser

User getUser()
Return the wrapped User instance.

Returns:
The wrapped User


Copyright © 2005-2011 openwms.org. All Rights Reserved.