Novell exteNd
Director 5.2 API

com.sssw.fw.directory.api
Interface EbiWeblogicRealm

All Superinterfaces:
EbiRealm, EbiWriteableRealm

public interface EbiWeblogicRealm
extends EbiWriteableRealm

This realm is essentially a wrapper around Weblogic's ListableRealm and ManageableRealm API. The realm uses the configured security realm from the Weblogic application server, or can be configured to use another named security realm defined in Weblogic.


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

WEBLOGIC_REALM

public static final String WEBLOGIC_REALM
The name of this realm

Novell exteNd
Director 5.2 API