Uses of Class
org.apache.shiro.authc.pam.AbstractAuthenticationStrategy
-
Packages that use AbstractAuthenticationStrategy 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 theseRealms). -
-
Uses of AbstractAuthenticationStrategy in org.apache.shiro.authc.pam
Subclasses of AbstractAuthenticationStrategy in org.apache.shiro.authc.pam Modifier and Type Class Description classAllSuccessfulStrategyAuthenticationStrategy implementation that requires all configured realms to successfully process the submitted AuthenticationToken during the log-in attempt.classAtLeastOneSuccessfulStrategyAuthenticationStrategy implementation that requires at least one configured realm to successfully process the submitted AuthenticationToken during the log-in attempt.classFirstSuccessfulStrategyAuthenticationStrategyimplementation that only accepts the account data from the first successfully consulted Realm and ignores all subsequent realms.
-