Uses of Interface
org.apache.shiro.authc.AuthenticationListener

Packages that use AuthenticationListener
org.apache.shiro.authc Core interfaces and exceptions concerning Authentication (the act of logging-in). 
 

Uses of AuthenticationListener in org.apache.shiro.authc
 

Methods in org.apache.shiro.authc that return types with arguments of type AuthenticationListener
 Collection<AuthenticationListener> AbstractAuthenticator.getAuthenticationListeners()
          Returns the AuthenticationListeners that should be notified during authentication attempts.
 

Method parameters in org.apache.shiro.authc with type arguments of type AuthenticationListener
 void AbstractAuthenticator.setAuthenticationListeners(Collection<AuthenticationListener> listeners)
          Sets the AuthenticationListeners that should be notified during authentication attempts.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.