C# 클래스 Nop.Services.Authentication.External.ExternalAuthorizer

상속: IExternalAuthorizer
파일 보기 프로젝트 열기: emilianionascu/NopCommerce

공개 메소드들

메소드 설명
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