|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.util.Enumeration
org.openrdf.sesame.sailimpl.omm.security.Right
This class lists all supported access right for the respository. It can be extended with any suitable additions, if necessary.
Title: Knowledge Control System
Company: OntoText Lab. Sirma AI.
| Field Summary | |
static Right |
ADD
permissions to add new items in the repository |
static Right |
ADMIN
permissions to view and manage the security information in the repository |
static Right |
HISTORY
permissions to manage the history in the repository |
static Right |
READ
permissions to read parts of the repository |
static Right |
REMOVE
permissions to remove items from the repository |
| Method Summary | |
static Right |
forValue(String value)
Returns a Right constant for the specified value. |
| Methods inherited from class org.openrdf.util.Enumeration |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Right READ
public static final Right ADD
public static final Right REMOVE
public static final Right ADMIN
public static final Right HISTORY
| Method Detail |
public static Right forValue(String value)
value - The String-representation of a Right constant.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||