Class RestResponder


  • public class RestResponder
    extends Object
    REST API responder.
    Since:
    3.0.1
    Author:
    Lijun Liao (xipki)
    • Constructor Summary

      Constructors 
      Constructor Description
      RestResponder​(org.xipki.ca.sdk.SdkClient sdk, org.xipki.security.SecurityFactory securityFactory, org.xipki.ca.gateway.RequestorAuthenticator authenticator, org.xipki.ca.gateway.PopControl popControl)  
    • Constructor Detail

      • RestResponder

        public RestResponder​(org.xipki.ca.sdk.SdkClient sdk,
                             org.xipki.security.SecurityFactory securityFactory,
                             org.xipki.ca.gateway.RequestorAuthenticator authenticator,
                             org.xipki.ca.gateway.PopControl popControl)
    • Method Detail

      • service

        public org.xipki.ca.gateway.RestResponse service​(String path,
                                                         byte[] request,
                                                         org.xipki.security.util.HttpRequestMetadataRetriever httpRetriever,
                                                         org.xipki.audit.AuditEvent event)