public abstract class QueryInterceptor extends Object
| Constructor and Description |
|---|
QueryInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Collection<String> |
getIdentifierBlackList(List<OLAPContext> contexts) |
protected abstract String |
getIdentifierType() |
protected String |
getProject(List<OLAPContext> contexts) |
protected abstract Collection<String> |
getQueryIdentifiers(List<OLAPContext> contexts) |
protected String |
getUser(List<OLAPContext> contexts) |
void |
intercept(List<OLAPContext> contexts) |
protected abstract boolean |
isEnabled() |
public void intercept(List<OLAPContext> contexts)
protected abstract boolean isEnabled()
protected abstract Collection<String> getQueryIdentifiers(List<OLAPContext> contexts)
protected abstract Collection<String> getIdentifierBlackList(List<OLAPContext> contexts)
protected abstract String getIdentifierType()
protected String getProject(List<OLAPContext> contexts)
protected String getUser(List<OLAPContext> contexts)
Copyright © 2014–2017 Apache Software Foundation. All rights reserved.