C# Class Dev2.Security.ClientSecurityService

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

Méthodes publiques

Méthode Description
ClientSecurityService ( IEnvironmentConnection environmentConnection ) : System.Collections.Generic
Read ( ) : void
ReadAsync ( ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
LogEnd ( [ methodName = null ) : void
LogStart ( [ methodName = null ) : void
OnDisposed ( ) : void
ReadPermissions ( ) : List
WritePermissions ( List permissions ) : void

Private Methods

Méthode Description
EnvironmentConnectionOnPermissionsModified ( object sender, List windowsGroupPermissions ) : void
OnNetworkStateChanged ( object sender, NetworkStateEventArgs args ) : void

Method Details

ClientSecurityService() public méthode

public ClientSecurityService ( IEnvironmentConnection environmentConnection ) : System.Collections.Generic
environmentConnection IEnvironmentConnection
Résultat System.Collections.Generic

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

Read() public méthode

public Read ( ) : void
Résultat void

ReadAsync() public méthode

public ReadAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

ReadPermissions() protected méthode

protected ReadPermissions ( ) : List
Résultat List

WritePermissions() protected méthode

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