Novell exteNd
Director 5.2 API

com.sssw.fw.directory.api
Interface EbiSilverServerRealm

All Superinterfaces:
EbiRealm, EbiWriteableRealm

public interface EbiSilverServerRealm
extends EbiWriteableRealm

Custom realm for SilverServer security providers. It uses the exteNd application server directory APIs and can be configured to use the LDAP, NT, SilverUsers, and NIS+ security providers.

NOTE: LDAP and NT security providers are read-only.


Field Summary
static String NAME
          The runtime name of the realm which overrides the name retrieved by the SILVER_USERS_REALM property in config.xml
static String PROP_AUTHORITY
          The security provider authority...can be used as the server property for LDAP or NIS+, and the domain for NT.
static String PROP_PROVIDER
          The security provider property in the params Map
static String SILVER_USERS_REALM
          The realm name that is retrieved from config.xml
 
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

SILVER_USERS_REALM

public static final String SILVER_USERS_REALM
The realm name that is retrieved from config.xml

PROP_PROVIDER

public static final String PROP_PROVIDER
The security provider property in the params Map

PROP_AUTHORITY

public static final String PROP_AUTHORITY
The security provider authority...can be used as the server property for LDAP or NIS+, and the domain for NT.

NAME

public static final String NAME
The runtime name of the realm which overrides the name retrieved by the SILVER_USERS_REALM property in config.xml

Novell exteNd
Director 5.2 API