Uses of Interface
org.keycloak.provider.ExceptionConverter
-
Packages that use ExceptionConverter Package Description org.keycloak.connections.jpa org.keycloak.models.map.storage.jpa.hibernate org.keycloak.provider -
-
Uses of ExceptionConverter in org.keycloak.connections.jpa
Classes in org.keycloak.connections.jpa that implement ExceptionConverter Modifier and Type Class Description class
JpaExceptionConverter
-
Uses of ExceptionConverter in org.keycloak.models.map.storage.jpa.hibernate
Classes in org.keycloak.models.map.storage.jpa.hibernate that implement ExceptionConverter Modifier and Type Class Description class
JpaMapExceptionConverter
This is needed for example byorg.keycloak.transaction.JtaTransactionWrapper
to map an exception that occurs on commit. -
Uses of ExceptionConverter in org.keycloak.provider
Methods in org.keycloak.provider that return ExceptionConverter Modifier and Type Method Description default ExceptionConverter
ExceptionConverter. create(KeycloakSession session)
-