Class AsResourceServerAfterInvocationEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.authserver.event.AsResourceServerAfterInvocationEvent
All Implemented Interfaces:
Serializable

public class AsResourceServerAfterInvocationEvent extends org.springframework.context.ApplicationEvent
Event fired after resource server (registered by Authorization Server add-on) API controller call.
See Also:
  • Constructor Details

    • AsResourceServerAfterInvocationEvent

      public AsResourceServerAfterInvocationEvent(org.springframework.security.core.Authentication authentication, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, boolean invocationPrevented)
  • Method Details

    • getSource

      public org.springframework.security.core.Authentication getSource()
      Overrides:
      getSource in class EventObject
    • getAuthentication

      public org.springframework.security.core.Authentication getAuthentication()
    • getRequest

      public jakarta.servlet.ServletRequest getRequest()
    • getResponse

      public jakarta.servlet.ServletResponse getResponse()
    • isInvocationPrevented

      public boolean isInvocationPrevented()