C# Class Castle.Samples.WindsorSilverlight.Security.AuthorizationManager

Inheritance: IAuthorizationManager, IAuthenticationManager
ファイルを表示 Open project: HEskandari/Castle-Windsor-Examples

Public Methods

Method Description
Login ( string username, string password, bool isSuperUser ) : void
Logout ( ) : void

Private Methods

Method Description
GetRoles ( bool isSuperUser ) : IList

Method Details

Login() public method

public Login ( string username, string password, bool isSuperUser ) : void
username string
password string
isSuperUser bool
return void

Logout() public method

public Logout ( ) : void
return void