Dashboard Builder Security 6.0.0.CR2

org.jboss.dashboard.security
Class SecurityCache

java.lang.Object
  extended by org.jboss.dashboard.security.SecurityCache
All Implemented Interfaces:
Serializable

@SessionScoped
public class SecurityCache
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SecurityCache()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityCache

public SecurityCache()
Method Detail

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()

Dashboard Builder Security 6.0.0.CR2

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.