Interface ClientTypesResource


public interface ClientTypesResource
Since:
Keycloak 25. All the child endpoints are also available since that version

This endpoint including all the child endpoints requires feature Profile.Feature.CLIENT_TYPES to be enabled

Author:
Marek Posolda
  • Method Details

    • getClientTypes

      @GET @Produces("application/json") ClientTypesRepresentation getClientTypes()
    • updateClientTypes

      @PUT @Consumes("application/json") void updateClientTypes(ClientTypesRepresentation clientTypes)
      Update client types in the realm. The "global-client-types" field of client types is ignored as it is not possible to update global types
      Parameters:
      clientTypes -