MCPcopy 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
139const AuthSspi::Key* AuthSspi::getKey() const
140{
141 if (sessionKey.hasData())
142 return &sessionKey;
143 return NULL;
144}
145
146bool AuthSspi::checkAdminPrivilege()
147{

Callers 3

getInstanceMethod · 0.45
authenticateMethod · 0.45
startMethod · 0.45

Calls 1

hasDataMethod · 0.45

Tested by

no test coverage detected