Class AfterResourceServerApiInvocationEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.oidc.resourceserver.AfterResourceServerApiInvocationEvent
All Implemented Interfaces:
Serializable

public class AfterResourceServerApiInvocationEvent extends org.springframework.context.ApplicationEvent
A copy of io.jmix.securityoauth2.event.AfterInvocationEvent. Event fired after API call.
See Also:
  • Constructor Details

    • AfterResourceServerApiInvocationEvent

      public AfterResourceServerApiInvocationEvent(org.springframework.security.core.Authentication authentication, javax.servlet.ServletRequest request, javax.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 javax.servlet.ServletRequest getRequest()
    • getResponse

      public javax.servlet.ServletResponse getResponse()
    • isInvocationPrevented

      public boolean isInvocationPrevented()