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 TypeMethodDescriptionorg.keycloak.representations.idm.ClientTypeRepresentationcheckClientTypeConfig(org.keycloak.representations.idm.ClientTypeRepresentation clientType) getClientType(org.keycloak.representations.idm.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
public ClientType getClientType(org.keycloak.representations.idm.ClientTypeRepresentation clientTypeRep, ClientType parent) - Specified by:
getClientTypein interfaceClientTypeProvider
-
checkClientTypeConfig
public org.keycloak.representations.idm.ClientTypeRepresentation checkClientTypeConfig(org.keycloak.representations.idm.ClientTypeRepresentation clientType) throws ClientTypeException - Specified by:
checkClientTypeConfigin interfaceClientTypeProvider- Throws:
ClientTypeException
-