Package org.keycloak.services.util
Class CacheControlUtil
- java.lang.Object
-
- org.keycloak.services.util.CacheControlUtil
-
public class CacheControlUtil extends Object
- Author:
- Stian Thorgersen
-
-
Constructor Summary
Constructors Constructor Description CacheControlUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.ws.rs.core.CacheControl
getDefaultCacheControl()
static void
noBackButtonCacheControlHeader(KeycloakSession session)
static javax.ws.rs.core.CacheControl
noCache()
-
-
-
Method Detail
-
noBackButtonCacheControlHeader
public static void noBackButtonCacheControlHeader(KeycloakSession session)
-
getDefaultCacheControl
public static javax.ws.rs.core.CacheControl getDefaultCacheControl()
-
noCache
public static javax.ws.rs.core.CacheControl noCache()
-
-