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

Quick Search    Search Deep

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


Package Samples:

org.acegisecurity.event.authentication

Classes:

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.
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 .
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.
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.
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