Module org.elasticsearch.security
Class IndicesAliasesRequestInterceptor
java.lang.Object
org.elasticsearch.xpack.security.authz.interceptor.IndicesAliasesRequestInterceptor
- All Implemented Interfaces:
RequestInterceptor
-
Constructor Summary
ConstructorsConstructorDescriptionIndicesAliasesRequestInterceptor(ThreadContext threadContext, XPackLicenseState licenseState, AuditTrailService auditTrailService, boolean dlsFlsEnabled) -
Method Summary
Modifier and TypeMethodDescriptionintercept(AuthorizationEngine.RequestInfo requestInfo, AuthorizationEngine authorizationEngine, AuthorizationEngine.AuthorizationInfo authorizationInfo) This interceptor will introspect the request and potentially modify it.
-
Constructor Details
-
IndicesAliasesRequestInterceptor
public IndicesAliasesRequestInterceptor(ThreadContext threadContext, XPackLicenseState licenseState, AuditTrailService auditTrailService, boolean dlsFlsEnabled)
-
-
Method Details
-
intercept
public SubscribableListener<Void> intercept(AuthorizationEngine.RequestInfo requestInfo, AuthorizationEngine authorizationEngine, AuthorizationEngine.AuthorizationInfo authorizationInfo) Description copied from interface:RequestInterceptorThis interceptor will introspect the request and potentially modify it. If the interceptor does not apply to the request then the request will not be modified.- Specified by:
interceptin interfaceRequestInterceptor
-