Uses of Interface
com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Packages that use IInterceptorRequest
-
Uses of IInterceptorRequest in com.esri.arcgis.enterprise.interceptor.server
Classes in com.esri.arcgis.enterprise.interceptor.server that implement IInterceptorRequestMethods in com.esri.arcgis.enterprise.interceptor.server that return IInterceptorRequestModifier and TypeMethodDescriptionServerServicesInterceptorRequestWrapper.getAppInterceptorRequest()
Methods in com.esri.arcgis.enterprise.interceptor.server with parameters of type IInterceptorRequestModifier and TypeMethodDescriptionIServerServicesInterceptorHelper.getOperationName
(IInterceptorRequest request, IInterceptorResponse response) Get service operation from the requestIServerServicesInterceptorHelper.getServiceName
(IInterceptorRequest request, IInterceptorResponse response) Get service name from the requestIServerServicesInterceptorHelper.getServiceType
(IInterceptorRequest request, IInterceptorResponse response) Get service type from the requestIServerServicesInterceptorHelper.getUsername
(IInterceptorRequest request, IInterceptorResponse response) Get username from the requestIServerServicesInterceptorHelper.getUserRole
(IInterceptorRequest request, IInterceptorResponse response) Get list of roles of the current user from the requestvoid
IServerServicesInterceptor.intercept
(IInterceptorRequest request, IInterceptorResponse response, IServerServicesInterceptorChain interceptorChain) Intercept the requestvoid
IServerServicesInterceptorChain.intercept
(IInterceptorRequest request, IInterceptorResponse response) Invokes the next interceptor in the chain.boolean
IServerServicesInterceptorHelper.isOutputStreamCompressed
(IInterceptorRequest request, IInterceptorResponse response) Returns whether the response data is in compressed format or notboolean
IServerServicesInterceptorHelper.isRestRequest
(IInterceptorRequest request, IServerServicesInterceptorChain interceptorChain) Check if the request is a REST request or notConstructors in com.esri.arcgis.enterprise.interceptor.server with parameters of type IInterceptorRequestModifierConstructorDescriptionServerServicesInterceptorRequestWrapper
(IInterceptorRequest interceptorRequest)