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

Marks api method to check for authentication More...

Inheritance diagram for KlusterKite.Web.Authorization.Attributes.RequireSessionAttribute:

Public Member Functions

void OnAuthorization (AuthorizationFilterContext context)
 

Public Attributes

bool AllowMultiple => false
 

Properties

EnSeverity Severity [get, set]
 Gets or sets the severity of action More...
 

Detailed Description

Marks api method to check for authentication

Definition at line 25 of file RequireSessionAttribute.cs.

Member Function Documentation

◆ OnAuthorization()

void KlusterKite.Web.Authorization.Attributes.RequireSessionAttribute.OnAuthorization ( AuthorizationFilterContext  context)

Definition at line 36 of file RequireSessionAttribute.cs.

Member Data Documentation

◆ AllowMultiple

bool KlusterKite.Web.Authorization.Attributes.RequireSessionAttribute.AllowMultiple => false

Definition at line 28 of file RequireSessionAttribute.cs.

Property Documentation

◆ Severity

EnSeverity KlusterKite.Web.Authorization.Attributes.RequireSessionAttribute.Severity
getset

Gets or sets the severity of action

Definition at line 33 of file RequireSessionAttribute.cs.


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