C# Class RestMasterService.Shibboleth.ShibbolethAuthProvider

Inheritance: CredentialsAuthProvider
Mostra file Open project: TomasKulhanek/Physiovalues

Public Properties

Property Type Description
sp ShibbolethPrincipal

Public Methods

Method Description
OnAuthenticated ( IServiceBase authService, IAuthSession session, IAuthTokens tokens, string>.Dictionary authInfo ) : IHttpResult
TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool

Method Details

OnAuthenticated() public method

public OnAuthenticated ( IServiceBase authService, IAuthSession session, IAuthTokens tokens, string>.Dictionary authInfo ) : IHttpResult
authService IServiceBase
session IAuthSession
tokens IAuthTokens
authInfo string>.Dictionary
return IHttpResult

TryAuthenticate() public method

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

Property Details

sp public_oe property

public ShibbolethPrincipal,RestMasterService.Shibboleth sp
return ShibbolethPrincipal