Uses of Interface
org.apache.shiro.subject.MutablePrincipalCollection
-
Packages that use MutablePrincipalCollection Package Description org.apache.shiro.subject Components supporting theSubjectinterface, 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 classSimplePrincipalCollectionA simple implementation of theMutablePrincipalCollectioninterface that tracks principals internally by storing them in aLinkedHashMap.
-