Interface IHTTPNegotiateAuthenticationFactory
public interface IHTTPNegotiateAuthenticationFactory
Factory interface for Negotiate authentication support.
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptioncreateNegotiateAuthentication
(HTTPNegotiateAuthentication prev, int requestID) Create a negotiate authentication handler.
-
Method Details
-
createNegotiateAuthentication
HTTPNegotiateAuthentication createNegotiateAuthentication(HTTPNegotiateAuthentication prev, int requestID) Create a negotiate authentication handler.- Parameters:
prev
- The current handler; may not be of the same classrequestID
- Identifier of request in a single connection; allows new authenticators to be created for new requests- Returns:
- The negotiate handler, or
null
for the default behaviour
-