Package org.apache.http.auth
Interface AuthSchemeProvider
-
- All Known Implementing Classes:
BasicSchemeFactory
,DigestSchemeFactory
,KerberosSchemeFactory
,NTLMSchemeFactory
,SPNegoSchemeFactory
public interface AuthSchemeProvider
Factory forAuthScheme
implementations.- Since:
- 4.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthScheme
create(HttpContext context)
Creates an instance ofAuthScheme
.
-
-
-
Method Detail
-
create
AuthScheme create(HttpContext context)
Creates an instance ofAuthScheme
.- Returns:
- auth scheme.
-
-