| 290 | |
| 291 | |
| 292 | AuthenticationResult createForbidden(MockAuthenticator& authenticator) |
| 293 | { |
| 294 | AuthenticationResult result; |
| 295 | result.forbidden = Forbidden(authenticator.scheme() + " forbidden"); |
| 296 | |
| 297 | return result; |
| 298 | } |
| 299 | |
| 300 | |
| 301 | AuthenticationResult createCombinedUnauthorized( |