|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IGroup | |
|---|---|
| com.sap.security.api | Provides basic User Management functionality. |
| Uses of IGroup in com.sap.security.api |
|---|
| Methods in com.sap.security.api that return IGroup | |
|---|---|
IGroup |
IGroupFactory.getGroup(String uniqueID)
Gets the group object with the given unique ID |
IGroup |
IGroupFactory.getGroup(String uniqueID,
AttributeList populateAttributes)
Gets the group object with the given unique ID and populates the attributes which are defined in populateAttributes |
IGroup |
IGroupFactory.getGroupByUniqueName(String uniqueName)
Gets the group 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 |
IGroup[] |
IGroupFactory.getGroups(String[] uniqueIDs)
Gets the group objects for multiple unique IDs |
IGroup[] |
IGroupFactory.getGroups(String[] uniqueIDs,
AttributeList populateAttributes)
Gets the group objects for multiple unique IDs and populates the attributes which are defined in populateAttributes |
IGroup |
IGroupFactory.getMutableGroup(String uniqueID)
Gets the group object identified by uniqueID which can be modified |
IGroup |
IGroupFactory.newGroup(String uniqueName)
Creates a new, initially blank group object. |
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||