Spring Security Framework

Uses of Class
org.springframework.security.providers.jaas.event.JaasAuthenticationEvent

Packages that use JaasAuthenticationEvent
org.springframework.security.providers.jaas.event Enables JAAS events to be published to the Spring application context. 
 

Uses of JaasAuthenticationEvent in org.springframework.security.providers.jaas.event
 

Subclasses of JaasAuthenticationEvent in org.springframework.security.providers.jaas.event
 class JaasAuthenticationFailedEvent
          Fired when LoginContext.login throws a LoginException, or if any other exception is thrown during that time.
 class JaasAuthenticationSuccessEvent
          Fired by the JaasAuthenticationProvider after successfully logging the user into the LoginContext, handling all callbacks, and calling all AuthorityGranters.
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.