org.norther.tammi.spray.authenticator
Interface HttpSspiAuthFilter

All Superinterfaces:
AuthenticatorFilter, Filter
All Known Implementing Classes:
DefaultHttpSspiAuthFilter

public interface HttpSspiAuthFilter
extends AuthenticatorFilter

An interface to SSPI authentication scheme as specified by Microsoft Windows API.

Version:
$Id: HttpSspiAuthFilter.java,v 1.14 2009/09/28 15:08:28 cvsimp Exp $
Author:
Ilkka Priha

Field Summary
static String NEGOTIATE_AUTH
          Negotiate authentication.
static String NTLM_AUTH
          NTLM authentication.
 
Method Summary
 
Methods inherited from interface org.norther.tammi.spray.authenticator.AuthenticatorFilter
authenticate, authenticate, authenticate, getAuthDomain, getAuthType, getFaultyUser, getLoginAttempts, getLoginAttempts, getLogoutFlow, getLogoutHost, getLogoutPipe, getLogoutService, getLogoutTemplate, getLogoutURI, getLogoutURL, getPublicRealmName, getRealmDomain, getRealmName, getUnauthorizedTemplate, getUserURL, isAnonymousPrincipalAccepted, isAuthenticationRequired, isAutoLoginEnabled, isCachedPrincipalDiscarded, isUserInRole, setAnonymousPrincipalAccepted, setAuthDomain, setAuthenticationRequired, setAutoLoginEnabled, setCachedPrincipalDiscarded, setLoginAttempts, setLogoutFlow, setLogoutHost, setLogoutPipe, setLogoutService, setLogoutTemplate, setLogoutURI, setPublicRealmName, setRealmName, setUnauthorizedTemplate, unauthenticated
 
Methods inherited from interface javax.servlet.Filter
destroy, doFilter, init
 

Field Detail

NEGOTIATE_AUTH

static final String NEGOTIATE_AUTH
Negotiate authentication.

See Also:
Constant Field Values

NTLM_AUTH

static final String NTLM_AUTH
NTLM authentication.

See Also:
Constant Field Values


Copyright © 2004 The Norther Organization. All rights reserved.