com.sapportals.portal.prt.service.usermanagement

Interface IUserManagementService

All Superinterfaces:
IService

Deprecated. replaced by interface IUserManagementEngine

public interface IUserManagementService
extends IService

Interface to access Enterprise Portal 5.0 (EP 5.0) IUserManagementService.


Field Summary
static String ACL_CHECK_NAMESPACE
          Deprecated.  
static String KEY
          Deprecated.  
static String LOCATION
          Deprecated.  
static String PCD_NAMESPACE
          Deprecated.  
 
Method Summary
 com.sapportals.portal.security.usermanagement.IPortalLogin getAuthenticator()
          Deprecated. Returns implementation of IAuthentication currently being used.
 com.sapportals.portal.security.usermanagement.IUserFactory getDefaultFactory()
          Deprecated. Returns implementation of IUserFactory currently being used.
 com.sapportals.portal.security.usermanagement.IUMEventHandler getEventHandler()
          Deprecated. Returns implementation of IUMEventHandler currently being used.
 com.sapportals.portal.security.usermanagement.IGroupFactory getGroupFactory()
          Deprecated. Returns implementation of IGroupFactory currently being used.
 com.sapportals.portal.security.usermanagement.IRepositories getRepositories()
          Deprecated. Returns implementation of IRepositories.
 com.sapportals.portal.security.usermanagement.IRoleFactory getRoleFactory()
          Deprecated. Returns implementation of IRoleFactory currently being used.
 com.sapportals.portal.security.usermanagement.IServiceUserFactory getServiceUserFactory()
          Deprecated. Returns implementation of IServiceUserFactory.
 String getUMVersion()
          Deprecated. use manifest.mf instead
 InputStream readUM_PCDFile(String filename)
          Deprecated. Get the named stream from PCD please close stream after usage!
 void writeUM_PCDFile(String filename, StreamSource stream)
          Deprecated. Writes StreamSource to filename in PCD
 
Methods inherited from interface com.sapportals.portal.prt.service.IService
afterInit, configure, destroy, getContext, getKey, init, release
 

Field Detail

KEY

static final String KEY
Deprecated. 
See Also:
Constant Field Values

PCD_NAMESPACE

static final String PCD_NAMESPACE
Deprecated. 
See Also:
Constant Field Values

LOCATION

static final String LOCATION
Deprecated. 
See Also:
Constant Field Values

ACL_CHECK_NAMESPACE

static final String ACL_CHECK_NAMESPACE
Deprecated. 
See Also:
Constant Field Values
Method Detail

getAuthenticator

com.sapportals.portal.security.usermanagement.IPortalLogin getAuthenticator()
Deprecated. 
Returns implementation of IAuthentication currently being used. This reads AUTHENTICATION server from properties file, loads the class and creates the instance dynamically.

Returns:
Authentication object

getUMVersion

String getUMVersion()
Deprecated. use manifest.mf instead

Returns user management version

Returns:
user management version

getDefaultFactory

com.sapportals.portal.security.usermanagement.IUserFactory getDefaultFactory()
Deprecated. 
Returns implementation of IUserFactory currently being used. This reads USERFACTORY key from mysap.properties file, loads the class and creates the instance dynamically.

Returns:
UserFactory object

getGroupFactory

com.sapportals.portal.security.usermanagement.IGroupFactory getGroupFactory()
Deprecated. 
Returns implementation of IGroupFactory currently being used. This reads GROUPFACTORY key from configuration file, loads the class and creates the instance dynamically.

Returns:
IGroupFactory object

getRoleFactory

com.sapportals.portal.security.usermanagement.IRoleFactory getRoleFactory()
Deprecated. 
Returns implementation of IRoleFactory currently being used. This reads ROLEFACTORY key from configuration file, loads the class and creates the instance dynamically.

Returns:
IRoleFactory object

getServiceUserFactory

com.sapportals.portal.security.usermanagement.IServiceUserFactory getServiceUserFactory()
Deprecated. 
Returns implementation of IServiceUserFactory.

Returns:
IServiceUserFactory object

getEventHandler

com.sapportals.portal.security.usermanagement.IUMEventHandler getEventHandler()
Deprecated. 
Returns implementation of IUMEventHandler currently being used.

Returns:
IUMEventHandler object

getRepositories

com.sapportals.portal.security.usermanagement.IRepositories getRepositories()
Deprecated. 
Returns implementation of IRepositories.

Returns:
IRepositories object

readUM_PCDFile

InputStream readUM_PCDFile(String filename)
                           throws NamingException,
                                  IOException
Deprecated. 
Get the named stream from PCD please close stream after usage!

Parameters:
filename - name of the stream
Returns:
an input stream containing the data of the file
Throws:
NamingException
IOException

writeUM_PCDFile

void writeUM_PCDFile(String filename,
                     StreamSource stream)
                     throws NamingException
Deprecated. 
Writes StreamSource to filename in PCD

Parameters:
filename - name of the stream
stream - (created with new com.sapportals.portal.prt.registry.content.StreamSource(File))
Throws:
NamingException
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM
[sap.com] EP-BASIS [sap.com] tc/epbc/ume/ep5/deprecateddeprecated api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice