Interface IdentityDocumentApi


  • @Path("/identity-document")
    public interface IdentityDocumentApi
    Author:
    bjorncs
    • Method Detail

      • getNodeIdentityDocument

        @GET
        @Produces("application/json")
        @Path("/node/{host}")
        SignedIdentityDocumentEntity getNodeIdentityDocument​(@PathParam("host")
                                                             java.lang.String host)
      • getTenantIdentityDocument

        @GET
        @Produces("application/json")
        @Path("/tenant/{host}")
        SignedIdentityDocumentEntity getTenantIdentityDocument​(@PathParam("host")
                                                               java.lang.String host)