C# Class RestMasterService.Shibboleth.ShibbolethAuthProvider

Inheritance: CredentialsAuthProvider
Afficher le fichier Open project: TomasKulhanek/Physiovalues

Méthodes publiques

Свойство Type Description
sp ShibbolethPrincipal

Méthodes publiques

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

Method Details

OnAuthenticated() public méthode

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

TryAuthenticate() public méthode

public TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool
authService IServiceBase
userName string
password string
Résultat bool

Property Details

sp public_oe property

public ShibbolethPrincipal,RestMasterService.Shibboleth sp
Résultat ShibbolethPrincipal