Class SimplePrincipalMap

java.lang.Object
org.apache.shiro.subject.SimplePrincipalMap
All Implemented Interfaces:
Serializable, Iterable, Map<String,Object>, PrincipalCollection, PrincipalMap

public class SimplePrincipalMap extends Object implements PrincipalMap
Default implementation of the PrincipalMap interface.

*EXPERIMENTAL for Shiro 1.2 - DO NOT USE YET*

Since:
1.2
See Also: