C# Class Dev2.Services.Security.MoqInstallerActions.WarewolfSecurityOperationsImpl

This is the group operations class used in the installer
Inheritance: IWarewolfSecurityOperations
Show file Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
AddAdministratorsGroupToWarewolf ( ) : void
AddUserToWarewolf ( string currentUser ) : void
AddWarewolfGroup ( ) : void
DeleteWarewolfGroup ( ) : void
DoesWarewolfGroupExist ( ) : bool
FormatUserForInsert ( string currentUser, string machineName ) : string
IsAdminMemberOfWarewolf ( ) : bool
IsUserInGroup ( string username ) : bool

Method Details

AddAdministratorsGroupToWarewolf() public method

public AddAdministratorsGroupToWarewolf ( ) : void
return void

AddUserToWarewolf() public method

public AddUserToWarewolf ( string currentUser ) : void
currentUser string
return void

AddWarewolfGroup() public method

public AddWarewolfGroup ( ) : void
return void

DeleteWarewolfGroup() public method

public DeleteWarewolfGroup ( ) : void
return void

DoesWarewolfGroupExist() public method

public DoesWarewolfGroupExist ( ) : bool
return bool

FormatUserForInsert() public method

public FormatUserForInsert ( string currentUser, string machineName ) : string
currentUser string
machineName string
return string

IsAdminMemberOfWarewolf() public method

public IsAdminMemberOfWarewolf ( ) : bool
return bool

IsUserInGroup() public method

public IsUserInGroup ( string username ) : bool
username string
return bool