Package org.seedstack.seed.security
Class SecurityConfig.CacheConfig
- java.lang.Object
-
- org.seedstack.seed.security.SecurityConfig.CacheConfig
-
- Enclosing class:
- SecurityConfig
@Config("cache") public static class SecurityConfig.CacheConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecurityConfig.CacheConfig.ItemCacheConfig
-
Constructor Summary
Constructors Constructor Description CacheConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityConfig.CacheConfig.ItemCacheConfigauthentication()SecurityConfig.CacheConfig.ItemCacheConfigauthorization()Class<? extends org.apache.shiro.cache.CacheManager>getManager()booleanisEnabled()SecurityConfig.CacheConfigsetEnabled(boolean enabled)SecurityConfig.CacheConfigsetManager(Class<? extends org.apache.shiro.cache.CacheManager> manager)
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public SecurityConfig.CacheConfig setEnabled(boolean enabled)
-
authentication
public SecurityConfig.CacheConfig.ItemCacheConfig authentication()
-
authorization
public SecurityConfig.CacheConfig.ItemCacheConfig authorization()
-
getManager
public Class<? extends org.apache.shiro.cache.CacheManager> getManager()
-
setManager
public SecurityConfig.CacheConfig setManager(Class<? extends org.apache.shiro.cache.CacheManager> manager)
-
-