|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pelds.store.DbInterface
org.pelds.store.RuleStore
public class RuleStore
API for access policy (rule) storage
Constructor Summary | |
---|---|
RuleStore(java.lang.String aDatasetUri)
Constructor, create a rule storage instance for the given graph |
Method Summary | |
---|---|
java.lang.String |
getRuleStr()
Get the current access policy in its String representation |
void |
setRuleStr(java.lang.String ruleStr)
Save a new access policy to the policy store |
Methods inherited from class org.pelds.store.DbInterface |
---|
closeConnection, getConfig, getConnection, setConfig |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuleStore(java.lang.String aDatasetUri)
aDatasetUri
- named graph identifier in form of an URIMethod Detail |
---|
public java.lang.String getRuleStr()
public void setRuleStr(java.lang.String ruleStr)
ruleStr
- access policy as String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |