Uses of Interface
org.apache.shiro.authc.MergableAuthenticationInfo
-
Packages that use MergableAuthenticationInfo Package Description org.apache.shiro.authc Core interfaces and exceptions concerning Authentication (the act of logging-in). -
-
Uses of MergableAuthenticationInfo in org.apache.shiro.authc
Classes in org.apache.shiro.authc that implement MergableAuthenticationInfo Modifier and Type Class Description class
SimpleAccount
Simple implementation of theAccount
interface 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.class
SimpleAuthenticationInfo
Simple implementation of theMergableAuthenticationInfo
interface that holds the principals and credentials.
-