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

Packages that use AuthenticationInfo
Package
Description
Core interfaces and exceptions concerning Authentication (the act of logging-in).
Support for validating credentials (such as passwords or X509 certificates) during authentication via the CredentialsMatcher interface and its supporting implementations.
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.
Components and sub-packages used in supporting the core Realm interface.
Realms that acquire security data from a Microsoft Active Directory.
Realms that acquire security data from an RDBMS (Relational Database Management System) using the JDBC API.
Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server utilizing LDAP/Naming APIs.
Components supporting the Subject interface, the most important concept in Shiro's API.
Concrete support implementations of most of the org.apache.shiro.subject interfaces.