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

Packages that use AuthenticationEventPublisher
org.springframework.security.authentication Core classes and interfaces related to user authentication, which are used throughout Spring Security. 
 

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-2011 SpringSource, Inc. All Rights Reserved.