@Override
 public void authenticationComplete(
     SecurityIdentity securityIdentity, HttpServerMechanismsResponder responder) {
   wrapped.authenticationComplete(securityIdentity, wrap(responder));
 }