Interface ClientTypesResource


public interface ClientTypesResource
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 -