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

Quick Search    Search Deep

org.acegisecurity.event.authentication.* (15)org.acegisecurity.event.authorization.* (6)

Package Samples:

org.acegisecurity.event.authorization
org.acegisecurity.event.authentication

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.
InteractiveAuthenticationSuccessEvent: Indicates an interactive authentication was successful. The ApplicationEvent 's source will be the Authentication object.
AbstractAuthenticationEvent: Represents an application authentication event. The ApplicationEvent 's source will be the Authentication object.
AuthenticationFailureProviderNotFoundEvent: Application event which indicates authentication failure due to there being no registered AuthenticationProvider that can process the request.
AuthenticationCredentialsNotFoundEvent: Indicates a secure object invocation failed because the Authentication could not be obtained from the SecurityContextHolder .
LoggerListener: Outputs authentication-related application events to Commons Logging. All authentication events are logged at the warning level.
AuthenticationFailureServiceExceptionEvent: Application event which indicates authentication failure due to there being a problem internal to the AuthenticationManager .
AuthorizedEvent: Event indicating a secure object was invoked successfully. Published just before the secure object attempts to proceed.
AuthenticationFailureConcurrentLoginEvent: Application event which indicates authentication failure due to the user attempting to login to too many concurrent sessions.
AuthenticationFailureProxyUntrustedEvent: Application event which indicates authentication failure due to the CAS user's ticket being generated by an untrusted proxy.
AuthorizationFailureEvent: Indicates a secure object invocation failed because the principal could not be authorized for the request.
AuthenticationFailureCredentialsExpiredEvent: Application event which indicates authentication failure due to the user's credentials having expired.
AuthenticationFailureLockedEvent: Application event which indicates authentication failure due to the user's account having been locked.
AuthenticationFailureBadCredentialsEvent: Application event which indicates authentication failure due to invalid credentials being presented.
AuthenticationFailureDisabledEvent: Application event which indicates authentication failure due to the user's account being disabled.
AuthenticationFailureExpiredEvent: Application event which indicates authentication failure due to the user's account having expired.
AbstractAuthenticationFailureEvent: Abstract application event which indicates authentication failure for some reason.
AbstractAuthorizationEvent: Abstract superclass for all security interception related events.
AuthenticationSwitchUserEvent: Application event which indicates that a user context switch.
AuthenticationSuccessEvent: Application event which indicates successful authentication.

Home | Contact Us | Privacy Policy | Terms of Service