|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public java.lang.String getUser()
public java.lang.String getPassword()
public java.lang.String getProperty(java.lang.String key)
public java.util.Enumeration getPropertiesIds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||