@SessionScoped public class SecurityCache extends Object implements Serializable
Constructor and Description |
---|
SecurityCache() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
static long |
getCacheHits() |
static long |
getCacheReads() |
Boolean |
getValue(Permission perm,
String action) |
boolean |
isCacheEnabled() |
void |
setCacheEnabled(boolean cacheEnabled) |
void |
setValue(Permission perm,
String action,
boolean b) |
public boolean isCacheEnabled()
public void setCacheEnabled(boolean cacheEnabled)
public Boolean getValue(Permission perm, String action)
public void setValue(Permission perm, String action, boolean b)
public void clear()
public static long getCacheHits()
public static long getCacheReads()
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.