public class SecuredMGraph extends SecuredTripleCollection implements LockableMGraph
Constructor and Description |
---|
SecuredMGraph(LockableMGraph wrapped,
UriRef name,
TcAccessController tcAccessController) |
Modifier and Type | Method and Description |
---|---|
Graph |
getGraph()
Returns the graph
|
java.util.concurrent.locks.ReadWriteLock |
getLock()
The lock provided by this methods allows to create read- and write-locks
that span individual method calls.
|
LockableMGraph |
getUnsecuredMGraph()
Returns the wrapped LockableMGraph if the caller has all access rights.
|
add, addAll, addGraphListener, addGraphListener, clear, contains, containsAll, filter, isEmpty, iterator, remove, removeAll, removeGraphListener, retainAll, size, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addGraphListener, addGraphListener, filter, removeGraphListener
public SecuredMGraph(LockableMGraph wrapped, UriRef name, TcAccessController tcAccessController)
public java.util.concurrent.locks.ReadWriteLock getLock()
LockableMGraph
getLock
in interface LockableMGraph
public LockableMGraph getUnsecuredMGraph()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.