Class AfterInvocationEvent

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

public class AfterInvocationEvent extends org.springframework.context.ApplicationEvent
Event fired after an API controller call.
See Also:
  • Field Summary

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    AfterInvocationEvent(org.springframework.security.core.Authentication authentication, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, boolean invocationPrevented)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.core.Authentication
     
    javax.servlet.ServletRequest
     
    javax.servlet.ServletResponse
     
    org.springframework.security.core.Authentication
     
    boolean
     

    Methods inherited from class org.springframework.context.ApplicationEvent

    getTimestamp

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AfterInvocationEvent

      public AfterInvocationEvent(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()