| 69 | |
| 70 | |
| 71 | Future<Nothing> AuthenticatorManagerProcess::unsetAuthenticator( |
| 72 | const string& realm) |
| 73 | { |
| 74 | authenticators_.erase(realm); |
| 75 | return Nothing(); |
| 76 | } |
| 77 | |
| 78 | |
| 79 | Future<Option<AuthenticationResult>> AuthenticatorManagerProcess::authenticate( |
no test coverage detected