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, org.xipki.ca.gateway.conf.CaProfilesControl caProfiles, String reverseProxyMode)  
    • 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,
                             org.xipki.ca.gateway.conf.CaProfilesControl caProfiles,
                             String reverseProxyMode)
    • Method Detail

      • service

        public org.xipki.util.http.HttpResponse service​(String path,
                                                        byte[] request,
                                                        org.xipki.util.http.XiHttpRequest httpRetriever,
                                                        org.xipki.audit.AuditEvent event)