Class AuthorizedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.access.event.AbstractAuthorizationEvent
org.springframework.security.access.event.AuthorizedEvent
- All Implemented Interfaces:
- Serializable
Deprecated.
Event indicating a secure object was invoked successfully.
 
Published just before the secure object attempts to proceed.
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionAuthorizedEvent(Object secureObject, Collection<ConfigAttribute> attributes, Authentication authentication) Deprecated.Construct the event.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Deprecated.Methods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
AuthorizedEventpublic AuthorizedEvent(Object secureObject, Collection<ConfigAttribute> attributes, Authentication authentication) Deprecated.Construct the event.- Parameters:
- secureObject- the secure object
- attributes- that apply to the secure object
- authentication- that successfully called the secure object
 
 
- 
- 
Method Details- 
getAuthenticationDeprecated.
- 
getConfigAttributesDeprecated.
 
- 
AuthorizationGrantedEventinstead