| 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. |
no test coverage detected