Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetGrants ( string grantee, bool withPublic ) : Deveel.Data.Security.Grant[] | ||
GetGrantsOn ( DbObjectType objectType, ObjectName objectName ) : Deveel.Data.Security.Grant[] | ||
GetPrivileges ( string userName, DbObjectType objectType, ObjectName objectName, bool withOption ) : Privileges | ||
Grant ( |
||
PrivilegeManager ( ISession session ) : System | ||
Revoke ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
QueryPrivileges ( IQuery queryContext, ITable grantTable, string grantee, DbObjectType objectType, ObjectName objectName, bool withOption, bool withPublic ) : Privileges | ||
QueryUserPrivileges ( string userName, DbObjectType objectType, ObjectName objectName, bool withOption, bool withPublic ) : Privileges | ||
RevokeAllGrants ( IQuery queryContext, IMutableTable grantTable, DbObjectType objectType, ObjectName objectName, string revoker, string grantee, bool withOption = false ) : void | ||
RevokeAllGrantsFrom ( DbObjectType objectType, ObjectName objectName, string revoker, string grantee, bool withOption = false ) : void | ||
UpdateGrants ( IQuery queryContext, IMutableTable grantTable, DbObjectType objectType, ObjectName objectName, string granter, string grantee, Privileges privileges, bool withOption ) : void | ||
UpdateUserGrants ( DbObjectType objectType, ObjectName objectName, string granter, string grantee, Privileges privileges, bool withOption ) : void |
public GetGrants ( string grantee, bool withPublic ) : Deveel.Data.Security.Grant[] | ||
grantee | string | |
withPublic | bool | |
return | Deveel.Data.Security.Grant[] |
public GetGrantsOn ( DbObjectType objectType, ObjectName objectName ) : Deveel.Data.Security.Grant[] | ||
objectType | DbObjectType | |
objectName | ObjectName | |
return | Deveel.Data.Security.Grant[] |
public GetPrivileges ( string userName, DbObjectType objectType, ObjectName objectName, bool withOption ) : Privileges | ||
userName | string | |
objectType | DbObjectType | |
objectName | ObjectName | |
withOption | bool | |
return | Privileges |
public PrivilegeManager ( ISession session ) : System | ||
session | ISession | |
return | System |