JSecurity

org.jsecurity.authc
Interface AuthenticationListenerRegistrar

All Known Implementing Classes:
AbstractAuthenticator, AuthenticatingSecurityManager, AuthorizingSecurityManager, DefaultSecurityManager, DefaultWebSecurityManager, ModularRealmAuthenticator, SessionsSecurityManager

public interface AuthenticationListenerRegistrar

Since:
0.9
Author:
Les Hazlewood

Method Summary
 void add(AuthenticationListener listener)
           
 boolean remove(AuthenticationListener listener)
           
 void setAuthenticationListeners(Collection<AuthenticationListener> listeners)
           
 

Method Detail

setAuthenticationListeners

void setAuthenticationListeners(Collection<AuthenticationListener> listeners)

add

void add(AuthenticationListener listener)

remove

boolean remove(AuthenticationListener listener)

JSecurity

Copyright © 2004-2008 JSecurity.