Package com.complexible.stardog.security
Class NamedGraphPermissions
java.lang.Object
com.complexible.stardog.security.NamedGraphPermissions
Utility for granting and revoking named graph permissions
- Since:
- 3.1
- Version:
- 6.0
- Author:
- Michael Grove
-
Method Summary
Modifier and TypeMethodDescriptionstatic NamedGraphPermissionson(PermissionManager theAdminConnection, String theDb) revokeRole(String theSubj) revokeUser(String theSubj)
-
Method Details
-
on
-
read
-
write
-
rw
-
grantUser
public NamedGraphPermissions grantUser(String theSubj) throws com.complexible.stardog.security.StardogSecurityException - Throws:
com.complexible.stardog.security.StardogSecurityException
-
grantRole
public NamedGraphPermissions grantRole(String theSubj) throws com.complexible.stardog.security.StardogSecurityException - Throws:
com.complexible.stardog.security.StardogSecurityException
-
revokeUser
public NamedGraphPermissions revokeUser(String theSubj) throws com.complexible.stardog.security.StardogSecurityException - Throws:
com.complexible.stardog.security.StardogSecurityException
-
revokeRole
public NamedGraphPermissions revokeRole(String theSubj) throws com.complexible.stardog.security.StardogSecurityException - Throws:
com.complexible.stardog.security.StardogSecurityException
-