Uses of Interface
org.springframework.security.authentication.AuthenticationEventPublisher

Packages that use AuthenticationEventPublisher
org.springframework.security.authentication Implements a provider-based approach to authentication decisions. 
 

Uses of AuthenticationEventPublisher in org.springframework.security.authentication
 

Classes in org.springframework.security.authentication that implement AuthenticationEventPublisher
 class DefaultAuthenticationEventPublisher
          The default strategy for publishing authentication events.
 

Methods in org.springframework.security.authentication with parameters of type AuthenticationEventPublisher
 void ProviderManager.setAuthenticationEventPublisher(AuthenticationEventPublisher eventPublisher)
           
 



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