Show / Hide Table of Contents

Class SoImpersonationIdentityResolver

Inheritance
object
AssociateResolver
SoImpersonationIdentityResolver
Implements
ISoIdentityResolver
Inherited Members
AssociateResolver.GetInfoAboutUser()
AssociateResolver.IsPasswordValid(int, string, string)
AssociateResolver.SecretFromPassword(int, string)
AssociateResolver.SecretFromPassword(int, string, string)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: SuperOffice.Security.Principal
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[SoIdentityResolver("SoImpersonationIdentityResolver", 4000)]
public sealed class SoImpersonationIdentityResolver : AssociateResolver, ISoIdentityResolver

Constructors

SoImpersonationIdentityResolver()

Declaration
public SoImpersonationIdentityResolver()

Fields

AuthenticationType

Declaration
public const string AuthenticationType = "SoImpersonate"
Field Value
Type Description
string

Methods

ResolveIdentityAsync(IEnumerable<ClaimsIdentity>, SoConnection)

Declaration
public override Task<(ClaimsIdentity claims, string reason)> ResolveIdentityAsync(IEnumerable<ClaimsIdentity> identities, SoConnection dbConnection)
Parameters
Type Name Description
IEnumerable<ClaimsIdentity> identities
SoConnection dbConnection
Returns
Type Description
Task<(ClaimsIdentity claims, string reason)>
Overrides
AssociateResolver.ResolveIdentityAsync(IEnumerable<ClaimsIdentity>, SoConnection)

Implements

ISoIdentityResolver

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top