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 void
JBossAuthenticationCache. addCacheEntry(Principal principal, Map<String,Object> map)
void
SecurityCache. addCacheEntry(T key, Map<String,Object> contextMap)
Add a cache entryvoid
JBossAuthenticationCache. cacheOperation(Principal principal, Map<String,Object> map)
void
SecurityCache. cacheOperation(T key, Map<String,Object> contextMap)
Perform a cache operation<Y> Y
JBossAuthenticationCache. get(Principal key)
<Y> Y
SecurityCache. get(T key)
Get Cache Entry
-