hunt.shiro.subject.support.DefaultSubjectContext

Undocumented in source.

Members

Classes

DefaultSubjectContext
class DefaultSubjectContext

Default implementation of the {@link SubjectContext} interface. Note that the getters and setters are not simple pass-through methods to an underlying attribute; the getters will employ numerous heuristics to acquire their data attribute as best as possible (for example, if {@link #getPrincipals} is invoked, if the principals aren't in the backing map, it might check to see if there is a subject or session in the map and attempt to acquire the principals from those objects).

Meta