public interface Authenticator extends org.apache.shiro.authc.Authenticator, AuthenticationListenerRegistrar
Modifier and Type | Method and Description |
---|---|
void |
setRealms(Collection<org.apache.shiro.realm.Realm> realms)
Sets all realms used by this Authenticator, providing PAM (Pluggable Authentication Module) configuration.
|
addAuthenticationListener, removeAuthenticationListener
void setRealms(Collection<org.apache.shiro.realm.Realm> realms)
realms
- the realms to consult during authentication attempts.Copyright © 2004–2015. All rights reserved.