SaasHelper - класс

Helper for working with SaaS configuration.

Definition

Пространство имён: Tessa.SaaS
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public static class SaasHelper
Inheritance
Object    SaasHelper

Методы

GetAccessToken Get access token for operations in SaaS cluster.
GetClusterName Get SaaS cluster name.
GetInstanceName Get instance name in SaaS cluster.
GetMailDbConnectionString Try to get common SaaS outbox connection string alias.
IsSaasEnabled Check wither SaaS mode is enabled.
TryGetClusterInfoConnectionSettings Try go get Cluster information service (aka liza) connection settings.
TryGetSaasSection Try to get SaaS settings section data.

Поля

AccessTokenAttributeName Attribute name to get access token for cluster information service (aka liza) in SaaS.
Only for chronos.
ClusterAttributeName Attribute name to get name of SaaS cluster this instance belongs to.
Only for chronos.
ClusterInfoAttributeName Attribute name to Cluster information service (aka liza) connection settings.
Only for chronos.
EnabledAttributeName Attribute name to check if SaaS mode is enabled.
InstanceAttributeName Attribute name to get instance name is SaaS cluster.
KeyPasswordAttributeName Attribute name of private key password.
Only for chronos.
KeyPathAttributeName Attribute name of private key to sign JWT.
Only for chronos.
MailDbAttributeName Attribute name to get name of connection alias to SaaS common outbox DB.
SaaS Name for optional SaaS dependencies.
SaasSectionName Section name in settings for SaaS data.

См. также