Uses of Class
org.modeshape.graph.session.GraphSession.Authorizer.Action

Packages that use GraphSession.Authorizer.Action
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.Action in org.modeshape.graph.session
 

Methods in org.modeshape.graph.session that return GraphSession.Authorizer.Action
static GraphSession.Authorizer.Action GraphSession.Authorizer.Action.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GraphSession.Authorizer.Action[] GraphSession.Authorizer.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.modeshape.graph.session with parameters of type GraphSession.Authorizer.Action
 void GraphSession.Authorizer.checkPermissions(Path path, GraphSession.Authorizer.Action action)
          Throws an AccessControlException if the current user is not able to perform the action on the node at the supplied path in the current workspace.
 void GraphSession.NoOpAuthorizer.checkPermissions(Path path, GraphSession.Authorizer.Action action)
          Throws an AccessControlException if the current user is not able to perform the action on the node at the supplied path in the current workspace.
 



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