| Modifier and Type | Class and Description |
|---|---|
class |
CommonInterceptor |
| Modifier and Type | Field and Description |
|---|---|
protected Interceptor |
TransportInterceptor.interceptor |
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor> |
InterceptorChain.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorChain.add(Interceptor interceptor) |
void |
InterceptorChain.remove(Interceptor interceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorChain.setInterceptors(List<Interceptor> interceptors) |
| Constructor and Description |
|---|
ContentInterceptor(Interceptor interceptor) |
ParametersInterceptor(Interceptor interceptor) |
TransportInterceptor(Interceptor interceptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateInterceptor |
class |
TransportConfigurationInterceptor |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicabilityParams.setParent(Interceptor parent) |
void |
InterceptorParams.setParent(Interceptor parent) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<Interceptor,com.querydsl.core.types.dsl.SimplePath<Interceptor>> |
QTemplate.interceptors |
com.querydsl.core.types.dsl.ListPath<Interceptor,com.querydsl.core.types.dsl.SimplePath<Interceptor>> |
QTemplate.interceptors |
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor> |
AbstractTemplate.getInterceptors() |
List<Interceptor> |
Template.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTemplate.setInterceptors(List<Interceptor> interceptors) |
void |
Template.setInterceptors(List<Interceptor> interceptors) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<Interceptor,com.querydsl.core.types.dsl.SimplePath<Interceptor>> |
QTransportConfiguration.interceptors |
com.querydsl.core.types.dsl.ListPath<Interceptor,com.querydsl.core.types.dsl.SimplePath<Interceptor>> |
QTransportConfiguration.interceptors |
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor> |
TransportConfiguration.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportConfiguration.setInterceptors(List<Interceptor> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Class<? extends Interceptor>> |
InterceptorFinder.find()
Returns all of subclasses of
Interceptor from package which specified in
config.properties by prefix "interceptor"
for example:
interceptor.encryption=org.qubership.automation.itf.encryption
interceptor.decryption=org.qubership.automation.itf.decryption
the method will take this paths and find all of interceptor in both packages |
static Set<Class<? extends Interceptor>> |
InterceptorFinder.find(String path)
Returns all of subclasses of
Interceptor in specified package. |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Interceptor> |
Comparators.INTERCEPTOR_COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,Interceptor>> |
ActiveInterceptorHolder.getActiveInterceptors()
Get active interceptors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveInterceptorHolder.updateActiveInterceptorHolder(Object interceptorProvideId,
Collection<Interceptor> interceptors)
Update active interceptor data in holder.
|
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor> |
InterceptorProvider.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorProvider.setInterceptors(List<Interceptor> interceptors) |
Copyright © 2025. All rights reserved.