Package org.norther.tammi.spray.authenticator

Interface Summary
AuthenticatorFilter An interface to authenticator filters.
CachedAuthFilter An interface that provides access to a cached principal.
HttpBasicAuthFilter An interface to BASIC authentication scheme as specified in RFC2617.
HttpDigestAuthFilter An interface to DIGEST authentication scheme as specified in RFC2617.
HttpFormAuthFilter An interface to FORM BASED authentication as described in the Servlet API Specification Version 2.3.
HttpSspiAuthFilter An interface to SSPI authentication scheme as specified by Microsoft Windows API.
SSLCertAuthFilter An implementation of the CLIENT_CERT authentication scheme.
TerminalAuthFilter An interface to TERM authentication scheme using the terminal id as user credentials.
 

Class Summary
AbstractAuthenticatorFilter An abstract implementation of AuthenticatorFilter providing the base functionality for subclasses implementing specific authentication schemes.
DefaultCachedAuthFilter A default implementation of CachedAuthFilter.
DefaultHttpBasicAuthFilter An implementation of the BASIC authentication scheme.
DefaultHttpDigestAuthFilter An implementation of the DIGEST authentication sheme.
DefaultHttpFormAuthFilter An implementation of the FORM BASED authentication.
DefaultHttpSspiAuthFilter An implementation of the SSPI authentication sheme.
DefaultSSLCertAuthFilter An implementation of the CLIENT_CERT authentication scheme.
DefaultTerminalAuthFilter An implementation of the TERM authentication scheme.
 



Copyright © 2004 The Norther Organization. All rights reserved.