| 415 | |
| 416 | |
| 417 | void Master::setAuthorizationCallbacks(Authorizer* authorizer) |
| 418 | { |
| 419 | process::http::authorization::setCallbacks( |
| 420 | authorization::createAuthorizationCallbacks(authorizer)); |
| 421 | |
| 422 | authorizationCallbacksSet = true; |
| 423 | } |
| 424 | |
| 425 | |
| 426 | Try<process::Owned<Slave>> Slave::create( |
no test coverage detected