MCPcopy Create free account
hub / github.com/apache/impala / GetLdap

Method GetLdap

be/src/rpc/authentication.h:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 AuthProvider* GetInternalAuthProvider();
80
81 ImpalaLdap* GetLdap() const { return ldap_.get(); }
82
83 /// Returns the AuthenticationHash used to generate and verify signatures for cookies.
84 /// The returned reference is valid as long as the AuthManager instance is valid.

Callers 3

OpenSessionMethod · 0.80
DoLdapCheckFiltersFunction · 0.80
DoLdapCheckFunction · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected