Novell exteNd
Director 5.2 API

com.sssw.fw.directory.api
Interface EbiWebsphereRealm

All Superinterfaces:
EbiRealm, EbiWriteableRealm

public interface EbiWebsphereRealm
extends EbiWriteableRealm

This realm stores its users and groups in the Director database. The implementation class also implements the com.ibm.websphere.security.CustomRegistry interface


Field Summary
static String WEBSPHERE_REALM
          Then 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

WEBSPHERE_REALM

public static final String WEBSPHERE_REALM
Then name of this realm

Novell exteNd
Director 5.2 API