Class Overview
Indicates a secure object invocation failed because the principal could not
be authorized for the request.
This event might be thrown as a result of either an
AccessDecisionManager or an
AfterInvocationManager.
Summary
|
[Expand]
Inherited Fields |
From class
java.util.EventObject
|
|
[Expand]
Inherited Methods |
From class
org.springframework.context.ApplicationEvent
|
From class
java.util.EventObject
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Parameters
| secureObject
| the secure object |
| attributes
| that apply to the secure object |
| authentication
| that was found in the SecurityContextHolder |
| accessDeniedException
| that was returned by the
AccessDecisionManager |
Public Methods