C# Class Castle.Applications.MindDump.Presentation.Controllers.AccountController

Inheritance: AbstractSecureController
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
AccountController ( AccountService accountService, AuthenticationService authenticationService, EncryptionService encryptionService ) : System

Private Methods

Méthode Description
Authentication ( ) : void
CreateAccount ( String login, String name, String email, String pwd, String pwd2, String blogname, String blogdesc, String theme ) : void
IsValid ( string login, string name, string email, string pwd, string pwd2, string blogname, string blogdesc, string theme ) : bool
New ( ) : void
PerformLogin ( String login, String pwd ) : void

Method Details

AccountController() public méthode

public AccountController ( AccountService accountService, AuthenticationService authenticationService, EncryptionService encryptionService ) : System
accountService Castle.Applications.MindDump.Services.AccountService
authenticationService Castle.Applications.MindDump.Services.AuthenticationService
encryptionService Castle.Applications.MindDump.Services.EncryptionService
Résultat System