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 Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionOidcResourceServerAfterInvocationEvent(org.springframework.security.core.Authentication authentication, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, boolean invocationPrevented) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authenticationjakarta.servlet.ServletRequestjakarta.servlet.ServletResponseorg.springframework.security.core.AuthenticationbooleanMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
OidcResourceServerAfterInvocationEvent
public OidcResourceServerAfterInvocationEvent(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:
getSourcein classEventObject
-
getAuthentication
public org.springframework.security.core.Authentication getAuthentication() -
getRequest
public jakarta.servlet.ServletRequest getRequest() -
getResponse
public jakarta.servlet.ServletResponse getResponse() -
isInvocationPrevented
public boolean isInvocationPrevented()
-