public abstract class

AbstractAuthorizationEvent

extends ApplicationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ org.springframework.context.ApplicationEvent
       ↳ org.springframework.security.access.event.AbstractAuthorizationEvent
Known Direct Subclasses

Class Overview

Abstract superclass for all security interception related events.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
AbstractAuthorizationEvent(Object secureObject)
Construct the event, passing in the secure object being intercepted.
[Expand]
Inherited Methods
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public AbstractAuthorizationEvent (Object secureObject)

Construct the event, passing in the secure object being intercepted.

Parameters
secureObject the secure object