JSecurity

Uses of Interface
org.jsecurity.web.attr.WebAttribute

Packages that use WebAttribute
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. 
 

Uses of WebAttribute in org.jsecurity.web
 

Fields in org.jsecurity.web declared as WebAttribute
protected  WebAttribute<String> WebRememberMeManager.identityAttribute
           
 

Methods in org.jsecurity.web that return WebAttribute
 WebAttribute<String> WebRememberMeManager.getIdentityAttribute()
           
 

Methods in org.jsecurity.web with parameters of type WebAttribute
 void WebRememberMeManager.setIdentityAttribute(WebAttribute<String> identityAttribute)
           
 

Uses of WebAttribute in org.jsecurity.web.attr
 

Classes in org.jsecurity.web.attr that implement WebAttribute
 class AbstractWebAttribute<T>
          Convenient superclass for implementations of the WebAttribute interface.
 class CookieAttribute<T>
          A CookieAttribute stores an object as a Cookie for access on later requests.
 class RequestParamAttribute<T>
           
 


JSecurity

Copyright © 2004-2008 JSecurity.