Uses of Class
org.springframework.security.access.event.AbstractAuthorizationEvent

Packages that use AbstractAuthorizationEvent
org.springframework.security.access.event   
 

Uses of AbstractAuthorizationEvent in org.springframework.security.access.event
 

Subclasses of AbstractAuthorizationEvent in org.springframework.security.access.event
 class AuthenticationCredentialsNotFoundEvent
          Indicates a secure object invocation failed because the Authentication could not be obtained from the SecurityContextHolder.
 class AuthorizationFailureEvent
          Indicates a secure object invocation failed because the principal could not be authorized for the request.
 class AuthorizedEvent
          Event indicating a secure object was invoked successfully.
 class PublicInvocationEvent
          Event that is generated whenever a public secure object is invoked.
 

Methods in org.springframework.security.access.event with parameters of type AbstractAuthorizationEvent
 void LoggerListener.onApplicationEvent(AbstractAuthorizationEvent event)
           
 



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