Uses of Interface
com.sap.security.api.IGroup

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(java.lang.String uniqueID)
          Gets the group object with the given unique ID
 IGroup IGroupFactory.getGroup(java.lang.String uniqueID, AttributeList populateAttributes)
          Gets the group object with the given unique ID and populates the attributes which are defined in populateAttributes
 IGroup IGroupFactory.newGroup(java.lang.String uniqueName)
          Creates a new, initially blank group object.
 IGroup IGroupFactory.getGroupByUniqueName(java.lang.String uniqueName)
          Gets the group object with the given uniqueName
 IGroup[] IGroupFactory.getGroups(java.lang.String[] uniqueIDs)
          Gets the group objects for multiple unique IDs
 IGroup[] IGroupFactory.getGroups(java.lang.String[] uniqueIDs, AttributeList populateAttributes)
          Gets the group objects for multiple unique IDs and populates the attributes which are defined in populateAttributes
 IGroup IGroupFactory.getMutableGroup(java.lang.String uniqueID)
          Gets the group object identified by uniqueID which can be modified
 



Copyright © 2002 SAP AG All Rights Reserved.