JSecurity

Package org.jsecurity.web

Framework support for any web-enabled application.

See:
          Description

Class Summary
DefaultWebSecurityManager SecurityManager implementation that should be used in web-based applications or any application that requires HTTP connectivity (SOAP, http remoting, etc).
RedirectView View that redirects to an absolute, context relative, or current request relative URL, exposing all model attributes as HTTP query parameters.
SavedRequest Maintains request data for a request that was redirected, so that after authentication the user can be redirected to the originally requested page.
WebRememberMeManager Remembers a Subject's identity by using a WebAttribute instance to retain the identity value between web requests.
WebUtils Simple utility class for operations used across multiple class hierarchies in the web framework code.
 

Package org.jsecurity.web Description

Framework support for any web-enabled application.


JSecurity

Copyright © 2004-2008 JSecurity.