Spring Security Framework

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

Packages that use AbstractAuthorizationEvent
org.springframework.security.event.authorization Provides support objects for security event interception (ie authorization). 
 

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

Subclasses of AbstractAuthorizationEvent in org.springframework.security.event.authorization
 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.
 


Spring Security Framework

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