Uses of Interface
org.apache.shiro.authc.SaltedAuthenticationInfo
Packages that use SaltedAuthenticationInfo
Package
Description
Core interfaces and exceptions concerning Authentication (the act of logging-in).
-
Uses of SaltedAuthenticationInfo in org.apache.shiro.authc
Classes in org.apache.shiro.authc that implement SaltedAuthenticationInfoModifier and TypeClassDescriptionclassSimple implementation of theAccountinterface that contains principal and credential and authorization information (roles and permissions) as instance variables and exposes them via getters and setters using standard JavaBean notation.classSimple implementation of theMergableAuthenticationInfointerface that holds the principals and credentials.