com.sap.portal.pcm.system
Interface ISystemUserMappingData


public interface ISystemUserMappingData


The ISystemUserMapping data provides the user mapping properties such as user,
password and some other credential properties.
An instance of this interface can be extracted by calling the getUserMappingData(IPrincipal) method
declared in com.sap.portal.pcm.system.ISystem.
The user mapping properties provided by this interface is depended on the logon method
property in the corresponding system semantic object, from which, an instance of this
interface, is extracted.
The data is enriched by the user mapping service.


Method Summary
 java.lang.String getPassword()
          returns the mapped password to the back end system
 java.util.Enumeration getPropertiesIds()
          returns an enumeration containing the keys of all the system's user mapping properties
 java.lang.String getProperty(java.lang.String key)
          returns the requested user mapping property
 java.lang.String getUser()
          returns the mapped user to the back end system
 

Method Detail

getUser

public java.lang.String getUser()
returns the mapped user to the back end system
Returns:
String

getPassword

public java.lang.String getPassword()
returns the mapped password to the back end system
Returns:
String

getProperty

public java.lang.String getProperty(java.lang.String key)
returns the requested user mapping property
Returns:
String

getPropertiesIds

public java.util.Enumeration getPropertiesIds()
returns an enumeration containing the keys of all the system's user mapping properties
Returns:
Enumeration