@Contract(threading=STATELESS) public class BearerSchemeFactory extends Object implements AuthSchemeFactory
AuthSchemeFactory implementation that creates and initializes
 BearerScheme instances.| Modifier and Type | Field and Description | 
|---|---|
| static BearerSchemeFactory | INSTANCE | 
| Constructor and Description | 
|---|
| BearerSchemeFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| AuthScheme | create(HttpContext context)Creates an instance of  AuthScheme. | 
public static final BearerSchemeFactory INSTANCE
public AuthScheme create(HttpContext context)
AuthSchemeFactoryAuthScheme.create in interface AuthSchemeFactoryCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.