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 |
AllSuccessfulStrategy
AuthenticationStrategy implementation that requires all configured realms to
successfully process the submitted AuthenticationToken during the log-in attempt.
|
class |
AtLeastOneSuccessfulStrategy
AuthenticationStrategy implementation that requires at least one configured realm to
successfully process the submitted AuthenticationToken during the log-in attempt.
|
class |
FirstSuccessfulStrategy
AuthenticationStrategy implementation that only accepts the account data from
the first successfully consulted Realm and ignores all subsequent realms. |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.