Uses of Class
org.pac4j.core.context.Cookie
Packages that use Cookie
-
Uses of Cookie in org.pac4j.core.context
Methods in org.pac4j.core.context that return CookieModifier and TypeMethodDescriptionstatic CookieWebContextHelper.getCookie(Collection<Cookie> cookies, String name) Get a specific cookie by its name.static CookieWebContextHelper.getCookie(WebContext context, String name) Get a specific cookie by its name.Methods in org.pac4j.core.context that return types with arguments of type CookieMethods in org.pac4j.core.context with parameters of type CookieModifier and TypeMethodDescriptionvoidWebContext.addResponseCookie(Cookie cookie) Adds cookies to the responsestatic StringWebContextHelper.createCookieHeader(Cookie cookie) Custom method for adding cookie because the servlet-api version doesn't support SameSite attributes.Method parameters in org.pac4j.core.context with type arguments of type CookieModifier and TypeMethodDescriptionstatic CookieWebContextHelper.getCookie(Collection<Cookie> cookies, String name) Get a specific cookie by its name.