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