Interface User
-
public interface User
This type models users. Instances should be obtained through theUserManager
methods. Methods are not required to be thread-safe.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WmId
getId()
Retrieves the WmId, representing thisUser
.Realm
getRealm()
-