public interface IHTTPNegotiateAuthenticationFactory
Modifier and Type | Method and Description |
---|---|
HTTPNegotiateAuthentication |
createNegotiateAuthentication(HTTPNegotiateAuthentication prev,
int requestID)
Create a negotiate authentication handler.
|
HTTPNegotiateAuthentication createNegotiateAuthentication(HTTPNegotiateAuthentication prev, int requestID)
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 requestsnull
for the default behaviourCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.