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