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, parseCredentialsstatic 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 © 2020 Eclipse. All rights reserved.