Uses of Interface
org.modeshape.graph.session.GraphSession.Authorizer

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.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.