Class AgentExternalAccessInterceptor

java.lang.Object
org.easypeelsecurity.springdog.manager.agent.AgentExternalAccessInterceptor
All Implemented Interfaces:
org.springframework.web.servlet.HandlerInterceptor

@Service public class AgentExternalAccessInterceptor extends Object implements org.springframework.web.servlet.HandlerInterceptor
A pre-handle for filtering agent connections.
  • Constructor Summary

    Constructors
    Constructor
    Description
    AgentExternalAccessInterceptor(org.easypeelsecurity.springdog.shared.configuration.SpringdogProperties properties)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    preHandle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Object handler)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.web.servlet.HandlerInterceptor

    afterCompletion, postHandle
  • Constructor Details

    • AgentExternalAccessInterceptor

      public AgentExternalAccessInterceptor(org.easypeelsecurity.springdog.shared.configuration.SpringdogProperties properties)
      Constructor.
  • Method Details

    • preHandle

      public boolean preHandle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Object handler)
      Specified by:
      preHandle in interface org.springframework.web.servlet.HandlerInterceptor