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 providing full support for redirected login forms.
HttpServiceAuthFilter An interface to FORM BASED authentication as described in the Servlet API Specification Version 2.3 accessed as a service without redirections to separete login forms.
HttpSspiAuthFilter An interface to SSPI authentication scheme as specified by Microsoft Windows API.
MsisdnAuthFilter An interface to MSISDN authentication scheme using the terminal id as user credentials.
SSLCertAuthFilter An implementation of the CLIENT_CERT authentication scheme.
 

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 A deafult implementation of HttpBasicAuthFilter.
DefaultHttpDigestAuthFilter A default implementation of HttpDigestAuthFilter.
DefaultHttpFormAuthFilter An default implementation of HttpFormAuthFilter.
DefaultHttpServiceAuthFilter A default implementation of HttpServiceAuthFilter.
DefaultHttpSspiAuthFilter A default implementation of HttpSspiAuthFilter.
DefaultMsisdnAuthFilter A default implementation of MsisdnAuthFilter.
DefaultSSLCertAuthFilter A default implementation of HttpSSLCertAuthFilter.
SessionChallenge A challenge adapter to be maintain in a session to release its resources when unbound.
 

Enum Summary
DefaultHttpServiceAuthFilter.LoginStatus The login status.
 



Copyright © 2004 The Norther Organization. All rights reserved.