C# Class Amss.Boilerplate.Api.Common.Adapters.ServiceStackCredentialsAuthAdapter

Inheritance: CredentialsAuthProvider
Datei anzeigen Open project: quadio/amss-boilerplate

Public Methods

Method Description
ServiceStackCredentialsAuthAdapter ( IUnityContainer container ) : System.Collections.Generic
TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool

Private Methods

Method Description
FindByPasswordCredential ( string login, string password ) : ServiceStack.ServiceInterface.Auth.UserAuth

Method Details

ServiceStackCredentialsAuthAdapter() public method

public ServiceStackCredentialsAuthAdapter ( IUnityContainer container ) : System.Collections.Generic
container IUnityContainer
return System.Collections.Generic

TryAuthenticate() public method

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