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

This is the group operations class used in the installer
Inheritance: IWarewolfSecurityOperations
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode 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 méthode

public AddAdministratorsGroupToWarewolf ( ) : void
Résultat void

AddUserToWarewolf() public méthode

public AddUserToWarewolf ( string currentUser ) : void
currentUser string
Résultat void

AddWarewolfGroup() public méthode

public AddWarewolfGroup ( ) : void
Résultat void

DeleteWarewolfGroup() public méthode

public DeleteWarewolfGroup ( ) : void
Résultat void

DoesWarewolfGroupExist() public méthode

public DoesWarewolfGroupExist ( ) : bool
Résultat bool

FormatUserForInsert() public méthode

public FormatUserForInsert ( string currentUser, string machineName ) : string
currentUser string
machineName string
Résultat string

IsAdminMemberOfWarewolf() public méthode

public IsAdminMemberOfWarewolf ( ) : bool
Résultat bool

IsUserInGroup() public méthode

public IsUserInGroup ( string username ) : bool
username string
Résultat bool