|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
com.ibm.itim.apps.provisioning | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Account, Service, and Password management. |
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 Group in com.ibm.itim.apps.provisioning |
---|
Methods in com.ibm.itim.apps.provisioning that return Group | |
---|---|
Group |
GroupMO.getData()
Returns a current snapshot of the data that defines the managed object. |
Methods in com.ibm.itim.apps.provisioning with parameters of type Group | |
---|---|
GroupMO |
GroupManager.createGroup(ServiceMO serviceMO,
Group group)
Creates a group on a service. |
void |
GroupMO.update(Group group)
Updates the group with the given group value object. |
Uses of Group in com.ibm.itim.dataservices.model.domain |
---|
Methods in com.ibm.itim.dataservices.model.domain with parameters of type Group | |
---|---|
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. |
Constructors in com.ibm.itim.dataservices.model.domain with parameters of type Group | |
---|---|
Group(Group group)
Copy Constructor Reference copy is used for Java object except for String and other primary types |
|
GroupEntity(Group group)
Constructs a GroupEntity with a Group value object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |