C# Class Deveel.Data.Security.Privileged

Afficher le fichier Open project: deveel/deveeldb

Private Properties

Свойство Type Description
AssertInContext void
Privileged System

Méthodes publiques

Méthode Description
CanManageSchema ( ) : bool
CanManageUsers ( ) : bool
HasGrantOption ( DbObjectType objectType, ObjectName objectName, Privileges privileges ) : bool
HasPrivileges ( DbObjectType objectType, ObjectName objectName, Privileges privileges ) : bool
ToString ( ) : string

Private Methods

Méthode Description
AssertInContext ( ) : void
Privileged ( ISession session, string name ) : System

Method Details

CanManageSchema() public méthode

public CanManageSchema ( ) : bool
Résultat bool

CanManageUsers() public méthode

public CanManageUsers ( ) : bool
Résultat bool

HasGrantOption() public méthode

public HasGrantOption ( DbObjectType objectType, ObjectName objectName, Privileges privileges ) : bool
objectType DbObjectType
objectName ObjectName
privileges Privileges
Résultat bool

HasPrivileges() public méthode

public HasPrivileges ( DbObjectType objectType, ObjectName objectName, Privileges privileges ) : bool
objectType DbObjectType
objectName ObjectName
privileges Privileges
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string