C# Класс Nop.Services.Authentication.External.ExternalAuthorizer

Наследование: IExternalAuthorizer
Показать файл Открыть проект

Открытые методы

Метод Описание
Authorize ( Nop.Services.Authentication.External.OpenAuthenticationParameters parameters ) : Nop.Services.Authentication.External.AuthorizationResult
ExternalAuthorizer ( IAuthenticationService authenticationService, IOpenAuthenticationService openAuthenticationService, IGenericAttributeService genericAttributeService, ICustomerRegistrationService customerRegistrationService, ICustomerActivityService customerActivityService, ILocalizationService localizationService, IWorkContext workContext, CustomerSettings customerSettings, Nop.Core.Domain.Customers.ExternalAuthenticationSettings externalAuthenticationSettings, IShoppingCartService shoppingCartService, IWorkflowMessageService workflowMessageService, Nop.Core.Domain.Localization.LocalizationSettings localizationSettings ) : System

Приватные методы

Метод Описание
AccountAlreadyExists ( Customer userFound, Customer userLoggedIn ) : bool
AccountDoesNotExistAndUserIsNotLoggedOn ( Customer userFound, Customer userLoggedIn ) : bool
AccountIsAssignedToLoggedOnAccount ( Customer userFound, Customer userLoggedIn ) : bool
AutoRegistrationIsEnabled ( ) : bool
RegistrationIsEnabled ( ) : bool

Описание методов

Authorize() публичный Метод

public Authorize ( Nop.Services.Authentication.External.OpenAuthenticationParameters parameters ) : Nop.Services.Authentication.External.AuthorizationResult
parameters Nop.Services.Authentication.External.OpenAuthenticationParameters
Результат Nop.Services.Authentication.External.AuthorizationResult

ExternalAuthorizer() публичный Метод

public ExternalAuthorizer ( IAuthenticationService authenticationService, IOpenAuthenticationService openAuthenticationService, IGenericAttributeService genericAttributeService, ICustomerRegistrationService customerRegistrationService, ICustomerActivityService customerActivityService, ILocalizationService localizationService, IWorkContext workContext, CustomerSettings customerSettings, Nop.Core.Domain.Customers.ExternalAuthenticationSettings externalAuthenticationSettings, IShoppingCartService shoppingCartService, IWorkflowMessageService workflowMessageService, Nop.Core.Domain.Localization.LocalizationSettings localizationSettings ) : System
authenticationService IAuthenticationService
openAuthenticationService IOpenAuthenticationService
genericAttributeService IGenericAttributeService
customerRegistrationService ICustomerRegistrationService
customerActivityService ICustomerActivityService
localizationService ILocalizationService
workContext IWorkContext
customerSettings Nop.Core.Domain.Customers.CustomerSettings
externalAuthenticationSettings Nop.Core.Domain.Customers.ExternalAuthenticationSettings
shoppingCartService IShoppingCartService
workflowMessageService IWorkflowMessageService
localizationSettings Nop.Core.Domain.Localization.LocalizationSettings
Результат System