Package org.keycloak.cookie
Interface CookieProvider
- All Superinterfaces:
Provider
- All Known Implementing Classes:
DefaultCookieProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
expire
(CookieType cookieType) get
(CookieType cookieType) void
set
(CookieType cookieType, String value) void
set
(CookieType cookieType, String value, int maxAge)
-
Method Details
-
set
-
set
-
get
-
expire
-