Uses of Class
org.keycloak.client.clienttype.ClientTypeException
Packages that use ClientTypeException
Package
Description
-
Uses of ClientTypeException in org.keycloak.client.clienttype
Methods in org.keycloak.client.clienttype that return ClientTypeExceptionModifier and TypeMethodDescriptionMethods in org.keycloak.client.clienttype that throw ClientTypeExceptionModifier and TypeMethodDescriptionClientTypeManager.augmentClient(ClientModel client) ClientTypeProvider.checkClientTypeConfig(ClientTypeRepresentation clientType) ClientTypeManager.getClientType(RealmModel realm, String typeName) ClientTypeManager.getClientTypes(RealmModel realm) voidClientTypeManager.updateClientTypes(RealmModel realm, ClientTypesRepresentation clientTypes) -
Uses of ClientTypeException in org.keycloak.services.clienttype
Methods in org.keycloak.services.clienttype that throw ClientTypeExceptionModifier and TypeMethodDescriptionDefaultClientTypeManager.augmentClient(ClientModel client) DefaultClientTypeManager.getClientType(RealmModel realm, String typeName) DefaultClientTypeManager.getClientTypes(RealmModel realm) voidDefaultClientTypeManager.updateClientTypes(RealmModel realm, ClientTypesRepresentation clientTypes) -
Uses of ClientTypeException in org.keycloak.services.clienttype.impl
Methods in org.keycloak.services.clienttype.impl that throw ClientTypeExceptionModifier and TypeMethodDescriptionDefaultClientTypeProvider.checkClientTypeConfig(ClientTypeRepresentation clientType)