Security API for the UDDI Version 3 registry
The UDDI Version 3 registry has an independent Security API, unlike UDDI Version 1 and Version 2, where the Security API is part of the Publish API.
To access all API calls and arguments that are supported by the UDDI Version 3 registry programmatically, use the UDDI Version 3 Client for Java. To access the API functions graphically, we can use the UDDI user interface, but not all functions are available with this method.
The UDDI Version 3 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 Security API syntax, refer to the UDDI Version 3 API specification.
Related tasks
Use the UDDI registry user interface
UDDI Version 3 Client
Related information:
UDDI Version 3.0.2 Specification Reference topic