public class BeforeRestInvocationEvent
extends org.springframework.context.ApplicationEvent
preventInvocation()
method.Constructor and Description |
---|
BeforeRestInvocationEvent(org.springframework.security.core.Authentication authentication,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response) |
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() |
void |
preventInvocation() |
public BeforeRestInvocationEvent(org.springframework.security.core.Authentication authentication, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
public org.springframework.security.core.Authentication getSource()
getSource
in class java.util.EventObject
public org.springframework.security.core.Authentication getAuthentication()
public javax.servlet.ServletRequest getRequest()
public javax.servlet.ServletResponse getResponse()
public boolean isInvocationPrevented()
public void preventInvocation()