Definition at line 343 of file PrivilegeManager.cs.
Deveel.Data.Security.PrivilegeManager.GrantCacheKey.GrantCacheKey |
( |
string |
userName, |
|
|
DbObjectType |
objectType, |
|
|
string |
objectName, |
|
|
bool |
withOption, |
|
|
bool |
withPublic |
|
) |
| |
|
inline |
Definition at line 349 of file PrivilegeManager.cs.
readonly DbObjectType objectType
readonly string objectName
override bool Deveel.Data.Security.PrivilegeManager.GrantCacheKey.Equals |
( |
object |
obj | ) |
|
|
inline |
Definition at line 361 of file PrivilegeManager.cs.
GrantCacheKey(string userName, DbObjectType objectType, string objectName, bool withOption, bool withPublic)
override bool Equals(object obj)
bool Deveel.Data.Security.PrivilegeManager.GrantCacheKey.Equals |
( |
GrantCacheKey |
other | ) |
|
|
inline |
Definition at line 370 of file PrivilegeManager.cs.
374 if (!
String.Equals(
userName, other.userName, StringComparison.OrdinalIgnoreCase))
380 if (!
String.Equals(
objectName, other.objectName, StringComparison.OrdinalIgnoreCase))
A long string in the system.
readonly DbObjectType objectType
readonly string objectName
override int Deveel.Data.Security.PrivilegeManager.GrantCacheKey.GetHashCode |
( |
| ) |
|
|
inline |
Definition at line 366 of file PrivilegeManager.cs.
readonly DbObjectType objectType
readonly string objectName
readonly string Deveel.Data.Security.PrivilegeManager.GrantCacheKey.objectName |
|
private |
readonly DbObjectType Deveel.Data.Security.PrivilegeManager.GrantCacheKey.objectType |
|
private |
readonly int Deveel.Data.Security.PrivilegeManager.GrantCacheKey.options |
|
private |
readonly string Deveel.Data.Security.PrivilegeManager.GrantCacheKey.userName |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Security/PrivilegeManager.cs