Uses of Class
org.apache.shiro.authc.AbstractAuthenticator
Packages that use AbstractAuthenticator
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).-
Uses of AbstractAuthenticator in org.apache.shiro.authc.pam
Subclasses of AbstractAuthenticator in org.apache.shiro.authc.pamModifier and TypeClassDescriptionclassAModularRealmAuthenticatordelegates account lookups to a pluggable (modular) collection ofRealms.