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

Quick Search    Search Deep
E G J O

E

exception - Variable in class org.acegisecurity.providers.jaas.event.JaasAuthenticationFailedEvent
 

G

getAuthentication() - Method in class org.acegisecurity.providers.jaas.event.JaasAuthenticationEvent
Pre-casted method that returns the 'source' of the event.
getException() - Method in class org.acegisecurity.providers.jaas.event.JaasAuthenticationFailedEvent
 

J

JaasAuthenticationEvent - class org.acegisecurity.providers.jaas.event.JaasAuthenticationEvent.
Parent class for events fired by the JaasAuthenticationProvider.
JaasAuthenticationEvent(Authentication) - Constructor for class org.acegisecurity.providers.jaas.event.JaasAuthenticationEvent
The Authentication object is stored as the ApplicationEvent 'source'.
JaasAuthenticationFailedEvent - class org.acegisecurity.providers.jaas.event.JaasAuthenticationFailedEvent.
Fired when LoginContext.login throws a LoginException, or if any other exception is thrown during that time.
JaasAuthenticationFailedEvent(Authentication, Exception) - Constructor for class org.acegisecurity.providers.jaas.event.JaasAuthenticationFailedEvent
 
JaasAuthenticationSuccessEvent - class org.acegisecurity.providers.jaas.event.JaasAuthenticationSuccessEvent.
Fired by the JaasAuthenticationProvider after successfully logging the user into the LoginContext, handling all callbacks, and calling all AuthorityGranters.
JaasAuthenticationSuccessEvent(Authentication) - Constructor for class org.acegisecurity.providers.jaas.event.JaasAuthenticationSuccessEvent
 

O

org.acegisecurity.providers.jaas.event - package org.acegisecurity.providers.jaas.event
An authentication provider for JAAS.

E G J O