C# Class Dev2.Runtime.Security.ServerSecurityService

Inheritance: Dev2.Services.Security.SecurityServiceBase
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
InitializeConfigWatcher ( string fileName ) : void
OnFileChanged ( ) : void
ServerSecurityService ( ) : System.Collections.Generic
ServerSecurityService ( string fileName ) : System.Collections.Generic

Méthodes protégées

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

public InitializeConfigWatcher ( string fileName ) : void
fileName string
Résultat void

LogEnd() protected méthode

protected LogEnd ( [ methodName = null ) : void
methodName [
Résultat void

LogStart() protected méthode

protected LogStart ( [ methodName = null ) : void
methodName [
Résultat void

OnDisposed() protected méthode

protected OnDisposed ( ) : void
Résultat void

OnFileChanged() public méthode

public OnFileChanged ( ) : void
Résultat void

OnFileChanged() protected méthode

protected OnFileChanged ( object sender, FileSystemEventArgs e ) : void
sender object
e System.IO.FileSystemEventArgs
Résultat void

OnFileChangedEnableRaisingEvents() protected méthode

protected OnFileChangedEnableRaisingEvents ( bool enabled ) : void
enabled bool
Résultat void

OnFileRenamed() protected méthode

protected OnFileRenamed ( object sender, RenamedEventArgs e ) : void
sender object
e System.IO.RenamedEventArgs
Résultat void

ReadPermissions() protected méthode

protected ReadPermissions ( ) : List
Résultat List

ServerSecurityService() public méthode

public ServerSecurityService ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ServerSecurityService() public méthode

public ServerSecurityService ( string fileName ) : System.Collections.Generic
fileName string
Résultat System.Collections.Generic

WritePermissions() protected méthode

protected WritePermissions ( List permissions ) : void
permissions List
Résultat void