Java API

Uses of Interface
oracle.uddi.client.AuthenticationLiaison

Packages that use.*
PackageDescription
oracle.uddi.client   
 

Uses of AuthenticationLiaison in oracle.uddi.client
 

Classes in oracle.uddi.client that implement AuthenticationLiaison
TypeName
 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.
 

Constructors in oracle.uddi.client with parameters of type AuthenticationLiaison
TypeName
UddiClient.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.
 


Java API

Copyright © 2001 - Oracle Corporation