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