Package net.shibboleth.sp.messaging.impl
Class RemotedHttpServletRequestSupplier
java.lang.Object
net.shibboleth.sp.messaging.impl.RemotedHttpServletRequestSupplier
- All Implemented Interfaces:
Supplier<HttpServletRequest>,NonnullSupplier<HttpServletRequest>
@NotThreadSafe
public class RemotedHttpServletRequestSupplier
extends Object
implements NonnullSupplier<HttpServletRequest>
An implementation of
NonnullSupplier which looks up the current thread-local
servlet request obtained from RemotedHttpServletRequestResponseContext, raising an
IllegalStateException if null.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemotedHttpServletRequestSupplier
public RemotedHttpServletRequestSupplier()
-
-
Method Details
-
get
- Specified by:
getin interfaceNonnullSupplier<HttpServletRequest>- Specified by:
getin interfaceSupplier<HttpServletRequest>
-