org.norther.tammi.spray.engine
Class DefaultSecuredFilter
java.lang.Object
org.norther.tammi.core.base.Adaptee
org.norther.tammi.spray.filter.DefaultFilter
org.norther.tammi.spray.engine.DefaultSecuredFilter
- All Implemented Interfaces:
- Serializable, NotificationBroadcaster, NotificationEmitter, Filter, Manageable, MBeanDelegate, SecuredFilter
public class DefaultSecuredFilter
- extends DefaultFilter
- implements SecuredFilter
A default implementation of SecuredFilter.
- Author:
- Ilkka Priha
- See Also:
- Serialized Form
| Methods inherited from class org.norther.tammi.core.base.Adaptee |
addAdaptee, addNotificationListener, getAttributeSupport, getBroker, getCanonicalName, getDomain, getFactory, getLoader, getLog, getLog, getMBean, getMBeanServer, getNotificationInfo, getObjectName, getRegistrationTime, getSequenceNumber, hasListeners, isRegistered, postmanaged, premanaged, removeNotificationListener, removeNotificationListener, sendNotification, sendNotification, sendNotification, sendNotification, unmanaged, unregister |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSecuredFilter
public DefaultSecuredFilter()
- Constructs a new filter.
isInsecureSessionsInvalidated
public boolean isInsecureSessionsInvalidated()
- Description copied from interface:
SecuredFilter
- Checks whether insecure sessions are invalidated before switching to
secured transmission.
- Specified by:
isInsecureSessionsInvalidated in interface SecuredFilter
- Returns:
- true if insecure sessions are invalidated, false otherwise.
setInsecureSessionsInvalidated
public void setInsecureSessionsInvalidated(boolean flag)
- Description copied from interface:
SecuredFilter
- Sets whether insecure sessions are invalidated before switching to
secured transmission.
- Specified by:
setInsecureSessionsInvalidated in interface SecuredFilter
- Parameters:
flag - true is insecure sessions are invalidated, false otherwise.
doFilter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws ServletException,
IOException
- Specified by:
doFilter in interface Filter- Overrides:
doFilter in class DefaultFilter
- Throws:
ServletException
IOException
Copyright © 2004 The Norther Organization. All rights reserved.