|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISystemUserMappingData
The interface that provides user mapping properties for a specific system.
User mapping contains the user name and password associated with a
system for the current user. The portal tries to connect to the back-end
system using this user name and password when the current user requests an
iView that connects with the system.
An instance of this interface can be created by calling the method
ISystem.getUserMappingData.
User mapping data must be initialized by calling
com.sap.security.api.UMFactory.initialize(Properties userMappingProps, boolean isSAPSystem).
| Method Summary | |
|---|---|
String |
getPassword()
Gets the mapped password for the back-end system. |
Enumeration |
getPropertiesIds()
Gets an enumeration containing the keys of all the user mapping properties. |
String |
getProperty(String key)
Gets the requested property. |
String |
getUser()
Gets the mapped user for the back-end system. |
| Method Detail |
|---|
String getUser()
String getPassword()
String getProperty(String key)
key - a property key
Enumeration getPropertiesIds()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/semantics/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||