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 classJpaExceptionConverter -
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 classJpaMapExceptionConverterThis is needed for example byorg.keycloak.transaction.JtaTransactionWrapperto 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 ExceptionConverterExceptionConverter. create(KeycloakSession session)
-