nl.gx.webmanager.services.usermanager
Interface User


public interface User

This type models users. Instances should be obtained through the UserManager methods. Methods are not required to be thread-safe.


Method Summary
 WmId getId()
          Retrieves the WmId, representing this User.
 Realm getRealm()
           
 

Method Detail

getId

WmId getId()
Retrieves the WmId, representing this User.

Returns:
WmId of this User

getRealm

Realm getRealm()
Returns:
the Realm to which this user belongs


Copyright © 2007-2011 GX Software BV. All Rights Reserved.