C# Class Dev2.Runtime.Security.ServerSecurityService

Inheritance: Dev2.Services.Security.SecurityServiceBase
Show file Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
InitializeConfigWatcher ( string fileName ) : void
OnFileChanged ( ) : void
ServerSecurityService ( ) : System.Collections.Generic
ServerSecurityService ( string fileName ) : System.Collections.Generic

Protected Methods

Method Description
LogEnd ( [ methodName = null ) : void
LogStart ( [ methodName = null ) : void
OnDisposed ( ) : void
OnFileChanged ( object sender, FileSystemEventArgs e ) : void
OnFileChangedEnableRaisingEvents ( bool enabled ) : void
OnFileRenamed ( object sender, RenamedEventArgs e ) : void
ReadPermissions ( ) : List
WritePermissions ( List permissions ) : void

Method Details

InitializeConfigWatcher() public method

public InitializeConfigWatcher ( string fileName ) : void
fileName string
return void

LogEnd() protected method

protected LogEnd ( [ methodName = null ) : void
methodName [
return void

LogStart() protected method

protected LogStart ( [ methodName = null ) : void
methodName [
return void

OnDisposed() protected method

protected OnDisposed ( ) : void
return void

OnFileChanged() public method

public OnFileChanged ( ) : void
return void

OnFileChanged() protected method

protected OnFileChanged ( object sender, FileSystemEventArgs e ) : void
sender object
e System.IO.FileSystemEventArgs
return void

OnFileChangedEnableRaisingEvents() protected method

protected OnFileChangedEnableRaisingEvents ( bool enabled ) : void
enabled bool
return void

OnFileRenamed() protected method

protected OnFileRenamed ( object sender, RenamedEventArgs e ) : void
sender object
e System.IO.RenamedEventArgs
return void

ReadPermissions() protected method

protected ReadPermissions ( ) : List
return List

ServerSecurityService() public method

public ServerSecurityService ( ) : System.Collections.Generic
return System.Collections.Generic

ServerSecurityService() public method

public ServerSecurityService ( string fileName ) : System.Collections.Generic
fileName string
return System.Collections.Generic

WritePermissions() protected method

protected WritePermissions ( List permissions ) : void
permissions List
return void