Interface ClientTypeProvider

All Superinterfaces:
Provider

public interface ClientTypeProvider extends Provider
Author:
Marek Posolda
  • Method Summary

    Modifier and Type
    Method
    Description
    org.keycloak.representations.idm.ClientTypeRepresentation
    checkClientTypeConfig(org.keycloak.representations.idm.ClientTypeRepresentation clientType)
     
    default void
     
    getClientType(org.keycloak.representations.idm.ClientTypeRepresentation clientTypeRep, ClientType parent)
     
  • Method Details

    • getClientType

      ClientType getClientType(org.keycloak.representations.idm.ClientTypeRepresentation clientTypeRep, ClientType parent)
    • checkClientTypeConfig

      org.keycloak.representations.idm.ClientTypeRepresentation checkClientTypeConfig(org.keycloak.representations.idm.ClientTypeRepresentation clientType) throws ClientTypeException
      Throws:
      ClientTypeException
    • close

      default void close()
      Specified by:
      close in interface Provider