Uses of Package
org.apache.shiro.authc.pam
Packages that use org.apache.shiro.authc.pam
Package
Description
Support for PAM, or Pluggable Authentication Modules, which is
the capability to authenticate a user against multiple configurable (pluggable) modules (Shiro
calls these
Realms).-
Classes in org.apache.shiro.authc.pam used by org.apache.shiro.authc.pamClassDescriptionAbstract base implementation for Shiro's concrete
AuthenticationStrategyimplementations.AAuthenticationStrategyimplementation assists theModularRealmAuthenticatorduring the log-in process in a pluggable realm (PAM) environment.