public class AuthConfig extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
ALLOW_ALL_NAME  | 
static String | 
DRUID_AUTHENTICATION_RESULT
HTTP attribute that holds an AuthenticationResult, with info about a successful authentication check. 
 | 
static String | 
DRUID_AUTHORIZATION_CHECKED
HTTP attribute set when a static method in AuthorizationUtils performs an authorization check on the request. 
 | 
| Constructor and Description | 
|---|
AuthConfig()  | 
AuthConfig(List<String> authenticationChain,
          List<String> authorizers)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
List<String> | 
getAuthenticatorChain()  | 
List<String> | 
getAuthorizers()  | 
int | 
hashCode()  | 
String | 
toString()  | 
public static final String DRUID_AUTHENTICATION_RESULT
public static final String DRUID_AUTHORIZATION_CHECKED
public static final String ALLOW_ALL_NAME
Copyright © 2011–2018. All rights reserved.