Uses of Interface
org.jboss.dna.graph.session.GraphSession.Authorizer

Packages that use GraphSession.Authorizer
org.jboss.dna.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.jboss.dna.graph.session
 

Constructors in org.jboss.dna.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-2009 JBoss, a division of Red Hat. All Rights Reserved.