Uses of Class
org.jboss.security.cache.SecurityCacheException
-
Packages that use SecurityCacheException Package Description org.jboss.security.cache -
-
Uses of SecurityCacheException in org.jboss.security.cache
Methods in org.jboss.security.cache that throw SecurityCacheException Modifier and Type Method Description voidJBossAuthenticationCache. addCacheEntry(Principal principal, Map<String,Object> map)voidSecurityCache. addCacheEntry(T key, Map<String,Object> contextMap)Add a cache entryvoidJBossAuthenticationCache. cacheOperation(Principal principal, Map<String,Object> map)voidSecurityCache. cacheOperation(T key, Map<String,Object> contextMap)Perform a cache operation<Y> YJBossAuthenticationCache. get(Principal key)<Y> YSecurityCache. get(T key)Get Cache Entry
-