| 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
AuthenticationListeners that should be notified during authentication
attempts. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAuthenticator.setAuthenticationListeners(Collection<AuthenticationListener> listeners)
Sets the
AuthenticationListeners that should be notified during authentication
attempts. |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.