KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Security.Tests.TestPrivileges Class Reference

The test privileges More...

Public Attributes

const string NoDescriptionPrivilege = "NoDescriptionPrivilege"
 Some privilege with no description More...
 
const string DescribedPrivilege = "DescribedPrivilege"
 Some privilege with description More...
 
const string DescribedUserPrivilege = "DescribedUserPrivilege"
 Some privilege with description More...
 
const string ActionsPrivilege = "ActionsPrivilege"
 Some privilege with description and actions More...
 

Detailed Description

The test privileges

Definition at line 21 of file TestPrivileges.cs.

Member Data Documentation

◆ ActionsPrivilege

const string KlusterKite.Security.Tests.TestPrivileges.ActionsPrivilege = "ActionsPrivilege"

Some privilege with description and actions

Definition at line 48 of file TestPrivileges.cs.

◆ DescribedPrivilege

const string KlusterKite.Security.Tests.TestPrivileges.DescribedPrivilege = "DescribedPrivilege"

Some privilege with description

Definition at line 34 of file TestPrivileges.cs.

◆ DescribedUserPrivilege

const string KlusterKite.Security.Tests.TestPrivileges.DescribedUserPrivilege = "DescribedUserPrivilege"

Some privilege with description

Definition at line 41 of file TestPrivileges.cs.

◆ NoDescriptionPrivilege

const string KlusterKite.Security.Tests.TestPrivileges.NoDescriptionPrivilege = "NoDescriptionPrivilege"

Some privilege with no description

Definition at line 27 of file TestPrivileges.cs.


The documentation for this class was generated from the following file: