Interface AuthenticationListenerRegistrar

All Known Subinterfaces:
Authenticator
All Known Implementing Classes:
ModularRealmAuthenticator

public interface AuthenticationListenerRegistrar
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener)
     
    void
    removeAuthenticationListener(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)