|
Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.uddi.client |
Uses of AuthenticationLiaison in oracle.uddi.client |
Classes in oracle.uddi.client that implement AuthenticationLiaison | |
Type | Name |
---|---|
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 | |
Type | Name |
---|---|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |