JSecurity

Package org.jsecurity.web.attr

Supporting implementation of JSecurity's concept of a WebAttribute, a component that can save and recall an object beyond transient requests.

See:
          Description

Interface Summary
WebAttribute<T> A WebAttribute is a storage mechanism for a single object accessible during a web request.
 

Class Summary
AbstractWebAttribute<T> Convenient superclass for implementations of the WebAttribute interface.
CookieAttribute<T> A CookieAttribute stores an object as a Cookie for access on later requests.
RequestParamAttribute<T>  
 

Package org.jsecurity.web.attr Description

Supporting implementation of JSecurity's concept of a WebAttribute, a component that can save and recall an object beyond transient requests.


JSecurity

Copyright © 2004-2008 JSecurity.