|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.server.repository.structures.Privilege
public class Privilege
Enumeration of the privileges available in Anzo.
| Field Summary | |
|---|---|
static Privilege |
Add
User can add triples to NamedGraph |
static Privilege |
ChangeNamedGraphAcl
User can change the ACL properties of a NamedGraph |
static Privilege |
InsertNamedGraph
User can create a new NamedGraph |
static Privilege |
Read
User can read triples in NamedGraph |
static Privilege |
Remove
User can remove triples from NamedGraph |
static Privilege |
RemoveNamedGraph
User can remove a NamedGraph |
| Method Summary | |
|---|---|
static Privilege[] |
getAllPrivileges()
Get array of all privilege types |
static Privilege |
getForPredicate(org.openrdf.model.URI predicate)
Get the Privilege object for the given predicate |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Privilege Read
public static final Privilege Add
public static final Privilege Remove
public static final Privilege InsertNamedGraph
public static final Privilege RemoveNamedGraph
public static final Privilege ChangeNamedGraphAcl
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic static Privilege[] getAllPrivileges()
public static Privilege getForPredicate(org.openrdf.model.URI predicate)
predicate - to map to Privilege
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||