org.norther.tammi.spray.authenticator
Interface SSLCertAuthFilter

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

public interface SSLCertAuthFilter
extends AuthenticatorFilter

An implementation of the CLIENT_CERT authentication scheme.

Author:
Ilkka Priha

Field Summary
static String CLIENT_CERT_AUTH
          Client certificate 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

CLIENT_CERT_AUTH

static final String CLIENT_CERT_AUTH
Client certificate authentication.

See Also:
Constant Field Values


Copyright © 2004 The Norther Organization. All rights reserved.