Uses of Interface
org.apache.shiro.subject.MutablePrincipalCollection

Packages that use MutablePrincipalCollection
org.apache.shiro.subject 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 MutablePrincipalCollection
 class SimplePrincipalCollection
          A simple implementation of the MutablePrincipalCollection interface that tracks principals internally by storing them in a LinkedHashMap.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.