Uses of Interface
org.apache.shiro.subject.PrincipalMap
-
Packages that use PrincipalMap Package Description org.apache.shiro.subject Components supporting theSubject
interface, the most important concept in Shiro's API. -
-
Uses of PrincipalMap in org.apache.shiro.subject
Classes in org.apache.shiro.subject that implement PrincipalMap Modifier and Type Class Description class
SimplePrincipalMap
Default implementation of thePrincipalMap
interface.
-