Package io.jmix.oidc.resourceserver
Class OidcResourceServerAfterInvocationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.oidc.resourceserver.OidcResourceServerAfterInvocationEvent
- All Implemented Interfaces:
- Serializable
public class OidcResourceServerAfterInvocationEvent
extends org.springframework.context.ApplicationEvent
Event fired after OIDC resource server API call.
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionOidcResourceServerAfterInvocationEvent(org.springframework.security.core.Authentication authentication, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, boolean invocationPrevented) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.security.core.Authenticationjakarta.servlet.ServletRequestjakarta.servlet.ServletResponseorg.springframework.security.core.AuthenticationbooleanMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
OidcResourceServerAfterInvocationEventpublic OidcResourceServerAfterInvocationEvent(org.springframework.security.core.Authentication authentication, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, boolean invocationPrevented) 
 
- 
- 
Method Details- 
getSourcepublic org.springframework.security.core.Authentication getSource()- Overrides:
- getSourcein class- EventObject
 
- 
getAuthenticationpublic org.springframework.security.core.Authentication getAuthentication()
- 
getRequestpublic jakarta.servlet.ServletRequest getRequest()
- 
getResponsepublic jakarta.servlet.ServletResponse getResponse()
- 
isInvocationPreventedpublic boolean isInvocationPrevented()
 
-