Example usage for javax.servlet.http HttpSessionAttributeListener interface-usage

List of usage examples for javax.servlet.http HttpSessionAttributeListener interface-usage

Introduction

In this page you can find the example usage for javax.servlet.http HttpSessionAttributeListener interface-usage.

Usage

From source file org.everit.authentication.cas.CasAuthentication.java

/**
 * The implementation that supports CAS authentication.
 * <p>
 * <b>Implemented interfaces</b>
 * </p>
 * <ul>

From source file org.everit.osgi.authentication.cas.internal.CasAuthenticationComponent.java

/**
 * A component that supports CAS authentication. The following cases are handled by this component:
 * <ul>
 * <li><b>CAS service ticket validation</b>: If the request contains a CAS service ticket, it will be validated on the
 * CAS server by invoking its service ticket validation URL. If the ticket is valid and the returned principal
 * (username) can be mapped to a Resource ID, then the Resource ID will be assigned to the session.</li>

From source file org.jahia.bin.listeners.JahiaContextLoaderListener.java

/**
 * Entry point and startup/shutdown listener for all Jahia services, including Spring application context, OSGi platform service etc.
 *
 * @author Serge Huber
 */
public class JahiaContextLoaderListener extends PortalStartupListener implements ServletRequestListener,