|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRole | |
|---|---|
| com.sap.security.api | Provides basic User Management functionality. |
| Uses of IRole in com.sap.security.api |
|---|
| Methods in com.sap.security.api that return IRole | |
|---|---|
IRole |
IRoleFactory.getMutableRole(String uniqueID)
Gets a modifiable IRole objects for a unique ID |
IRole |
IRoleFactory.getRole(String uniqueID)
Gets the role object with the given unique ID |
IRole |
IRoleFactory.getRole(String uniqueID,
AttributeList populateAttributes)
Gets the role object with the given unique ID and populates the attributes in populateAttributes |
IRole |
IRoleFactory.getRoleByUniqueName(String uniqueName)
Gets the role object with the given uniqueName Note: If you use this method be prepared to get an exception if multiple objects with the same name are found |
IRole[] |
IRoleFactory.getRoles(String[] uniqueIDs)
Gets the role objects for multiple unique IDs |
IRole[] |
IRoleFactory.getRoles(String[] uniqueIDs,
AttributeList populateAttributes)
Gets the role objects for multiple unique IDs and populates the attributes defined in populateAttributes |
IRole |
IRoleFactory.newRole(String uniqueName)
Creates a new, initially blank role object. |
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||