Class DefaultClientTypeProvider
java.lang.Object
org.keycloak.services.clienttype.impl.DefaultClientTypeProvider
- All Implemented Interfaces:
ClientTypeProvider,Provider
- Author:
- Marek Posolda
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckClientTypeConfig(ClientTypeRepresentation clientType) getClientType(ClientTypeRepresentation clientTypeRep, ClientType parent) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.client.clienttype.ClientTypeProvider
close
-
Constructor Details
-
DefaultClientTypeProvider
public DefaultClientTypeProvider()
-
-
Method Details
-
getClientType
- Specified by:
getClientTypein interfaceClientTypeProvider
-
checkClientTypeConfig
public ClientTypeRepresentation checkClientTypeConfig(ClientTypeRepresentation clientType) throws ClientTypeException - Specified by:
checkClientTypeConfigin interfaceClientTypeProvider- Throws:
ClientTypeException
-