@Config(value="cache") public static class SecurityConfig.CacheConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecurityConfig.CacheConfig.ItemCacheConfig |
Constructor and Description |
---|
CacheConfig() |
Modifier and Type | Method and Description |
---|---|
SecurityConfig.CacheConfig.ItemCacheConfig |
authentication() |
SecurityConfig.CacheConfig.ItemCacheConfig |
authorization() |
Class<? extends org.apache.shiro.cache.CacheManager> |
getManager() |
boolean |
isEnabled() |
SecurityConfig.CacheConfig |
setEnabled(boolean enabled) |
SecurityConfig.CacheConfig |
setManager(Class<? extends org.apache.shiro.cache.CacheManager> manager) |
public boolean isEnabled()
public SecurityConfig.CacheConfig setEnabled(boolean enabled)
public SecurityConfig.CacheConfig.ItemCacheConfig authentication()
public SecurityConfig.CacheConfig.ItemCacheConfig authorization()
public Class<? extends org.apache.shiro.cache.CacheManager> getManager()
public SecurityConfig.CacheConfig setManager(Class<? extends org.apache.shiro.cache.CacheManager> manager)
Copyright © 2013-2018–2019 SeedStack. All rights reserved.