Uses of Interface
net.shibboleth.utilities.java.support.primitive.NonnullSupplier
-
Packages that use NonnullSupplier Package Description net.shibboleth.utilities.java.support.net Classes for working with HTTP URLs and the protocol.net.shibboleth.utilities.java.support.primitive A set of utilities dealing with Java's primitive types. -
-
Uses of NonnullSupplier in net.shibboleth.utilities.java.support.net
Classes in net.shibboleth.utilities.java.support.net that implement NonnullSupplier Modifier and Type Class Description classThreadLocalHttpServletRequestSupplierAn implementation ofNonnullSupplierofHttpServletRequests which looks up the current thread-local servlet request obtained fromHttpServletRequestResponseContext.classThreadLocalHttpServletResponseSupplierAn implementation ofNonnullSupplierofHttpServletResponses which looks up the current thread-local servlet response obtained fromHttpServletRequestResponseContext.Fields in net.shibboleth.utilities.java.support.net declared as NonnullSupplier Modifier and Type Field Description private NonnullSupplier<javax.servlet.http.HttpServletRequest>CookieManager. httpRequestSupplierSupplier for the servlet request to read from.private NonnullSupplier<javax.servlet.http.HttpServletResponse>CookieManager. httpResponseSupplierSupplier for the servlet response to write to.Methods in net.shibboleth.utilities.java.support.net with parameters of type NonnullSupplier Modifier and Type Method Description voidCookieManager. setHttpServletRequestSupplier(NonnullSupplier<javax.servlet.http.HttpServletRequest> requestSupplier)Set the Supplier for the servlet request to read from.voidCookieManager. setHttpServletResponseSupplier(NonnullSupplier<javax.servlet.http.HttpServletResponse> responseSupplier)Set the supplier for the servlet response to write to. -
Uses of NonnullSupplier in net.shibboleth.utilities.java.support.primitive
Methods in net.shibboleth.utilities.java.support.primitive that return NonnullSupplier Modifier and Type Method Description static <T> NonnullSupplier<T>NonnullSupplier. of(T input)Return aNonnullSupplierthat returns the input argument.
-