Skip to content
Markus Sabadello edited this page Nov 19, 2015 · 1 revision

The xdi2-client component contains client functionality for XDI discovery. Given an identifier such as a cloud name, or discovery key, useful information such a cloud number, a public key, or additional services, can be discovered.

The first (required) step is to send an XDI discovery request to a discovery service.

The second (optional) step is to send an XDI discovery request to the XDI authority associated with the identifier.

Interfaces and Classes

Related Components

The xdi2-webtools component as well as the xdi2-tools project contain human-friendly frontends for the XDI discovery client.

Caching

Ehcache is used to cache discovery results. A custom cache can be set using properties on the XDIDiscoveryClient instance.

Example

For an example, see:

Clone this wiki locally