org.jboss.security.cache
public class JBossAuthenticationCache extends Object implements org.jboss.security.cache.SecurityCache<Principal>
Constructor and Description |
---|
JBossAuthenticationCache() |
JBossAuthenticationCache(int initCapacity,
float loadFactor,
int level) |
public JBossAuthenticationCache()
public JBossAuthenticationCache(int initCapacity, float loadFactor, int level)
public void addCacheEntry(Principal principal, Map<String,Object> map) throws org.jboss.security.cache.SecurityCacheException
addCacheEntry
in interface org.jboss.security.cache.SecurityCache<Principal>
org.jboss.security.cache.SecurityCacheException
SecurityCache.addCacheEntry(Object, Map)
public boolean cacheHit(Principal principal)
cacheHit
in interface org.jboss.security.cache.SecurityCache<Principal>
SecurityCache.cacheHit(Object)
public void cacheOperation(Principal principal, Map<String,Object> map) throws org.jboss.security.cache.SecurityCacheException
cacheOperation
in interface org.jboss.security.cache.SecurityCache<Principal>
org.jboss.security.cache.SecurityCacheException
SecurityCache.cacheOperation(Object, Map)
public <Y> Y get(Principal key) throws org.jboss.security.cache.SecurityCacheException
get
in interface org.jboss.security.cache.SecurityCache<Principal>
org.jboss.security.cache.SecurityCacheException
SecurityCache.get(Object)
Copyright © 2015 JBoss Inc.. All Rights Reserved.