Skip navigation links

Oracle Application Server HTTPClient Java API Reference
10g Release 3 (10.1.3.1.0)

B32117-01


HTTPClient
Interface AuthenticationSchemeRegistryHolder

All Known Implementing Classes:
DefaultAuthHandler

public interface AuthenticationSchemeRegistryHolder

The AuthenticationSchemeRegistryHolder interface marks an implementation as containing an AuthenticationSchemeRegistry, and provides access to this registry.


Method Summary
 AuthenticationSchemeRegistry getAuthenticationSchemeRegistry()
          Determines the AuthenticationScheme registry.

 

Method Detail

getAuthenticationSchemeRegistry

public AuthenticationSchemeRegistry getAuthenticationSchemeRegistry()
Determines the AuthenticationScheme registry.
Returns:
The AuthenticationScheme registry.

Skip navigation links

Oracle Application Server HTTPClient Java API Reference
10g Release 3 (10.1.3.1.0)

B32117-01


Copyright © 2004, 2006, Oracle. All rights reserved.