Package | Description |
---|---|
org.apache.shiro.authc.pam |
Support for PAM, or Pluggable Authentication Modules, which is
the capability to authenticate a user against multiple configurable (pluggable) modules (Shiro
calls these
Realm s). |
Modifier and Type | Class and Description |
---|---|
class |
ModularRealmAuthenticator
A
ModularRealmAuthenticator delgates account lookups to a pluggable (modular) collection of
Realm s. |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.