Interface OrganizationIdentityProviderResource


public interface OrganizationIdentityProviderResource
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
     
    org.keycloak.representations.idm.IdentityProviderRepresentation
     
  • Method Details

    • toRepresentation

      @GET @Produces("application/json") org.keycloak.representations.idm.IdentityProviderRepresentation toRepresentation()
    • delete

      @DELETE jakarta.ws.rs.core.Response delete()