Package org.keycloak.client.clienttype
Interface ClientTypeProvider
- All Superinterfaces:
Provider
- All Known Implementing Classes:
DefaultClientTypeProvider
- Author:
- Marek Posolda
-
Method Summary
Modifier and TypeMethodDescriptioncheckClientTypeConfig
(ClientTypeRepresentation clientType) default void
close()
getClientType
(ClientTypeRepresentation clientTypeRep)
-
Method Details
-
getClientType
-
checkClientTypeConfig
ClientTypeRepresentation checkClientTypeConfig(ClientTypeRepresentation clientType) throws ClientTypeException - Throws:
ClientTypeException
-
close
default void close()
-