Uses of Interface
org.wildfly.security.http.HttpServerCookie
Packages that use HttpServerCookie
Package
Description
Package containing the HTTP based authentication APIs, SPIs and related classes.
Implementation classes which do not form part of the public API.
-
Uses of HttpServerCookie in org.wildfly.security.http
Methods in org.wildfly.security.http that return HttpServerCookieModifier and TypeMethodDescriptionstatic HttpServerCookieHttpServerCookie.getInstance(String name, String value, String domain, int maxAge, String path, boolean secure, int version, boolean httpOnly) Returns a new instance representingHttpServerCookieMethods in org.wildfly.security.http that return types with arguments of type HttpServerCookieModifier and TypeMethodDescriptionHttpExchangeSpi.getCookies()Returns aListcontaining all of theHttpServerCookieobjects the client sent with this request.HttpServerRequest.getCookies()Returns aListcontaining all of theHttpServerCookieobjects the client sent with this request, or an emptyListif no cookies were included in the request.HttpServerRequestWrapper.getCookies()Methods in org.wildfly.security.http with parameters of type HttpServerCookieModifier and TypeMethodDescriptionvoidHttpExchangeSpi.setResponseCookie(HttpServerCookie cookie) Sets a response cookie.voidHttpServerResponse.setResponseCookie(HttpServerCookie cookie) Sets a response cookie -
Uses of HttpServerCookie in org.wildfly.security.http.impl
Methods in org.wildfly.security.http.impl that return types with arguments of type HttpServerCookie