Package | Description |
---|---|
org.apache.shiro.authc |
Core interfaces and exceptions concerning Authentication (the act of logging-in).
|
Modifier and Type | Method and Description |
---|---|
Collection<AuthenticationListener> |
AbstractAuthenticator.getAuthenticationListeners()
Returns the
AuthenticationListener s that should be notified during authentication
attempts. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAuthenticator.setAuthenticationListeners(Collection<AuthenticationListener> listeners)
Sets the
AuthenticationListener s that should be notified during authentication
attempts. |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.