Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getKey
Method
getKey
src/auth/trusted/AuthSspi.cpp:139–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
const AuthSspi::Key* AuthSspi::getKey() const
140
{
141
if (sessionKey.hasData())
142
return &sessionKey;
143
return NULL;
144
}
145
146
bool AuthSspi::checkAdminPrivilege()
147
{
Callers
3
getInstance
Method · 0.45
authenticate
Method · 0.45
start
Method · 0.45
Calls
1
hasData
Method · 0.45
Tested by
no test coverage detected