C# 클래스 Dev2.Services.Security.MoqInstallerActions.WarewolfSecurityOperationsImpl

This is the group operations class used in the installer
상속: IWarewolfSecurityOperations
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
AddAdministratorsGroupToWarewolf ( ) : void
AddUserToWarewolf ( string currentUser ) : void
AddWarewolfGroup ( ) : void
DeleteWarewolfGroup ( ) : void
DoesWarewolfGroupExist ( ) : bool
FormatUserForInsert ( string currentUser, string machineName ) : string
IsAdminMemberOfWarewolf ( ) : bool
IsUserInGroup ( string username ) : bool

메소드 상세

AddAdministratorsGroupToWarewolf() 공개 메소드

public AddAdministratorsGroupToWarewolf ( ) : void
리턴 void

AddUserToWarewolf() 공개 메소드

public AddUserToWarewolf ( string currentUser ) : void
currentUser string
리턴 void

AddWarewolfGroup() 공개 메소드

public AddWarewolfGroup ( ) : void
리턴 void

DeleteWarewolfGroup() 공개 메소드

public DeleteWarewolfGroup ( ) : void
리턴 void

DoesWarewolfGroupExist() 공개 메소드

public DoesWarewolfGroupExist ( ) : bool
리턴 bool

FormatUserForInsert() 공개 메소드

public FormatUserForInsert ( string currentUser, string machineName ) : string
currentUser string
machineName string
리턴 string

IsAdminMemberOfWarewolf() 공개 메소드

public IsAdminMemberOfWarewolf ( ) : bool
리턴 bool

IsUserInGroup() 공개 메소드

public IsUserInGroup ( string username ) : bool
username string
리턴 bool