Interface IHTTPNegotiateAuthenticationFactory
-
public interface IHTTPNegotiateAuthenticationFactory
Factory interface for Negotiate authentication support.- Version:
- 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HTTPNegotiateAuthentication
createNegotiateAuthentication(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
null
for the default behaviour
-
-