Interface ClientsResource


  • public interface ClientsResource
    Since:
    0.9.0
    • Method Detail

      • findByClientId

        @GET
        @Produces("application/json")
        List<org.keycloak.representations.idm.ClientRepresentation> findByClientId​(@QueryParam("clientId")
                                                                                   String clientId)