Package io.jmix.oidc.resourceserver
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionAfterResourceServerApiInvocationEvent
(org.springframework.security.core.Authentication authentication, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, boolean invocationPrevented) -
Method Summary
Modifier and TypeMethodDescriptionorg.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
-
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 classEventObject
-
getAuthentication
public org.springframework.security.core.Authentication getAuthentication() -
getRequest
public javax.servlet.ServletRequest getRequest() -
getResponse
public javax.servlet.ServletResponse getResponse() -
isInvocationPrevented
public boolean isInvocationPrevented()
-