Open Kilda Java Documentation
org.openkilda.auth.interceptor.RequestInterceptor Class Reference
Inheritance diagram for org.openkilda.auth.interceptor.RequestInterceptor:

Public Member Functions

boolean preHandle (final HttpServletRequest request, final HttpServletResponse response, final Object handler) throws Exception
 
void postHandle (final HttpServletRequest request, final HttpServletResponse response, final Object handler, final ModelAndView modelAndView) throws Exception
 

Detailed Description

Definition at line 39 of file RequestInterceptor.java.

Member Function Documentation

◆ postHandle()

void org.openkilda.auth.interceptor.RequestInterceptor.postHandle ( final HttpServletRequest  request,
final HttpServletResponse  response,
final Object  handler,
final ModelAndView  modelAndView 
) throws Exception

Definition at line 92 of file RequestInterceptor.java.

◆ preHandle()

boolean org.openkilda.auth.interceptor.RequestInterceptor.preHandle ( final HttpServletRequest  request,
final HttpServletResponse  response,
final Object  handler 
) throws Exception

Definition at line 60 of file RequestInterceptor.java.


The documentation for this class was generated from the following file: