|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractAuthenticationStrategy | |
|---|---|
| org.jsecurity.authc.pam | Support for PAM, or Pluggable Authentication Modules, which is
the capability to authenticate a user against multiple configurable (pluggable) modules (JSecurity
calls these Realms). |
| Uses of AbstractAuthenticationStrategy in org.jsecurity.authc.pam |
|---|
| Subclasses of AbstractAuthenticationStrategy in org.jsecurity.authc.pam | |
|---|---|
class |
AllSuccessfulModularAuthenticationStrategy
ModularAuthenticationStrategy implementation that requires all configured realms to successfully process the submitted AuthenticationToken during the log-in attempt. |
class |
AtLeastOneSuccessfulModularAuthenticationStrategy
ModularAuthenticationStrategy implementation that requires at least one configured realm to successfully process the submitted AuthenticationToken during the log-in attempt. |
class |
FirstSuccessfulAuthenticationStrategy
ModularAuthenticationStrategy implementation that only accepts the account data from
the first successfully consulted Realm and ignores all subsequent realms. |
|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||