org.apache.http.auth
Interface AuthSchemeProvider

All Known Implementing Classes:
BasicSchemeFactory, DigestSchemeFactory, KerberosSchemeFactory, NTLMSchemeFactory, SPNegoSchemeFactory

public interface AuthSchemeProvider

Factory for AuthScheme implementations.

Since:
4.3

Method Summary
 AuthScheme create(org.apache.http.protocol.HttpContext context)
          Creates an instance of AuthScheme.
 

Method Detail

create

AuthScheme create(org.apache.http.protocol.HttpContext context)
Creates an instance of AuthScheme.

Returns:
auth scheme.


Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.