public class AfterRestInvocationEvent
extends org.springframework.context.ApplicationEvent
| Constructor and Description |
|---|
AfterRestInvocationEvent(org.springframework.security.core.Authentication authentication,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
boolean invocationPrevented) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
getAuthentication() |
javax.servlet.ServletRequest |
getRequest() |
javax.servlet.ServletResponse |
getResponse() |
org.springframework.security.core.Authentication |
getSource() |
boolean |
isInvocationPrevented() |
public AfterRestInvocationEvent(org.springframework.security.core.Authentication authentication,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
boolean invocationPrevented)
public org.springframework.security.core.Authentication getSource()
getSource in class java.util.EventObjectpublic org.springframework.security.core.Authentication getAuthentication()
public javax.servlet.ServletRequest getRequest()
public javax.servlet.ServletResponse getResponse()
public boolean isInvocationPrevented()