Table of Contents

Interface IShiftPrincipal

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface IShiftPrincipal : IIdentity, IPrincipal, ISimplePrincipal
Inherited Members
Extension Methods

Properties

Authority

AuthorityAccess Authority { get; set; }

Property Value

AuthorityAccess

Claims

IJwt Claims { get; set; }

Property Value

IJwt

IPAddress

string IPAddress { get; set; }

Property Value

string

Organization

Model Organization { get; set; }

Property Value

Model

Partition

Model Partition { get; set; }

Property Value

Model

Person

Model Person { get; set; }

Property Value

Model

Proxy

Proxy Proxy { get; set; }

Property Value

Proxy

Roles

List<Role> Roles { get; set; }

Property Value

List<Role>

User

Actor User { get; set; }

Property Value

Actor