Copyright© 2008-2026 Sitevision AB, all rights reserved.
public interface AuthenticationFilterChain
JAAS interface for request filter chains that want to handle web interactions in order to get login data.
Important legacy note! As of Sitevision 3 this interface has been moved (from package senselogic.sitevision.security.jaas.filter.api). Previously implemented custom JAAS filters/modules using this interface must be re-compiled in order to run in Sitevision 3.| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(HttpServletRequest aRequest,
HttpServletResponse aResponse,
Map<String,?> aSharedState,
AuthenticationFilterChain aChain)
A filter chain that can be used to populate the shared state and/or options for a JAAS login module.
|
void doFilter(HttpServletRequest aRequest,
HttpServletResponse aResponse,
Map<String,?> aSharedState,
AuthenticationFilterChain aChain)
throws IOException,
javax.servlet.ServletException,
LoginException
aRequest - the requestaResponse - the responseaSharedState - a shared state mapaChain - a filter chainIOException - if an I/O problem occurredjavax.servlet.ServletException - if the web containerLoginException - if login attempt failedSitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2026 Sitevision AB, all rights reserved.