@ManagedResource public class MemoryIdentityCache extends AbstractIdentityCache
| Modifier | Constructor and Description |
|---|---|
protected |
MemoryIdentityCache() |
|
MemoryIdentityCache(Bus bus,
IdentityMapper identityMapper) |
|
MemoryIdentityCache(IdentityMapper identityMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String user,
String realm,
Map<String,String> identities) |
void |
clear() |
Map<String,String> |
get(String user,
String realm) |
String |
getContent() |
long |
getMaxCacheItems() |
ObjectName |
getObjectName() |
void |
remove(String user,
String realm) |
void |
setMaxCacheItems(long maxCacheItems) |
int |
size() |
getBus, getStatistics, mapPrincipal, setStatisticsprotected MemoryIdentityCache()
public MemoryIdentityCache(IdentityMapper identityMapper)
public MemoryIdentityCache(Bus bus, IdentityMapper identityMapper)
public long getMaxCacheItems()
public void setMaxCacheItems(long maxCacheItems)
@ManagedOperation public void clear()
@ManagedOperation public int size()
@ManagedOperation public String getContent()
public ObjectName getObjectName() throws JMException
JMExceptionApache CXF