org.tynamo.security
Interface AuthenticationListenerRegistrar

All Known Subinterfaces:
Authenticator
All Known Implementing Classes:
ModularRealmAuthenticator

public interface AuthenticationListenerRegistrar


Method Summary
 void addAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener)
           
 void removeAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener)
           
 

Method Detail

addAuthenticationListener

void addAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener)

removeAuthenticationListener

void removeAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener)


Copyright © 2004-2013. All Rights Reserved.