+

Search Tips   |   Advanced Search

Security API for the UDDI V3 registry


The UDDI V3 registry has an independent security API, unlike UDDI V1 and V2, where the security API was part of the publish API.

To access all API calls and arguments that are supported by the UDDI V3 registry programmatically, use the UDDI V3 Client for Java(see UDDI V3 Client). To access the API functions graphically, we can use the UDDI user interface, but not all functions are available with this method.

The UDDI V3 registry supports the following Security API calls:

discard_authToken

Informs a node that a previously obtained authentication token is no longer required and is no longer valid if it is used after this message is received. The token is discarded and the session is effectively ended.

get_authToken

Requests an authentication token in the form of an authInfo element from a UDDI node.

For full details of the query syntax, refer to the UDDI Version 3 API spec at http://www.uddi.org/pubs/uddi_v3.htm.



 

Related tasks


UDDI registry client programming

 

Related


UDDI registry Application Programming Interface