Uses of Class
org.openrdf.sesame.sailimpl.omm.security.Right

Packages that use Right
org.openrdf.sesame.omm   
org.openrdf.sesame.sailimpl.omm.security   
 

Uses of Right in org.openrdf.sesame.omm
 

Methods in org.openrdf.sesame.omm with parameters of type Right
 boolean SecurityServices.isStatementAccessible(Statement st, Right right)
          Checks the accessibility of a statement according the security policy and a given right.
 boolean SecurityServices.isStatementAccessible(Resource subj, URI pred, Value obj, Right right)
          Checks the accessibility of a statement according the security policy and a given right.
 boolean SecurityServices.isRepositoryAccessible(Right right)
          Checks the accessibility of a repository for a specified right.
 boolean SecurityServices.isSchemaAccessible(Right right)
          Checks the accessibility of a tracking for a specified right.
 

Uses of Right in org.openrdf.sesame.sailimpl.omm.security
 

Fields in org.openrdf.sesame.sailimpl.omm.security declared as Right
static Right Right.READ
          permissions to read parts of the repository
static Right Right.ADD
          permissions to add new items in the repository
static Right Right.REMOVE
          permissions to remove items from the repository
static Right Right.ADMIN
          permissions to view and manage the security information in the repository
static Right Right.HISTORY
          permissions to manage the history in the repository
 

Methods in org.openrdf.sesame.sailimpl.omm.security that return Right
static Right Right.forValue(String value)
          Returns a Right constant for the specified value.
 

Methods in org.openrdf.sesame.sailimpl.omm.security with parameters of type Right
 boolean SecuritySail.isSchemaAccessible(Right right)
           
 boolean SecuritySail.isRepositoryAccessible(Right right)
           
 boolean SecuritySail.isStatementAccessible(Resource subj, URI pred, Value obj, Right right)
           
 boolean SecuritySail.isStatementAccessible(Statement st, Right right)
           
 boolean SecuritySail.isResourceAccessible(Resource res, Right right)
           
 void RuleImpl.grantRight(Right right)
           
 void Rule.grantRight(Right right)
          Grants a right through this rule.
 

Constructors in org.openrdf.sesame.sailimpl.omm.security with parameters of type Right
StatementFilterIterator(StatementIterator sti, SecurityServices service, Right right)
           
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.