Interface HTTPProxyAuthentication
public interface HTTPProxyAuthentication
Interface that defines a proxy authentication scheme.
The proxy authentication scheme should provide a challenge handler
which is responsible for reading challenge requests from
the proxy and providing the relevant response.
- Since:
- 5.1
- Author:
- DiffusionData Limited
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Allows for an authentication implementation to be provided for connections routed via HTTP proxies. -
Method Summary
Modifier and TypeMethodDescriptioncreateHandler
(SessionAttributes sessionAttributes) Create a challenge handler using this proxy authentication scheme.
-
Method Details
-
createHandler
Create a challenge handler using this proxy authentication scheme. The challenge handler is responsible for responding to authentication challenges from the proxy during connection negotiation.- Parameters:
sessionAttributes
- the session attributes- Returns:
- a challenge handler for this authentication scheme
-