|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |