public class SpnegoFilterConfig extends Object
| Modifier and Type | Field and Description | 
|---|---|
static List<String> | 
DEFAULT_EXCLUDED_PATHS  | 
| Constructor and Description | 
|---|
SpnegoFilterConfig(String principal,
                  String keytab,
                  String authToLocal,
                  List<String> excludedPaths,
                  String cookieSignatureSecret)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getAuthToLocal()  | 
String | 
getCookieSignatureSecret()  | 
List<String> | 
getExcludedPaths()  | 
String | 
getKeytab()  | 
String | 
getPrincipal()  | 
int | 
hashCode()  | 
Copyright © 2011–2018. All rights reserved.