org.mmbase.security.implementation.context
Class ContextCache
java.lang.Object
org.mmbase.security.implementation.context.ContextCache
public class ContextCache
- extends Object
ContextCache class
- Version:
- $Id: ContextCache.java 45315 2011-02-18 20:23:11Z michiel $
- Author:
- Eduard Witteveen
- Javadoc:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextCache
ContextCache()
rightAdd
public void rightAdd(String operation,
String context,
String user,
boolean value)
rightGet
public Boolean rightGet(String operation,
String context,
String user)
contextAdd
public void contextAdd(String context,
Set<String> possible)
contextGet
public Set<String> contextGet(String context)
MMBase2 Core 2.0-SNAPSHOT - 2013-03-30T06:36