Uses of Interface
org.apache.shiro.authc.AuthenticationListener
Packages that use AuthenticationListener
Package
Description
Core interfaces and exceptions concerning Authentication (the act of logging-in).
-
Uses of AuthenticationListener in org.apache.shiro.authc
Methods in org.apache.shiro.authc that return types with arguments of type AuthenticationListenerModifier and TypeMethodDescriptionAbstractAuthenticator.getAuthenticationListeners()Returns theAuthenticationListeners that should be notified during authentication attempts.Method parameters in org.apache.shiro.authc with type arguments of type AuthenticationListenerModifier and TypeMethodDescriptionvoidAbstractAuthenticator.setAuthenticationListeners(Collection<AuthenticationListener> listeners) Sets theAuthenticationListeners that should be notified during authentication attempts.