WAS v8.5 > Reference > Developer detailed usage informationSecurity API for the UDDI v3 registry
The UDDI v3 registry has an independent Security API, unlike UDDI v1 and v2, where the Security API is 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. 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 Security API syntax, refer to the UDDI v3 API specification.
Related
Use the UDDI registry user interface
Reference:
UDDI v3 Client
Related information: