public interface BasicAuthHandler extends AuthenticationHandler
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_REALM
The default realm to use
|
Modifier and Type | Method and Description |
---|---|
static BasicAuthHandler |
create(AuthenticationProvider authProvider)
Create a basic auth handler
|
static BasicAuthHandler |
create(AuthenticationProvider authProvider,
String realm)
Create a basic auth handler, specifying realm
|
static final String DEFAULT_REALM
static BasicAuthHandler create(AuthenticationProvider authProvider)
authProvider
- the auth provider to usestatic BasicAuthHandler create(AuthenticationProvider authProvider, String realm)
authProvider
- the auth service to userealm
- the realm to useCopyright © 2021 Eclipse. All rights reserved.