Novell
exteNd Director 4.1

Deprecated API

Deprecated Interfaces
com.sssw.fw.usermgr.api.EbiBindingInfo
          No replacement. Group pages (which replace the group profiles) no longer maintain a membership list. Instead they use security Acls to secure access. 
com.sssw.cm.api.EbiFtsDocContentQuery
          Use EbiQuery 
com.sssw.cm.api.EbiFtsDocMetaDataQuery
          Use EbiQuery. 
com.sssw.fw.api.EbiFullTextQuery
          Use EbiQuery in the Search subsystem. 
com.sssw.fw.usermgr.api.EbiGroupProfileInfo
          Use EbiGroupPageInfo. 
com.sssw.portal.api.EbiPortalComponent2
          Use EbiPortalComponent. 
com.sssw.portal.api.EbiPortalJsp
          Use the displayComponent JSP tag. See displayComponent tag in the Portal Guide. 
com.sssw.fw.usermgr.api.EbiUserProfileInfo
          Use EbiUserPageInfo. 
 

Deprecated Fields
com.sssw.fw.api.EbiConstants.CACHE_CONTENT_TYPE_IMAGE
          Use EbiCacheConstants.CACHE_CONTENT_TYPE_IMAGE. 
com.sssw.fw.api.EbiConstants.CACHE_CONTENT_TYPE_OBJECT
          Use EbiCacheConstants.CACHE_CONTENT_TYPE_OBJECT. 
com.sssw.fw.api.EbiConstants.CACHE_CONTENT_TYPE_TEXT
          Use EbiCacheConstants.CACHE_CONTENT_TYPE_TEXT. 
com.sssw.fw.api.EbiConstants.CACHE_COORD_HOST
          Use EbiCacheConstants.CACHE_COORD_RMI_HOST. 
com.sssw.fw.api.EbiConstants.CACHE_COORD_PORT
          Use EbiCacheConstants.CACHE_COORD_RMI_PORT. 
com.sssw.fw.api.EbiConstants.CACHE_COORD_START_SLEEP_INTERVAL
          Use EbiCacheConstants.CACHE_COORD_START_SLEEP_INTERVAL. 
com.sssw.fw.api.EbiConstants.CACHE_COORD_START_TRY_COUNT
          Use EbiCacheConstants.CACHE_COORD_START_TRY_COUNT. 
com.sssw.fw.api.EbiConstants.CACHE_COORD_WATCHER_SLEEP_INTERVAL
          Use EbiCacheConstants.CACHE_COORD_WATCHER_SLEEP_INTERVAL. 
com.sssw.fw.api.EbiConstants.CACHE_DISK_DIR
          Use EbiCacheConstants.CACHE_DISK_DIR. 
com.sssw.fw.api.EbiConstants.CACHE_DISK_MAX_CONTENT_SIZE
          Use EbiCacheConstants.CACHE_DISK_MAX_CONTENT_SIZE. 
com.sssw.fw.api.EbiConstants.CACHE_DISK_MAX_SIZE
          Use EbiCacheConstants.CACHE_DISK_MAX_SIZE. 
com.sssw.fw.api.EbiConstants.CACHE_ENABLE
          Use EbiCacheConstants.CACHE_ENABLE. 
com.sssw.fw.api.EbiConstants.CACHE_KEY_DELIMITER
          See EbiCacheConstants. 
com.sssw.fw.api.EbiConstants.CACHE_MEM_MAX_CONTENT_SIZE
          Use EbiCacheConstants.CACHE_MEM_MAX_CONTENT_SIZE. 
com.sssw.fw.api.EbiConstants.CACHE_MEM_MAX_SIZE
          Use EbiCacheConstants.CACHE_MEM_MAX_SIZE. 
com.sssw.fw.api.EbiConstants.CACHE_MGR
          Use EbiCacheConstants.CACHE_MGR. 
com.sssw.fw.api.EbiConstants.CACHE_OBJECT_MAX_SIZE
          Use EbiCacheConstants.CACHE_OBJECT_MAX_SIZE. 
com.sssw.fw.api.EbiConstants.DEFAULT_INSTANCEID
          No replacement. 
com.sssw.fw.api.EbiConstants.DEFAULT_USERID
          Use EbiDirectoryDelegate.getAnonymous(). 
com.sssw.fw.usermgr.api.EbiUserConstants.DELEGATE_GROUPPROFILE
          Use EbiPortalManager to access group pages (which have replaced group profiles). 
com.sssw.fw.usermgr.api.EbiUserConstants.DELEGATE_USERPROFILE
          Use EbiPortalManager to access user pages (which have replaced user profiles). 
com.sssw.fw.usermgr.api.EbiBindingInfo.EL_GROUPPROF_BINDING
          See EbiBindingInfo class description. 
com.sssw.fw.usermgr.api.EbiGroupProfileInfo.EL_PORTAL_GROUPPROFILE
          Use EbiGroupPageInfo.EL_PORTAL_GROUP_PAGE. 
com.sssw.fw.usermgr.api.EbiUserProfileInfo.EL_PORTAL_USERPROFILE
          Use EbiUserPageInfo.EL_PORTAL_USER_PAGE. 
com.sssw.cm.api.EbiFtsDocContentQuery.FTS_DOC_CONTENT_QUERY
          No equivalent. Refer to EbiQuery. 
com.sssw.cm.api.EbiFtsDocMetaDataQuery.FTS_DOC_MD_QUERY
          See EbiQuery.QUERY_TYPE_TEXT. 
com.sssw.fw.usermgr.api.EbiUserConstants.GROUP_PROFILE_CACHE_HOLDER_ID
          No replacement. 
com.sssw.fw.usermgr.api.EbiUserConstants.GROUP_PROFILE_MEMBER_CACHE_HOLDER_ID
          No replacement. 
com.sssw.fw.api.EbiConstants.INTERNET_USER_GROUP_ID
          No replacement. 
com.sssw.fw.api.EbiConstants.INTERNET_USER_PASSWORD
          No replacement. 
com.sssw.fw.api.EbiConstants.PERSONALIZE_MGR
          See EbiUserConstants. 
com.sssw.fw.api.EbiConstants.PORTAL_ADMIN_TYPE
          No longer hard coded here: Now defined in the security element meta. 
com.sssw.portal.api.EbiPortalConstants.PORTAL_CACHE_MGR
          No replacement. To get the cache manager, call EboFactory.getCacheManager(). 
com.sssw.portal.api.EbiPortalConstants.PORTAL_PERSONALIZE_MGR
          See EbiUserConstants. 
com.sssw.portal.api.EbiPortalConstants.PORTAL_SECURITY_MGR
          To get the security manager, call EboFactory.getSecurityManager(). 
com.sssw.portal.api.EbiPortalConstants.PORTAL_SESSION_MGR
          To get the session manager, call EboFactory.getSessionManager(). 
com.sssw.portal.api.EbiPortalConstants.PORTAL_USER_MGR
          See EbiUserConstants 
com.sssw.fw.api.EbiConstants.SECURITY_MGR
          See EbiSecurityConstants. 
com.sssw.fw.api.EbiConstants.USER_MGR
          See EbiUserConstants. 
 

Deprecated Methods
com.sssw.fw.usermgr.api.EbiPersonalizeManager.addGroupProfile(EbiContext, EbiGroupProfileInfo)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.addPersonalizedProfile(EbiContext, EbiUserProfileInfo)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.addUserToGroupProfile(EbiContext, String, String, String)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.re.factory.EboFactory.createEbiContext(HttpServletRequest, HttpServletResponse)
          Use ( HttpServletRequest request, HttpServletResponse response, ServletContext servletContext )  
com.sssw.portal.api.EbiPortalDecorator.decorateComponentData(EbiPortalContext, String, String, Map)
          Use EbiPortalDecorator.decorateComponentData(EbiPortalContext, String, String) 
com.sssw.fw.usermgr.api.EbiUserInfo.getAttributeValue(String)
          Use EbiUserInfo.getAttributeValue(EbiContext context, String attrname). 
com.sssw.portal.api.EbiPortalComponentInfo.getComponentAlias()
          Use EbiPortalComponentInfo.getComponentName(). 
com.sssw.portal.api.EbiPortalComponentInfo.getComponentCategory()
          Use EbiPortalComponentInfo.getComponentCategories(). 
com.sssw.fw.usermgr.api.EbiUserPreferenceInfo.getComponentClassName()
          Use EbiUserPreferenceInfo.getElementID() 
com.sssw.portal.api.EbiComponentManager.getComponentInfoList(EbiPortalContext, String)
          To get the entire list of options use EbiComponentManager.getComponentInfoList(EbiPortalContext context). To get a list of components by category use EbiComponentManager.getComponentInfoListByCategory(EbiPortalContext context, String category) 
com.sssw.fw.usermgr.api.EbiUserPreferenceInfo.getComponentInstanceID()
          No replacement.

Component instance ID is now stored in the component xml. In order to track a component's instance ID pass it in as part of the element id. For example where element type is com.sssw.portal.api.EbiPortalComponentInfo.EL_PORTAL_COMPONENT you may want to have this component personalized by component and instance name. In that case use something line HelloWorld.MyInstance as the element id. Where HelloWorld is the component id and MyInstance is this particular component's instance. 

com.sssw.portal.api.EbiPortalJsp.getComponentParams(String)
          Use the displayComponent JSP tag. See displayComponent tag in the Portal Guide. 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.getGroupProfileInfo(EbiContext, String)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.getGroupProfileInfoList(EbiContext)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.fw.usermgr.api.EbiBindingInfo.getGroupProfileName()
          See EbiBindingInfo class description. 
com.sssw.fw.usermgr.api.EbiGroupProfileInfo.getGroupProfileName()
          Use EbiPageLayoutInfo.getPageName() and EbiPageLayoutInfo.getDisplayName(). 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.getGroupProfilesByUser(EbiContext, String, String)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.portal.api.EbiPortalContext.getLastModified()
          No replacement. 
com.sssw.fw.usermgr.api.EbiGroupProfileInfo.getMimeType()
          Use EbiPageLayoutInfo.getPageLayoutType(). 
com.sssw.fw.usermgr.api.EbiUserProfileInfo.getMimeType()
          Use EbiPageLayoutInfo.getPageLayoutType(). 
com.sssw.portal.api.EbiPageManager.getPage(EbiPortalContext, String)
          Use EbiPageManager.getPID(EbiPortalContext,String,boolean) 
com.sssw.portal.api.EbiPageManager.getPage(EbiPortalContext, String, boolean)
          Use EbiPageManager.getPID(EbiPortalContext,String,boolean) 
com.sssw.portal.api.EbiPageInfo.getPageCategory()
          Use EbiPageInfo.getPageCategories(). 
com.sssw.portal.api.EbiPageInfo.getPageDescription()
          No replacement. 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.getPersonalizedProfileInfo(EbiContext, String, String)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.getPersonalizedProfileInfo(EbiContext, String, String, boolean)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.getPersonalizedProfileInfoList(EbiContext, String)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.portal.api.EbiPortalComponentInfo.getPersonalizeURI()
          Use EbiPortalComponentInfo.getComponentOptionInfo(String optionID) 
com.sssw.fw.api.EbiContext.getPrincipal()
          Use EboDirectoryHelper.getPrincipal(EbiContext context). 
com.sssw.fw.usermgr.api.EbiGroupProfileInfo.getProfileDescription()
          Use EbiPageLayoutInfo.getDescription(). 
com.sssw.fw.usermgr.api.EbiUserProfileInfo.getProfileDescription()
          Use EbiPageLayoutInfo.getDescription(). 
com.sssw.fw.usermgr.api.EbiUserProfileInfo.getProfileName()
          Use EbiPageLayoutInfo.getDisplayName(). 
com.sssw.portal.api.EbiPortalContext.getProfileName()
          Use EbiPortalContext.getPageName() 
com.sssw.fw.usermgr.api.EbiGroupProfileInfo.getProfilePageLayoutXML()
          Use EbiPageLayoutInfo.getSelectedComponentsXML(). 
com.sssw.fw.usermgr.api.EbiUserProfileInfo.getProfilePageLayoutXML()
          Use EbiPageLayoutInfo.getSelectedComponentsXML(). 
com.sssw.fw.usermgr.api.EbiUserProfileInfo.getProfileUserUUID()
          Use EbiUserPageInfo.getUserUUID(). 
com.sssw.fw.usermgr.api.EbiBindingInfo.getSourceID()
          See EbiBindingInfo class description. 
com.sssw.fw.usermgr.api.EbiBindingInfo.getSourceRealmName()
          See EbiBindingInfo class description. 
com.sssw.fw.usermgr.api.EbiBindingInfo.getSourceType()
          See EbiBindingInfo class description. 
com.sssw.portal.api.EbiStyleInfo.getStyleCategory()
          See EbiStyleManager. 
com.sssw.fw.usermgr.api.EbiGroupProfileInfo.getStyleID()
          No replacement. Refer to EbiLayoutManager. 
com.sssw.fw.usermgr.api.EbiUserProfileInfo.getStyleID()
          No replacement. Refer to EbiLayoutManager. 
com.sssw.fw.usermgr.api.EbiUserInfo.getUserBlobAttrInfoList()
          This method is not supported by the new jndi persistence provider. 
com.sssw.fw.usermgr.api.EbiUserPreferenceInfo.getUserCompStyleID()
          No replacement.

All specific personalization information is now stored as an xml document type that you define. For example your preference data may look like this:

 <component-pref>
      <style>HelloWorldBlue</style>
      <font>arial</font>
      <font-size>12</font-size>
 </component-pref>
 

 
com.sssw.fw.usermgr.api.EbiUserPreferenceInfo.getUserCompXML()
          Use EbiUserPreferenceInfo.getPreferenceData() 
com.sssw.fw.usermgr.api.EbiUserInfo.getUserDefaultGroupProfileName()
          Use the methods in EbiPortalManager. 
com.sssw.fw.usermgr.api.EbiUserInfo.getUserDefaultProfileName()
          Use the methods in EbiPortalManager. 
com.sssw.fw.usermgr.api.EbiUserInfo.getUserExtendedInfoList()
          This method is not supported by the new jndi persistence provider. 
com.sssw.fw.usermgr.api.EbiUserDelegate.getUserList(EbiContext)
          Use EbiUserDelegate.getUserList(EbiContext context, String realmName). 
com.sssw.fw.usermgr.api.EbiUserManager.getUserList(EbiContext)
          Use EbiUserManager.getUserList(EbiContext ctx, String realmName). 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.getUserListByGroupProfile(EbiContext, String)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.fw.api.EbiContext.getValueNames()
          Use EbiContext.getAttributeNames(). 
com.sssw.fw.api.EbiWhiteboard.getValueNames()
          See EbiWhiteboard.getAttributeNames(). 
com.sssw.fw.api.EbiFullTextQuery.getWhere()
          For keyword searches use EbiQuery.getText(). 
com.sssw.cm.api.EbiImporter.importDocuments(EbiContext, InputStream)
          See EbiTool.execute(EbiContext context). 
com.sssw.portal.api.EbiPortalComponentInfo.isComponentPersonalizable()
          Use EbiPortalComponentInfo.getComponentOptionInfo(String optionID). 
com.sssw.portal.api.EbiPageInfo.isFlushImmediatly()
          No replacement. 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.isGroupProfileMember(EbiContext, String, String, String)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.isValidGroupProfile(EbiContext, String)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.isValidPersonalizedProfile(EbiContext, String, String)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.modifyGroupProfile(EbiContext, EbiGroupProfileInfo)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.modifyPersonalizedProfile(EbiContext, EbiUserProfileInfo)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.cm.api.EbiFtsDocContentQuery.orderByContentSize(boolean)
          No equivalent. Refer to EbiQuery. 
com.sssw.fw.usermgr.api.EbiUserMetaDataQuery.orderByDefaultGroupProfileName(boolean)
          The default user and group profiles are now managed for each portal through the user service delegate. See EbiUserPortalInfo and EbiPortalManager. 
com.sssw.fw.usermgr.api.EbiUserMetaDataQuery.orderByDefaultProfileName(boolean)
          The default user and group profiles are now managed for each portal through the user service delegate. See EbiUserPortalInfo and EbiPortalManager. 
com.sssw.cm.api.EbiFtsDocContentQuery.orderByDocID(boolean)
          No equivalent. Refer to EbiQuery. 
com.sssw.cm.api.EbiFtsDocContentQuery.orderByMimeType(boolean)
          No equivalent. Refer to EbiQuery. 
com.sssw.cm.api.EbiFtsDocContentQuery.orderByVersionID(boolean)
          No equivalent. Refer to EbiQuery. 
com.sssw.fw.usermgr.api.EbiUserInfo.removeAttributeValue(String)
          Use EbiUserInfo.removeAttributeValue(EbiContext context,String attrName). 
com.sssw.cm.api.EbiContentManager.removeContentData(EbiContext, String)
          Use EbiContentManager.unpublishDocumentContent(EbiContext, String) 
com.sssw.cm.api.EbiContentMgmtDelegate.removeContentData(EbiContext, String)
          Use EbiContentMgmtDelegate.unpublishDocumentContent(EbiContext, String) 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.removeGroupProfile(EbiContext, String)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.removePersonalizedProfiles(EbiContext, String, String)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.fw.usermgr.api.EbiPersonalizeManager.removeUserFromGroupProfile(EbiContext, String, String, String)
          See the note in the EbiPersonalizeManager class description. 
com.sssw.cm.api.EbiFtsDocContentQuery.selectContentData()
          No equivalent. Refer to EbiQuery. 
com.sssw.cm.api.EbiFtsDocContentQuery.selectContentSize()
          Use EbiQuery.select(String propName) 
com.sssw.fw.usermgr.api.EbiUserMetaDataQuery.selectDefaultGroupProfileName()
          The default user and group profiles are now managed for each portal through the user service delegate. See EbiUserPortalInfo and EbiPortalManager. 
com.sssw.fw.usermgr.api.EbiUserMetaDataQuery.selectDefaultProfileName()
          The default user and group profiles are now managed for each portal through the user service delegate. See EbiUserPortalInfo and EbiPortalManager. 
com.sssw.cm.api.EbiFtsDocContentQuery.selectMimeType()
          Use EbiQuery.select(String propName). 
com.sssw.cm.api.EbiFtsDocContentQuery.selectVersionID()
          No equivalent. Refer to EbiQuery. 
com.sssw.fw.usermgr.api.EbiUserInfo.setAttributeValue(String, String)
          Use (EbiContext context, String attrName). 
com.sssw.fw.usermgr.api.EbiUserPreferenceInfo.setComponentClassName(String)
          Use EbiUserPreferenceInfo.setElementID(String) 
com.sssw.fw.usermgr.api.EbiUserPreferenceInfo.setComponentInstanceID(String)
          See EbiUserPreferenceInfo.getComponentInstanceID(). 
com.sssw.fw.usermgr.api.EbiBindingInfo.setGroupProfileName(String)
          See EbiBindingInfo class description. 
com.sssw.fw.usermgr.api.EbiGroupProfileInfo.setGroupProfileName(String)
          Use EbiPageLayoutInfo.setDisplayName(String displayName). 
com.sssw.portal.api.EbiPortalContext.setLastModified(long)
          No replacement. 
com.sssw.cm.api.EbiLayoutDocDescriptor.setLayoutDocumentID(String)
          Use EbiContentMgmtDelegate.updateLayoutDocumentDescriptor(EbiContext, EbiLayoutDocDescriptor, String) 
com.sssw.fw.usermgr.api.EbiGroupProfileInfo.setMimeType(String)
          No replacement. 
com.sssw.fw.usermgr.api.EbiUserProfileInfo.setMimeType(String)
          No replacement. 
com.sssw.fw.usermgr.api.EbiGroupProfileInfo.setProfileDescription(String)
          Use EbiPageLayoutInfo.setDescription(String description). 
com.sssw.fw.usermgr.api.EbiUserProfileInfo.setProfileDescription(String)
          Use EbiPageLayoutInfo.setDescription(String description). 
com.sssw.fw.usermgr.api.EbiUserProfileInfo.setProfileName(String)
          Use EbiPageLayoutInfo.setDisplayName(String displayName). 
com.sssw.portal.api.EbiPortalContext.setProfileName(String)
          Use EbiPortalContext.setPageName(String pageName). 
com.sssw.fw.usermgr.api.EbiGroupProfileInfo.setProfilePageLayoutXML(String)
          Use EbiPageLayoutInfo.updateSectionComponents( EbiPortalContext context, String sectionID, String[] comps). 
com.sssw.fw.usermgr.api.EbiUserProfileInfo.setProfilePageLayoutXML(String)
          Use EbiPageLayoutInfo.updateSectionComponents( EbiPortalContext context, String sectionID, String[] comps). 
com.sssw.fw.usermgr.api.EbiUserProfileInfo.setProfileUserUUID(String)
          Use EbiUserPageInfo.setUserUUID(String userIID). 
com.sssw.fw.usermgr.api.EbiBindingInfo.setSourceID(String)
          See EbiBindingInfo class description. 
com.sssw.fw.usermgr.api.EbiBindingInfo.setSourceRealmName(String)
          See EbiBindingInfo class description. 
com.sssw.fw.usermgr.api.EbiBindingInfo.setSourceType(String)
          See EbiBindingInfo class description. 
com.sssw.fw.usermgr.api.EbiGroupProfileInfo.setStyleID(String)
          No replacement. Refer to EbiLayoutManager. 
com.sssw.fw.usermgr.api.EbiUserProfileInfo.setStyleID(String)
          No replacement. Refer to EbiLayoutManager. 
com.sssw.cm.api.EbiLayoutDocDescriptor.setUserAgent(String)
          Use EbiContentMgmtDelegate.updateLayoutDocumentDescriptor(EbiContext, EbiLayoutDocDescriptor, String) 
com.sssw.fw.usermgr.api.EbiUserPreferenceInfo.setUserCompStyleID(String)
          See EbiUserPreferenceInfo.getUserCompStyleID(). 
com.sssw.fw.usermgr.api.EbiUserPreferenceInfo.setUserCompXML(String)
          Use EbiUserPreferenceInfo.getPreferenceData(). 
com.sssw.fw.usermgr.api.EbiUserInfo.setUserDefaultGroupProfileName(String)
          Use the methods in EbiPortalManager. 
com.sssw.fw.usermgr.api.EbiUserInfo.setUserDefaultProfileName(String)
          Use the methods in EbiPortalManager. 
com.sssw.fw.api.EbiFullTextQuery.setWhere(String)
          For keyword searches use EbiQuery.setText(String queryText). 
com.sssw.fw.usermgr.api.EbiUserQuery.whereDefaultGroupProfileName(String, int, boolean)
          The default user and group profiles are now managed for each portal through the user service delegate. See EbiUserPortalInfo and EbiPortalManager. 
com.sssw.fw.usermgr.api.EbiUserQuery.whereDefaultGroupProfileNameIn(String[], boolean)
          The default user and group profiles are now managed for each portal through the user service delegate. See EbiUserPortalInfo and EbiPortalManager. 
com.sssw.fw.usermgr.api.EbiUserQuery.whereDefaultProfileName(String, int, boolean)
          The default user and group profiles are now managed for each portal through the user service delegate. See EbiUserPortalInfo and EbiPortalManager. 
com.sssw.fw.usermgr.api.EbiUserQuery.whereDefaultProfileNameIn(String[], boolean)
          The default user and group profiles are now managed for each portal through the user service delegate. See EbiUserPortalInfo and EbiPortalManager. 
 


Novell
exteNd Director 4.1