Uses of Interface
org.apache.shiro.subject.MutablePrincipalCollection
-
Packages that use MutablePrincipalCollection Package Description org.apache.shiro.subject Components supporting theSubject
interface, the most important concept in Shiro's API. -
-
Uses of MutablePrincipalCollection in org.apache.shiro.subject
Classes in org.apache.shiro.subject that implement MutablePrincipalCollection Modifier and Type Class Description class
SimplePrincipalCollection
A simple implementation of theMutablePrincipalCollection
interface that tracks principals internally by storing them in aLinkedHashMap
.
-