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

The bundle of utils for current library More...

Static Public Member Functions

static IEnumerable< PrivilegeDescriptionGetDefinedPrivileges (Type container)
 Gets the list of defined privileges More...
 
static void CreatePrivilegesCache ()
 Scans current configuration for defined privileges More...
 
static IEnumerable< Assembly > GetLoadedAssemblies ()
 Gets the list of loaded assemblies More...
 

Properties

static IReadOnlyList< PrivilegeDescriptionDefinedPrivileges [get]
 Gets the defined list of privileges More...
 

Detailed Description

The bundle of utils for current library

Definition at line 24 of file Utils.cs.

Member Function Documentation

◆ CreatePrivilegesCache()

static void KlusterKite.Security.Attributes.Utils.CreatePrivilegesCache ( )
static

Scans current configuration for defined privileges

Definition at line 52 of file Utils.cs.

◆ GetDefinedPrivileges()

static IEnumerable<PrivilegeDescription> KlusterKite.Security.Attributes.Utils.GetDefinedPrivileges ( Type  container)
static

Gets the list of defined privileges

Parameters
containerThe privilege type container
Returns
The list of privilege descriptions

Definition at line 36 of file Utils.cs.

◆ GetLoadedAssemblies()

static IEnumerable<Assembly> KlusterKite.Security.Attributes.Utils.GetLoadedAssemblies ( )
static

Gets the list of loaded assemblies

Returns
The list of loaded assemblies

Definition at line 86 of file Utils.cs.

Property Documentation

◆ DefinedPrivileges

IReadOnlyList<PrivilegeDescription> KlusterKite.Security.Attributes.Utils.DefinedPrivileges
staticget

Gets the defined list of privileges

Definition at line 29 of file Utils.cs.


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