Uses of Class
com.ibm.itim.dataservices.model.domain.GroupEntity

Packages that use GroupEntity
com.ibm.itim.dataservices.model.domain Extends the com.ibm.itim.dataservices.model package to provide an application programming interface for querying the core elements of the data model. 
 

Uses of GroupEntity in com.ibm.itim.dataservices.model.domain
 

Methods in com.ibm.itim.dataservices.model.domain that return GroupEntity
 GroupEntity GroupFactory.create(ServiceEntity service, Group group)
          Creates a group in the data store with the given value object to define the group attributes.
 GroupEntity GroupFactory.create(ServiceEntity service, Group group, AttributeValues rdn)
          Creates a group in the data store with the given value object to define the group attributes.
 GroupEntity GroupFactory.create(ServiceEntity service, Group group, AttributeValues rdn, ObjectProfile groupProfile)
          Creates a group in the data store with the given value object to define the group's attributes.
 GroupEntity GroupSearch.lookup(DistinguishedName dn)
          Retrieves the group from the data store with the given distinguished name.
 GroupEntity GroupSearch.lookup(DistinguishedName serviceDN, java.lang.String groupID)
          Retrieves the group from the data store based on the unique id of the group.
 GroupEntity GroupSearch.lookup(DistinguishedName serviceDN, java.lang.String attributeName, java.lang.String groupID)
          Retrieves the group from the data store based on the unique ID of the group.
 GroupEntity GroupSearch.lookup(DistinguishedName serviceDN, java.lang.String profileName, java.lang.String attributeName, java.lang.String groupID)
          Retrieves the group from the data store based on the unique ID of the group.
 GroupEntity GroupSearch.searchByURI(OrganizationalContainerEntity searchContext, java.lang.String uri)
          Find the group for a specific URI.
 

Methods in com.ibm.itim.dataservices.model.domain that return types with arguments of type GroupEntity
 java.util.Collection<GroupEntity> AccountEntity.getGroups()
          Returns a list of groups that this account belongs to.
 



IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.