C# Class Apache.AuthenticationManager

Show file Open project: CodeGarten/CodeGarten

Public Methods

Method Description
ChangePassword ( string user, string newPassword ) : bool
CreateUser ( string user, string password ) : bool
DeleteUser ( string user ) : bool

Private Methods

Method Description
AuthenticationManager ( ) : System
ExecuteWith ( string arguments ) : string

Method Details

ChangePassword() public static method

public static ChangePassword ( string user, string newPassword ) : bool
user string
newPassword string
return bool

CreateUser() public static method

public static CreateUser ( string user, string password ) : bool
user string
password string
return bool

DeleteUser() public static method

public static DeleteUser ( string user ) : bool
user string
return bool