SamlController - конструктор
Пространство имён: Tessa.Web.Client.ControllersСборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 3.6.0.23
public SamlController(
IClientRedirectionManager redirectionManager,
ITessaWebScope scope,
IOptions<WebOptions> options,
IOptions<WebClientOptions> clientOptions,
IOptions<Saml2Configuration> samlConfig,
IWebHostEnvironment environment,
IDbScope dbScope,
ISessionServer sessionServer,
ICardRepository cardRepository,
ITessaServerSettings serverSettings
)
Public Sub New (
redirectionManager As IClientRedirectionManager,
scope As ITessaWebScope,
options As IOptions(Of WebOptions),
clientOptions As IOptions(Of WebClientOptions),
samlConfig As IOptions(Of Saml2Configuration),
environment As IWebHostEnvironment,
dbScope As IDbScope,
sessionServer As ISessionServer,
cardRepository As ICardRepository,
serverSettings As ITessaServerSettings
)
public:
SamlController(
IClientRedirectionManager^ redirectionManager,
ITessaWebScope^ scope,
IOptions<WebOptions^>^ options,
IOptions<WebClientOptions^>^ clientOptions,
IOptions<Saml2Configuration^>^ samlConfig,
IWebHostEnvironment^ environment,
IDbScope^ dbScope,
ISessionServer^ sessionServer,
ICardRepository^ cardRepository,
ITessaServerSettings^ serverSettings
)
new :
redirectionManager : IClientRedirectionManager *
scope : ITessaWebScope *
options : IOptions<WebOptions> *
clientOptions : IOptions<WebClientOptions> *
samlConfig : IOptions<Saml2Configuration> *
environment : IWebHostEnvironment *
dbScope : IDbScope *
sessionServer : ISessionServer *
cardRepository : ICardRepository *
serverSettings : ITessaServerSettings -> SamlController
Параметры
- redirectionManager IClientRedirectionManager
-
- scope ITessaWebScope
-
- options IOptions<WebOptions>
-
- clientOptions IOptions<WebClientOptions>
-
- samlConfig IOptions<Saml2Configuration>
-
- environment IWebHostEnvironment
-
- dbScope IDbScope
-
- sessionServer ISessionServer
-
- cardRepository ICardRepository
-
- serverSettings ITessaServerSettings
-