Class ScramSchemeFactory
java.lang.Object
org.apache.hc.client5.http.impl.auth.ScramSchemeFactory
- All Implemented Interfaces:
AuthSchemeFactory
Factory for creating instances of
ScramScheme.- Since:
- 5.6
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(org.apache.hc.core5.http.protocol.HttpContext context) Creates a newScramScheme.
-
Field Details
-
INSTANCE
Singleton instance.
-
-
Constructor Details
-
ScramSchemeFactory
private ScramSchemeFactory()
-
-
Method Details
-
create
Creates a newScramScheme.- Specified by:
createin interfaceAuthSchemeFactory- Parameters:
context- the HTTP context (unused)- Returns:
- a new
ScramSchemeinstance - Since:
- 5.6
-