Class PublicKeyAPI


  • @Path("/node/key")
    public class PublicKeyAPI
    extends JerseyResource
    V2 API for fetching the public key of the receiving node.

    This API is analogous to the v1 /admin/info/key endpoint.

    • Constructor Detail

      • PublicKeyAPI

        @Inject
        public PublicKeyAPI​(SolrNodeKeyPair nodeKeyPair)
    • Method Detail

      • getPublicKey

        @GET
        @Produces({"application/json","application/xml","application/vnd.apache.solr.javabin"})
        public PublicKeyAPI.PublicKeyResponse getPublicKey()