Click or drag to resize

IClaimMapper Interface

Implementers can map tokens to/from an identity claim set

Namespace: SanteDB.Core.Security.Claims
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IClaimMapper

The IClaimMapper type exposes the following members.

Properties
 NameDescription
Public propertyExternalTokenFormat Get the external token format (jwt, saml, etc.)
Top
Methods
 NameDescription
Public methodMapToExternalClaimType Gets the external claim type from the internalClaimType
Public methodMapToExternalIdentityClaims Map internalClaims taken from a IClaimsPrincipal to the external token format
Public methodMapToInternalClaimType Gets the internal claim type form the externalClaimType
Public methodMapToInternalIdentityClaims Map the external claims from a token from externalClaims to SanteDB equivalents
Top
See Also