Package org.keycloak.services.util
Class CacheControlUtil
- java.lang.Object
- 
- org.keycloak.services.util.CacheControlUtil
 
- 
 public class CacheControlUtil extends Object - Author:
- Stian Thorgersen
 
- 
- 
Constructor SummaryConstructors Constructor Description CacheControlUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.ws.rs.core.CacheControlgetDefaultCacheControl()static voidnoBackButtonCacheControlHeader(KeycloakSession session)static javax.ws.rs.core.CacheControlnoCache()
 
- 
- 
- 
Method Detail- 
noBackButtonCacheControlHeaderpublic static void noBackButtonCacheControlHeader(KeycloakSession session) 
 - 
getDefaultCacheControlpublic static javax.ws.rs.core.CacheControl getDefaultCacheControl() 
 - 
noCachepublic static javax.ws.rs.core.CacheControl noCache() 
 
- 
 
-