Class ClientStorageProviderResource


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

      • realm

        protected org.keycloak.models.RealmModel realm
      • clientConnection

        @Context
        protected org.keycloak.common.ClientConnection clientConnection
      • session

        @Context
        protected org.keycloak.models.KeycloakSession session
      • headers

        @Context
        protected javax.ws.rs.core.HttpHeaders headers
    • Method Detail

      • 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: