C# 클래스 Castle.Applications.MindDump.Presentation.Controllers.AccountController

상속: AbstractSecureController
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
AccountController ( AccountService accountService, AuthenticationService authenticationService, EncryptionService encryptionService ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

AccountController() 공개 메소드

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
리턴 System