Class NamedGraphPermissions


  • public final class NamedGraphPermissions
    extends java.lang.Object

    Utility for granting and revoking named graph permissions

    Since:
    3.1
    Version:
    6.0
    Author:
    Michael Grove
    • Method Detail

      • grantUser

        public NamedGraphPermissions grantUser​(java.lang.String theSubj)
                                        throws com.complexible.stardog.security.StardogSecurityException
        Throws:
        com.complexible.stardog.security.StardogSecurityException
      • grantRole

        public NamedGraphPermissions grantRole​(java.lang.String theSubj)
                                        throws com.complexible.stardog.security.StardogSecurityException
        Throws:
        com.complexible.stardog.security.StardogSecurityException
      • revokeUser

        public NamedGraphPermissions revokeUser​(java.lang.String theSubj)
                                         throws com.complexible.stardog.security.StardogSecurityException
        Throws:
        com.complexible.stardog.security.StardogSecurityException
      • revokeRole

        public NamedGraphPermissions revokeRole​(java.lang.String theSubj)
                                         throws com.complexible.stardog.security.StardogSecurityException
        Throws:
        com.complexible.stardog.security.StardogSecurityException