public class

AuthorizedEvent

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

Class Overview

Event indicating a secure object was invoked successfully.

Published just before the secure object attempts to proceed.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
AuthorizedEvent(Object secureObject, Collection<ConfigAttribute> attributes, Authentication authentication)
Construct the event.
Public Methods
Authentication getAuthentication()
Collection<ConfigAttribute> getConfigAttributes()
[Expand]
Inherited Methods
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public AuthorizedEvent (Object secureObject, Collection<ConfigAttribute> attributes, Authentication authentication)

Construct the event.

Parameters
secureObject the secure object
attributes that apply to the secure object
authentication that successfully called the secure object

Public Methods

public Authentication getAuthentication ()

public Collection<ConfigAttribute> getConfigAttributes ()