Example usage for org.springframework.security.web.savedrequest HttpSessionRequestCache subclass-usage

List of usage examples for org.springframework.security.web.savedrequest HttpSessionRequestCache subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.savedrequest HttpSessionRequestCache subclass-usage.

Usage

From source file org.lightadmin.core.web.security.LightAdminRequestCache.java

/**
 * This implementation of {@code RequestCache} stores request in HttpSession as
 * LigtAdmin-specific attribute.
 */
public class LightAdminRequestCache extends HttpSessionRequestCache {

From source file com.epam.cme.storefront.security.impl.WebHttpSessionRequestCache.java

/**
 * Extension of HttpSessionRequestCache that allows pass through of cookies from the current
 * request. This is required to allow the GUIDInterceptor to see the secure cookie written during
 * authentication.
 * 
 * The <tt>RequestCache</tt> stores the <tt>SavedRequest</tt> in the HttpSession, this is then

From source file com.exxonmobile.ace.hybris.storefront.security.impl.WebHttpSessionRequestCache.java

/**
 * Extension of HttpSessionRequestCache that allows pass through of cookies from the current request. This is required
 * to allow the GUIDInterceptor to see the secure cookie written during authentication. The <tt>RequestCache</tt> stores
 * the <tt>SavedRequest</tt> in the HttpSession, this is then restored perfectly. Unfortunately the saved request also
 * hides new cookies that have been written since the saved request was created. This implementation allows the current
 * request's cookie values to override the cookies within the saved request.

From source file com.mitre.storefront.security.impl.WebHttpSessionRequestCache.java

/**
 * Extension of HttpSessionRequestCache that allows pass through of cookies from the current request. This is required
 * to allow the GUIDInterceptor to see the secure cookie written during authentication. The <tt>RequestCache</tt> stores
 * the <tt>SavedRequest</tt> in the HttpSession, this is then restored perfectly. Unfortunately the saved request also
 * hides new cookies that have been written since the saved request was created. This implementation allows the current
 * request's cookie values to override the cookies within the saved request.

From source file com.jnj.b2b.storefront.security.impl.WebHttpSessionRequestCache.java

/**
 * Extension of HttpSessionRequestCache that allows pass through of cookies from the current request. This is required
 * to allow the GUIDInterceptor to see the secure cookie written during authentication. The <tt>RequestCache</tt> stores
 * the <tt>SavedRequest</tt> in the HttpSession, this is then restored perfectly. Unfortunately the saved request also
 * hides new cookies that have been written since the saved request was created. This implementation allows the current
 * request's cookie values to override the cookies within the saved request.

From source file com.octanner.storefront.security.impl.WebHttpSessionRequestCache.java

/**
 * Extension of HttpSessionRequestCache that allows pass through of cookies from the current request. This is required
 * to allow the GUIDInterceptor to see the secure cookie written during authentication. The <tt>RequestCache</tt> stores
 * the <tt>SavedRequest</tt> in the HttpSession, this is then restored perfectly. Unfortunately the saved request also
 * hides new cookies that have been written since the saved request was created. This implementation allows the current
 * request's cookie values to override the cookies within the saved request.

From source file com.acc.storefront.security.impl.WebHttpSessionRequestCache.java

/**
 * Extension of HttpSessionRequestCache that allows pass through of cookies from the current request. This is required
 * to allow the GUIDInterceptor to see the secure cookie written during authentication.
 * 
 * The <tt>RequestCache</tt> stores the <tt>SavedRequest</tt> in the HttpSession, this is then restored perfectly.
 * Unfortunately the saved request also hides new cookies that have been written since the saved request was created.

From source file org.vinmonopolet.storefront.security.impl.WebHttpSessionRequestCache.java

/**
 * Extension of HttpSessionRequestCache that allows pass through of cookies from the current request. This is required
 * to allow the GUIDInterceptor to see the secure cookie written during authentication.
 * 
 * The <tt>RequestCache</tt> stores the <tt>SavedRequest</tt> in the HttpSession, this is then restored perfectly.
 * Unfortunately the saved request also hides new cookies that have been written since the saved request was created.

From source file com.hep.storefront.security.impl.WebHttpSessionRequestCache.java

/**
 * Extension of HttpSessionRequestCache that allows pass through of cookies from the current request. This is required
 * to allow the GUIDInterceptor to see the secure cookie written during authentication.
 * 
 * The <tt>RequestCache</tt> stores the <tt>SavedRequest</tt> in the HttpSession, this is then restored perfectly.
 * Unfortunately the saved request also hides new cookies that have been written since the saved request was created.

From source file com.mysite.storefront.security.impl.WebHttpSessionRequestCache.java

/**
 * Extension of HttpSessionRequestCache that allows pass through of cookies from the current request. This is required
 * to allow the GUIDInterceptor to see the secure cookie written during authentication.
 * 
 * The <tt>RequestCache</tt> stores the <tt>SavedRequest</tt> in the HttpSession, this is then restored perfectly.
 * Unfortunately the saved request also hides new cookies that have been written since the saved request was created.