Spring Security Framework

org.springframework.security.event.authorization
Class AuthorizedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.springframework.security.event.authorization.AbstractAuthorizationEvent
              extended by org.springframework.security.event.authorization.AuthorizedEvent
All Implemented Interfaces:
Serializable

public class AuthorizedEvent
extends AbstractAuthorizationEvent

Event indicating a secure object was invoked successfully.

Published just before the secure object attempts to proceed.

Version:
$Id$
Author:
Ben Alex
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AuthorizedEvent(Object secureObject, ConfigAttributeDefinition configAttribs, Authentication authentication)
          Construct the event.
 
Method Summary
 Authentication getAuthentication()
           
 ConfigAttributeDefinition getConfigAttributeDefinition()
           
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizedEvent

public AuthorizedEvent(Object secureObject,
                       ConfigAttributeDefinition configAttribs,
                       Authentication authentication)
Construct the event.

Parameters:
secureObject - the secure object
configAttribs - that apply to the secure object
authentication - that successfully called the secure object
Throws:
IllegalArgumentException - DOCUMENT ME!
Method Detail

getAuthentication

public Authentication getAuthentication()

getConfigAttributeDefinition

public ConfigAttributeDefinition getConfigAttributeDefinition()

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.