org.acegisecurity.event.authorization
Class AbstractAuthorizationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.acegisecurity.event.authorization.AbstractAuthorizationEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthenticationCredentialsNotFoundEvent, AuthorizationFailureEvent, AuthorizedEvent, PublicInvocationEvent
public abstract class AbstractAuthorizationEvent
- extends org.springframework.context.ApplicationEvent
Abstract superclass for all security interception related events.
- Version:
- $Id: AbstractAuthorizationEvent.java 1496 2006-05-23 13:38:33Z benalex $
- Author:
- Ben Alex
- See Also:
- Serialized Form
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
AbstractAuthorizationEvent
public AbstractAuthorizationEvent(Object secureObject)
- Construct the event, passing in the secure object being intercepted.
- Parameters:
secureObject
- the secure object
Copyright © 2004-2010 Interface21, Inc. All Rights Reserved.