Package org.keycloak.client.clienttype
Interface ClientTypeProvider
- All Superinterfaces:
Provider
- Author:
- Marek Posolda
-
Method Summary
Modifier and TypeMethodDescriptionorg.keycloak.representations.idm.ClientTypeRepresentationcheckClientTypeConfig(org.keycloak.representations.idm.ClientTypeRepresentation clientType) default voidclose()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()
-