C# 클래스 Amss.Boilerplate.Api.Common.Adapters.ServiceStackCredentialsAuthAdapter

상속: CredentialsAuthProvider
파일 보기 프로젝트 열기: quadio/amss-boilerplate

공개 메소드들

메소드 설명
ServiceStackCredentialsAuthAdapter ( IUnityContainer container ) : System.Collections.Generic
TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool

비공개 메소드들

메소드 설명
FindByPasswordCredential ( string login, string password ) : ServiceStack.ServiceInterface.Auth.UserAuth

메소드 상세

ServiceStackCredentialsAuthAdapter() 공개 메소드

public ServiceStackCredentialsAuthAdapter ( IUnityContainer container ) : System.Collections.Generic
container IUnityContainer
리턴 System.Collections.Generic

TryAuthenticate() 공개 메소드

public TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool
authService IServiceBase
userName string
password string
리턴 bool