Package org.tynamo.security
Interface AuthenticationListenerRegistrar
- All Known Subinterfaces:
Authenticator
- All Known Implementing Classes:
ModularRealmAuthenticator
public interface AuthenticationListenerRegistrar
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener) voidremoveAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener)
-
Method Details
-
addAuthenticationListener
void addAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener) -
removeAuthenticationListener
void removeAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener)
-