nl.gx.webmanager.services.usermanager
Interface Realm
public interface Realm
The UserManager, GroupManager and ProfileManager instances which are accessible
through this type are specific for this Realm. User and Group instances which are
obtained through the managers are also specific for this Realm.
Realm instances can be compared using the #equals(Object) method: they are equal if and
only if their identifiers are equal.
getIdentifier
WmId getIdentifier()
- Returns:
- a unique identifier for this realm
getUserManager
UserManager getUserManager()
- Returns:
- the
UserManager for this realm
getGroupManager
GroupManager getGroupManager()
- Returns:
- the
GroupManager for this realm
getProfileManager
ProfileManager getProfileManager()
- Returns:
- the
ProfileManager for this realm
Copyright © 2007-2011 GX Software BV. All Rights Reserved.