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 de.hybris.platform.yacceleratorstorefront.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 de.hybris.platform.ebookb2bacceleratorstorefront.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.razorfish.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.epam.training.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 de.hybris.platform.ychinaaccelerator.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 pl.orange.opl.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 de.hybris.telcotrail.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 de.hybris.platform.ytelcoacceleratorstorefront.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.