Class OIDCClientDescriptionConverter

java.lang.Object
org.keycloak.protocol.oidc.OIDCClientDescriptionConverter
All Implemented Interfaces:
ClientDescriptionConverter, org.keycloak.provider.Provider

public class OIDCClientDescriptionConverter extends Object implements ClientDescriptionConverter
Author:
Stian Thorgersen
  • Constructor Details

    • OIDCClientDescriptionConverter

      public OIDCClientDescriptionConverter(org.keycloak.models.KeycloakSession session)
  • Method Details

    • convertToInternal

      public org.keycloak.representations.idm.ClientRepresentation convertToInternal(String description)
      Specified by:
      convertToInternal in interface ClientDescriptionConverter
    • close

      public void close()
      Specified by:
      close in interface org.keycloak.provider.Provider