JSecurity

Uses of Interface
org.jsecurity.authc.AuthenticationListener

Packages that use AuthenticationListener
org.jsecurity.authc Core interfaces and exceptions concerning Authentication (the act of logging-in). 
org.jsecurity.mgt Provides the master SecurityManager interface and a default implementation hierarchy for managing all aspects of JSecurity's functionality in an application. 
 

Uses of AuthenticationListener in org.jsecurity.authc
 

Methods in org.jsecurity.authc with parameters of type AuthenticationListener
 void AuthenticationListenerRegistrar.add(AuthenticationListener listener)
          Registeres a single listener that wishes to be notified during the authentication process.
 void AbstractAuthenticator.add(AuthenticationListener listener)
           
 boolean AuthenticationListenerRegistrar.remove(AuthenticationListener listener)
          Removes a single listener that no longer wishes to be notified during the authentication process.
 boolean AbstractAuthenticator.remove(AuthenticationListener listener)
           
 

Method parameters in org.jsecurity.authc with type arguments of type AuthenticationListener
 void AuthenticationListenerRegistrar.setAuthenticationListeners(Collection<AuthenticationListener> listeners)
          Sets the AuthenticationListener(s) that wish to be notified during the authentication process.
 void AbstractAuthenticator.setAuthenticationListeners(Collection<AuthenticationListener> listeners)
           
 

Uses of AuthenticationListener in org.jsecurity.mgt
 

Methods in org.jsecurity.mgt with parameters of type AuthenticationListener
 void AuthenticatingSecurityManager.add(AuthenticationListener listener)
           
 boolean AuthenticatingSecurityManager.remove(AuthenticationListener listener)
           
 

Method parameters in org.jsecurity.mgt with type arguments of type AuthenticationListener
 void AuthenticatingSecurityManager.setAuthenticationListeners(Collection<AuthenticationListener> listeners)
          This is a convenience method that allows registration of AuthenticationListeners with the underlying delegate Authenticator instance.
 


JSecurity

Copyright © 2004-2008 JSecurity.