Uses of Interface
org.apache.shiro.authc.AuthenticationListener
-
Packages that use AuthenticationListener Package Description org.apache.shiro.authc 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 AuthenticationListener Modifier and Type Method Description Collection<AuthenticationListener>AbstractAuthenticator. getAuthenticationListeners()Returns theAuthenticationListeners that should be notified during authentication attempts.Method parameters in org.apache.shiro.authc with type arguments of type AuthenticationListener Modifier and Type Method Description voidAbstractAuthenticator. setAuthenticationListeners(Collection<AuthenticationListener> listeners)Sets theAuthenticationListeners that should be notified during authentication attempts.
-