C# Class Deveel.Data.Security.Privileged

显示文件 Open project: deveel/deveeldb

Private Properties

Property Type Description
AssertInContext void
Privileged System

Public Methods

Method 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

Method Description
AssertInContext ( ) : void
Privileged ( ISession session, string name ) : System

Method Details

CanManageSchema() public method

public CanManageSchema ( ) : bool
return bool

CanManageUsers() public method

public CanManageUsers ( ) : bool
return bool

HasGrantOption() public method

public HasGrantOption ( DbObjectType objectType, ObjectName objectName, Privileges privileges ) : bool
objectType DbObjectType
objectName ObjectName
privileges Privileges
return bool

HasPrivileges() public method

public HasPrivileges ( DbObjectType objectType, ObjectName objectName, Privileges privileges ) : bool
objectType DbObjectType
objectName ObjectName
privileges Privileges
return bool

ToString() public method

public ToString ( ) : string
return string