Class ClientStorageProviderResource

java.lang.Object
org.keycloak.services.resources.admin.ClientStorageProviderResource

public class ClientStorageProviderResource extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • realm

      protected final org.keycloak.models.RealmModel realm
    • auth

      protected final AdminPermissionEvaluator auth
    • adminEvent

      protected final AdminEventBuilder adminEvent
    • clientConnection

      protected final org.keycloak.common.ClientConnection clientConnection
    • session

      protected final org.keycloak.models.KeycloakSession session
    • headers

      protected final jakarta.ws.rs.core.HttpHeaders headers
  • Constructor Details

  • Method Details

    • getSimpleName

      @GET @Path("{id}/name") @Produces("application/json") public Map<String,String> getSimpleName(@PathParam("id") String id)
      Need this for admin console to display simple name of provider when displaying client detail KEYCLOAK-4328
      Parameters:
      id -
      Returns: