org.norther.tammi.spray.authenticator
Interface TerminalAuthFilter

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

public interface TerminalAuthFilter
extends AuthenticatorFilter

An interface to TERM authentication scheme using the terminal id as user credentials.

Author:
Ilkka Priha

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

Field Detail

TERM_AUTH

static final String TERM_AUTH
Terminal authentication.

See Also:
Constant Field Values


Copyright © 2004 The Norther Organization. All rights reserved.