Class AbstractAuthorizationEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.access.event.AbstractAuthorizationEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationCredentialsNotFoundEvent, AuthorizationFailureEvent, AuthorizedEvent, PublicInvocationEvent

@Deprecated public abstract class AbstractAuthorizationEvent extends org.springframework.context.ApplicationEvent
Deprecated.
Authorization events have moved. Consider AuthorizationGrantedEvent and AuthorizationDeniedEvent
Abstract superclass for all security interception related events.
See Also:
  • Constructor Details

    • AbstractAuthorizationEvent

      public AbstractAuthorizationEvent(Object secureObject)
      Deprecated.
      Construct the event, passing in the secure object being intercepted.
      Parameters:
      secureObject - the secure object