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