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

Inheritance: AbstractSecureController
Datei anzeigen Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
AccountController ( AccountService accountService, AuthenticationService authenticationService, EncryptionService encryptionService ) : System

Private Methods

Method 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 method

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
return System