|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Serves as wrapper for a system landscape to be plugged into the UME. The concept knows to naming principles: unique keys and aliases. Unique keys are unique in the sense that two systems are distinct if and only if their unique keys are distinct. In contrast to this one system can have several aliases. So distinction is not possible based upon aliases.
| Method Summary | |
java.util.Enumeration |
getAllAliases()
Returns all aliases for systems known to this landscape object wrapper. |
java.util.Enumeration |
getAllUniqueKeys()
Gets a list of all unique keys of system in the underlying system landscape |
ISystemLandscapeObject |
getSystemByAlias(java.lang.String alias)
Retrieves a system landscape object stored under this alias or null if not found |
ISystemLandscapeObject |
getSystemByUniqueKey(java.lang.String unique_key)
Retrieves a system landscape object stored under this unique key or null if not found. |
java.lang.String |
getUniqueKeyForAlias(java.lang.String alias)
Returns a unique key for a given alias |
| Method Detail |
public java.util.Enumeration getAllAliases()
throws com.sap.security.api.umap.system.ExceptionInImplementationException
public java.lang.String getUniqueKeyForAlias(java.lang.String alias)
throws com.sap.security.api.umap.system.ExceptionInImplementationException
alias - Alias pointing to a system
public java.util.Enumeration getAllUniqueKeys()
throws com.sap.security.api.umap.system.ExceptionInImplementationException
public ISystemLandscapeObject getSystemByUniqueKey(java.lang.String unique_key)
throws com.sap.security.api.umap.system.ExceptionInImplementationException
unique_key - unique key of a system
public ISystemLandscapeObject getSystemByAlias(java.lang.String alias)
throws com.sap.security.api.umap.system.ExceptionInImplementationException
alias - com.sap.security.api.umap.system.ExceptionInImplementationException -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||