Novell exteNd
Director 5.2 API

com.sssw.fw.directory.api
Interface EbiUserManagerRealm

All Superinterfaces:
EbiRealm, EbiWriteableRealm

public interface EbiUserManagerRealm
extends EbiWriteableRealm

This realm is compatible with a migrated ePortal 2.3 application. It uses the SilverUsers exteNd application server security provider for users and groups stored in the Director database.


Field Summary
static String USER_MANAGER_REALM
          The name of this realm
 
Methods implemented from interface com.sssw.fw.directory.api.EbiWriteableRealm
addGroup, addUser, removeGroup, removeUser
 
Methods implemented from interface com.sssw.fw.directory.api.EbiRealm
authUserPassword, getAnonymous, getAuthenticatedUser, getChildGroups, getEbiRealmUserByUniqueID, getEbiRealmUsersByUniqueIDs, getGroup, getGroupMembershipList, getGroups, getGroups, getParentGroups, getRealmGroups, getRealmName, getUser, getUsers, getUsers, isAnonymous, isContainerSupported, isDynamicGroupSupported, isGroupQuerySupported, isNestedGroupSupported, isUserQuerySupported, isValidUserID, logoff
 

Field Detail

USER_MANAGER_REALM

public static final String USER_MANAGER_REALM
The name of this realm

Novell exteNd
Director 5.2 API