Class AuthorizationInterceptor
- java.lang.Object
-
- org.gcube.common.calls.interceptors.AuthorizationInterceptor
-
- All Implemented Interfaces:
Interceptor
public class AuthorizationInterceptor extends Object implements Interceptor
-
-
Constructor Summary
Constructors Constructor Description AuthorizationInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(Request request, Call call)voidhandleResponse(Response context, Call callContext)
-
-
-
Method Detail
-
handleRequest
public void handleRequest(Request request, Call call)
- Specified by:
handleRequestin interfaceInterceptor
-
handleResponse
public void handleResponse(Response context, Call callContext)
- Specified by:
handleResponsein interfaceInterceptor
-
-