Class DefaultClientTypeProvider
java.lang.Object
org.keycloak.services.clienttype.impl.DefaultClientTypeProvider
- All Implemented Interfaces:
ClientTypeProvider
,Provider
- Author:
- Marek Posolda
-
Constructor Summary
ConstructorDescriptionDefaultClientTypeProvider
(KeycloakSession session, Map<String, PropertyDescriptor> clientRepresentationProperties) -
Method Summary
Modifier and TypeMethodDescriptioncheckClientTypeConfig
(ClientTypeRepresentation clientType) getClientType
(ClientTypeRepresentation clientTypeRep) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.client.clienttype.ClientTypeProvider
close
-
Constructor Details
-
DefaultClientTypeProvider
public DefaultClientTypeProvider(KeycloakSession session, Map<String, PropertyDescriptor> clientRepresentationProperties)
-
-
Method Details
-
getClientType
- Specified by:
getClientType
in interfaceClientTypeProvider
-
checkClientTypeConfig
public ClientTypeRepresentation checkClientTypeConfig(ClientTypeRepresentation clientType) throws ClientTypeException - Specified by:
checkClientTypeConfig
in interfaceClientTypeProvider
- Throws:
ClientTypeException
-