Uses of Interface
net.shibboleth.utilities.java.support.primitive.NonnullSupplier
Packages that use NonnullSupplier
Package
Description
Classes for working with HTTP URLs and the protocol.
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 NonnullSupplierModifier and TypeClassDescriptionclassAn implementation ofNonnullSupplierofHttpServletRequests which looks up the current thread-local servlet request obtained fromHttpServletRequestResponseContext.classAn implementation ofNonnullSupplierofHttpServletResponses which looks up the current thread-local servlet response obtained fromHttpServletRequestResponseContext.Fields in net.shibboleth.utilities.java.support.net declared as NonnullSupplierModifier and TypeFieldDescriptionprivate 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 NonnullSupplierModifier and TypeMethodDescriptionvoidCookieManager.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 NonnullSupplierModifier and TypeMethodDescriptionstatic <T> NonnullSupplier<T>NonnullSupplier.of(T input) Return aNonnullSupplierthat returns the input argument.