Express (Distributed operating systems), v8.0 > Secure applications and their environment > Authenticate users > Select a registry or repository > Manage realms in a federated repository > Virtual member manager > Reference > Virtual member manager SPIs > Repository SPI


get

Use the get method to retrieve the information of an entity or entities.


Purpose

The get method returns the requested information of the specified entities. For example, the properties, the groups that the entity belongs to, the ancestors, or descendants of the entity.

To retrieve an entity, the entity data object with its Identifier is added under the root data object. Multiple entities can be retrieved in one get method call by adding multiple entity data objects under the root.

By specifying different controls, different information can be returned. For example, PropertyControl is used for returning the properties of the entities. GroupMembershipControl is used for returning groups that the entities belong to.


Parameters

root

Root data object containing the request information.


Returns

The root data object containing the requested information.


Exceptions


Signature

public DataObject get(DataObject root) throws WIMException

Parent topic: Repository SPI



+

Search Tips   |   Advanced Search