Package net.spy.jwebkit.auth

Interface Summary
AuthAdaptor Authentication adaptor to return whether a role is available to a principal.
DigestSupportAuthAdaptor AuthAdaptor with support for digest authenticators.
PasswordCheckingAuthAdaptor AuthAdaptor subinterface for authenticators that can perform simple password authentication validation (i.e.
 

Class Summary
AuthFilter ServletFilter to intercept requests and ensure they're authenticated and authorized.
BasicAuthFilter Filter for providing basic authentication support.
BasicOrDigestAuthFilter AuthFilter that will use either basic or digest authentication.
DigestAuthFilter AuthFilter implementating digest authentication.
FormAuthFilter Handler for form-based authenticators.
PropPasswdAuthAdaptor  
SimpleAuthAdaptor PasswordCheckingAuthAdaptor that returns true for any user when the role is authenticated, and returns a Principal for any user with the password of mypass.
 

Enum Summary
DigestAuthFilter.ValidationState Validation states for digest authentication.
 



Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.