Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acegisecurity.event.authorization: Javadoc index of package org.acegisecurity.event.authorization.


Package Samples:

org.acegisecurity.event.authorization

Classes:

PublicInvocationEvent: Event that is generated whenever a public secure object is invoked. A public secure object is a secure object that has no ConfigAttributeDefinition defined. A public secure object will not cause the SecurityContextHolder to be inspected or authenticated, and no authorization will take place. Published just before the secure object attempts to proceed.
LoggerListener: Outputs interceptor-related application events to Commons Logging. All failures are logged at the warning level, with success events logged at the information level, and public invocation events logged at the debug level.
AuthenticationCredentialsNotFoundEvent: Indicates a secure object invocation failed because the Authentication could not be obtained from the SecurityContextHolder .
AuthorizedEvent: Event indicating a secure object was invoked successfully. Published just before the secure object attempts to proceed.
AuthorizationFailureEvent: Indicates a secure object invocation failed because the principal could not be authorized for the request.
AbstractAuthorizationEvent: Abstract superclass for all security interception related events.

Home | Contact Us | Privacy Policy | Terms of Service