JSecurity

Uses of Package
org.jsecurity.web.attr

Packages that use org.jsecurity.web.attr
org.jsecurity.web Framework support for any web-enabled application. 
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. 
org.jsecurity.web.session Components supporting Session management in web-enabled applications. 
 

Classes in org.jsecurity.web.attr used by org.jsecurity.web
WebAttribute
          A WebAttribute is a storage mechanism for a single object accessible during a web request.
 

Classes in org.jsecurity.web.attr used by org.jsecurity.web.attr
AbstractWebAttribute
          Convenient superclass for implementations of the WebAttribute interface.
WebAttribute
          A WebAttribute is a storage mechanism for a single object accessible during a web request.
 

Classes in org.jsecurity.web.attr used by org.jsecurity.web.session
CookieAttribute
          A CookieAttribute stores an object as a Cookie for access on later requests.
RequestParamAttribute
           
 


JSecurity

Copyright © 2004-2008 JSecurity.