Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

Uses of Interface
oracle.uddi.client.AuthenticationLiaison

Packages that use AuthenticationLiaison
oracle.uddi.client Provides the starting point class for using the UDDI client API, UddiClient. 

 

Uses of AuthenticationLiaison in oracle.uddi.client

 

Classes in oracle.uddi.client that implement AuthenticationLiaison
 class SimpleAuthenticationLiaison
           Implements a simple authentication scheme provided by the UDDI messages get_authToken and discard_authToken, as defined in the UDDI specification.
 class TransportAuthenticationLiaison
           Implements an authentication scheme (and hence session management function) that is entirely managed by the underlying transport.

 

Methods in oracle.uddi.client that return AuthenticationLiaison
 AuthenticationLiaison UddiClient.getAuthenticationLiaison()
          Returns the authentication implementation object that was supplied in the constructor.

 

Constructors in oracle.uddi.client with parameters of type AuthenticationLiaison
UddiClient(java.lang.String inquiryUrl, java.lang.String publishingUrl, SoapTransportLiaison transport, AuthenticationLiaison authLiaison)
          Constructor which allows the specification of the inquiry URL, publishing URL, SOAP transport mechanism, and authentication mechanism.
UddiClient(java.lang.String inquiryUrl, java.lang.String publishingUrl, SoapTransportLiaison transport, AuthenticationLiaison authLiaison, UddiVersionConstants version)
          Constructor which allows the specification of the inquiry URL, publishing URL, SOAP transport mechanism, authentication mechanism, and version.

 


Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

Copyright © 2001, 2003, Oracle. All rights reserved.