Interface WASAML2SPService

All Superinterfaces:
JAXRSService

@Path("wa/saml2sp") public interface WASAML2SPService extends JAXRSService
REST operations for WA to work with SAML2SP clients.
  • Method Details

    • getSAML2SPKeystore

      @GET @Path("{clientName}/keystore") jakarta.ws.rs.core.Response getSAML2SPKeystore(@NotNull @PathParam("clientName") @NotNull String clientName)
    • setSAML2SPKeystore

      @PUT @Path("{clientName}/keystore") void setSAML2SPKeystore(@NotNull @PathParam("clientName") @NotNull String clientName, InputStream keystore)
    • getSAML2SPMetadata

      @GET @Path("{clientName}/metadata") jakarta.ws.rs.core.Response getSAML2SPMetadata(@NotNull @PathParam("clientName") @NotNull String clientName)
    • setSAML2SPMetadata

      @PUT @Path("{clientName}/metadata") void setSAML2SPMetadata(@NotNull @PathParam("clientName") @NotNull String clientName, InputStream metadata)