|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphSession.Authorizer | |
|---|---|
| org.modeshape.graph.session | A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. |
| Uses of GraphSession.Authorizer in org.modeshape.graph.session |
|---|
| Classes in org.modeshape.graph.session that implement GraphSession.Authorizer | |
|---|---|
protected static class |
GraphSession.NoOpAuthorizer
GraphSession.Authorizer implementation that does nothing. |
| Fields in org.modeshape.graph.session declared as GraphSession.Authorizer | |
|---|---|
protected GraphSession.Authorizer |
GraphSession.authorizer
|
| Constructors in org.modeshape.graph.session with parameters of type GraphSession.Authorizer | |
|---|---|
GraphSession(Graph graph,
String workspaceName,
GraphSession.Operations<Payload,PropertyPayload> nodeOperations,
GraphSession.Authorizer authorizer)
Create a session that uses the supplied graph and the supplied node operations. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||