Uses of Package
org.apache.shiro.authc.pam
-
Packages that use org.apache.shiro.authc.pam 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 theseRealm
s). -
Classes in org.apache.shiro.authc.pam used by org.apache.shiro.authc.pam Class Description AbstractAuthenticationStrategy Abstract base implementation for Shiro's concreteAuthenticationStrategy
implementations.AuthenticationStrategy AAuthenticationStrategy
implementation assists theModularRealmAuthenticator
during the log-in process in a pluggable realm (PAM) environment.