Uses of Interface
org.apache.shiro.authc.Authenticator

Packages that use Authenticator
Package
Description
Core interfaces and exceptions concerning Authentication (the act of logging-in).
Support for PAM, or Pluggable Authentication Modules, which is the capability to authenticate a user against multiple configurable (pluggable) modules (Shiro calls these Realms).
Provides the master SecurityManager interface and a default implementation hierarchy for managing all aspects of Shiro's functionality in an application.