org.norther.tammi.spray.authenticator
Interface CachedAuthFilter

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

public interface CachedAuthFilter
extends AuthenticatorFilter

An interface that provides access to a cached principal.

Author:
Ilkka Priha

Field Summary
static String CACHED_AUTH
          Cached 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

CACHED_AUTH

static final String CACHED_AUTH
Cached authentication.

See Also:
Constant Field Values


Copyright © 2004 The Norther Organization. All rights reserved.