Package org.springframework.security.access.event
package org.springframework.security.access.event
Authorization event and listener classes.
-
ClassDescriptionAbstract superclass for all security interception related events.Indicates a secure object invocation failed because the
Authentication
could not be obtained from theSecurityContextHolder
.Indicates a secure object invocation failed because the principal could not be authorized for the request.Event indicating a secure object was invoked successfully.Outputs interceptor-related application events to Commons Logging.Event that is generated whenever a public secure object is invoked.