C# Class JabbR.Nancy.AccountModule

Inheritance: JabbRModule
Afficher le fichier Open project: ucdavis/JabbR

Méthodes publiques

Méthode Description
AccountModule ( IApplicationSettings applicationSettings, IAuthenticationTokenService authenticationTokenService, IMembershipService membershipService, IJabbrRepository repository, IAuthenticationService authService, IChatNotificationService notificationService ) : System

Private Methods

Méthode Description
GetLoginViewModel ( IApplicationSettings applicationSettings, IJabbrRepository repository, IAuthenticationService authService ) : LoginViewModel
GetProfileView ( IAuthenticationService authService, JabbR.Models.ChatUser user ) : dynamic
ValidatePassword ( string password, string confirmPassword ) : void
ValidateUsername ( string username, string confirmUsername ) : void

Method Details

AccountModule() public méthode

public AccountModule ( IApplicationSettings applicationSettings, IAuthenticationTokenService authenticationTokenService, IMembershipService membershipService, IJabbrRepository repository, IAuthenticationService authService, IChatNotificationService notificationService ) : System
applicationSettings IApplicationSettings
authenticationTokenService IAuthenticationTokenService
membershipService IMembershipService
repository IJabbrRepository
authService IAuthenticationService
notificationService IChatNotificationService
Résultat System