Package | Description |
---|---|
org.jboss.security.cache |
Modifier and Type | Method and Description |
---|---|
void |
JBossAuthenticationCache.addCacheEntry(Principal principal,
Map<String,Object> map) |
void |
SecurityCache.addCacheEntry(T key,
Map<String,Object> contextMap)
Add a cache entry
|
void |
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
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.