Interface IHTTPNegotiateAuthenticationFactory
-
public interface IHTTPNegotiateAuthenticationFactoryFactory interface for Negotiate authentication support.- Version:
- 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HTTPNegotiateAuthenticationcreateNegotiateAuthentication(HTTPNegotiateAuthentication prev, int requestID)Create a negotiate authentication handler.
-
-
-
Method Detail
-
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
nullfor the default behaviour
-
-