org.jboss.dashboard.security
Class SecurityCache
java.lang.Object
org.jboss.dashboard.security.SecurityCache
- All Implemented Interfaces:
- Serializable
@SessionScoped
public class SecurityCache
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityCache
public SecurityCache()
isCacheEnabled
public boolean isCacheEnabled()
setCacheEnabled
public void setCacheEnabled(boolean cacheEnabled)
getValue
public Boolean getValue(Permission perm,
String action)
setValue
public void setValue(Permission perm,
String action,
boolean b)
clear
public void clear()
getCacheHits
public static long getCacheHits()
getCacheReads
public static long getCacheReads()
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.