C# Class Dovetail.SDK.Bootstrap.Token.AuthenticationTokenRepository

Inheritance: IAuthenticationTokenRepository
Afficher le fichier Open project: DovetailSoftware/dovetail-bootstrap

Méthodes publiques

Méthode Description
AuthenticationTokenRepository ( IApplicationClarifySession session, ILogger logger ) : System
GenerateToken ( string username ) : IAuthenticationToken
RetrieveByToken ( string token ) : IAuthenticationToken
RetrieveByUsername ( string username ) : IAuthenticationToken

Private Methods

Méthode Description
getQueriedUserGeneric ( string username ) : ClarifyGeneric

Method Details

AuthenticationTokenRepository() public méthode

public AuthenticationTokenRepository ( IApplicationClarifySession session, ILogger logger ) : System
session IApplicationClarifySession
logger ILogger
Résultat System

GenerateToken() public méthode

public GenerateToken ( string username ) : IAuthenticationToken
username string
Résultat IAuthenticationToken

RetrieveByToken() public méthode

public RetrieveByToken ( string token ) : IAuthenticationToken
token string
Résultat IAuthenticationToken

RetrieveByUsername() public méthode

public RetrieveByUsername ( string username ) : IAuthenticationToken
username string
Résultat IAuthenticationToken