Show / Hide Table of Contents

Configuring Users

Users are configured very simply as follows:


@prefix dnr: <http://www.dotnetrdf.org/configuration#> .

_:user a dnr:User ;
  dnr:user "username" ;
  dnr:password "password" .

Users may be used in conjunction with User Groups and Permissions in a limited way to control access to HTTP Handlers though this is not fully implemented in the current version of dotNetRDF.

You may also use a User when you need to define credentials for anything that may directly take a dnr:user and dnr:password properties. In this case you can refer to a User using the dnr:credentials property.

  • Improve this Doc
In This Article
Back to top Generated by DocFX