Interface ClientDescriptionConverter

All Superinterfaces:
Provider
All Known Implementing Classes:
EntityDescriptorDescriptionConverter, KeycloakClientDescriptionConverter, OIDCClientDescriptionConverter

public interface ClientDescriptionConverter extends Provider
Provider plugin interface for importing clients from an arbitrary configuration format
Version:
$Revision: 1 $
Author:
Bill Burke
  • Method Summary

    Modifier and Type
    Method
    Description
    org.keycloak.representations.idm.ClientRepresentation
     

    Methods inherited from interface org.keycloak.provider.Provider

    close
  • Method Details

    • convertToInternal

      org.keycloak.representations.idm.ClientRepresentation convertToInternal(String description)