hunt.shiro.session.Session

Undocumented in source.

Members

Aliases

Date
alias Date = long
Undocumented in source.
ShiroSession
alias ShiroSession = Session
Undocumented in source.

Interfaces

Session
interface Session

A {@code Session} is a stateful data context associated with a single Subject (user, daemon process, etc) who interacts with a software system over a period of time. <p/> A {@code Session} is intended to be managed by the business tier and accessible via other tiers without being tied to any given client technology. This is a <em>great</em> benefit to Java systems, since until now, the only viable session mechanisms were the {@code javax.servlet.http.HttpSession} or Stateful Session EJB's, which many times unnecessarily coupled applications to web or ejb technologies.

Meta