Uses of Interface
org.apache.jena.fuseki.access.SecurityContext
-
Uses of SecurityContext in org.apache.jena.fuseki.access
Classes in org.apache.jena.fuseki.access that implement SecurityContextModifier and TypeClassDescriptionclassASecurityContextthat allow any graph, default or named.classASecurityContextthat allows access to the default graph but not named graphs.classASecurityContextthat does not allow any access.classASecurityContextViewis the things actor (user, role) is allowed to do.Fields in org.apache.jena.fuseki.access declared as SecurityContextModifier and TypeFieldDescriptionstatic final SecurityContextSecurityContext.ALLstatic final SecurityContextSecurityContext.NONEMethods in org.apache.jena.fuseki.access that return SecurityContextModifier and TypeMethodDescriptionstatic SecurityContextSecurityContext.ALL_NG(org.apache.jena.sparql.core.DatasetGraph dsg) Return the security context for a given actor (user)Methods in org.apache.jena.fuseki.access with parameters of type SecurityContextModifier and TypeMethodDescriptionstatic org.apache.jena.sparql.core.DatasetGraphDataAccessCtl.filteredDataset(org.apache.jena.sparql.core.DatasetGraph dsg, SecurityContext sCxt) Return a read-onlyDatasetGraphFilteredViewthat fulfils theSecurityContext.