Spring Security Framework

Package org.springframework.security.event.authorization

Provides support objects for security event interception (ie authorization).

See:
          Description

Class Summary
AbstractAuthorizationEvent Abstract superclass for all security interception related events.
AuthenticationCredentialsNotFoundEvent Indicates a secure object invocation failed because the Authentication could not be obtained from the SecurityContextHolder.
AuthorizationFailureEvent Indicates a secure object invocation failed because the principal could not be authorized for the request.
AuthorizedEvent Event indicating a secure object was invoked successfully.
LoggerListener Outputs interceptor-related application events to Commons Logging.
PublicInvocationEvent Event that is generated whenever a public secure object is invoked.
 

Package org.springframework.security.event.authorization Description

Provides support objects for security event interception (ie authorization).


Spring Security Framework

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