|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
SimpleAuthenticationLiaisonImplements a simple authentication scheme provided by the UDDI messages get_authToken and discard_authToken, as defined in the UDDI specification. |
class |
TransportAuthenticationLiaisonImplements 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 Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||