keycloak-scim/server-spi-private/src/main/java/org/keycloak
Alexander Schwartz 14a369a8cc Added LegacySessionSupport SPI
While some methods around onCache() are still called from the legacy code, all other methods log a warning with a stacktrace.
2022-06-21 08:53:06 +02:00
..
authentication Avoid using methods on UserCredentialStoreManager 2022-06-21 08:53:06 +02:00
authorization Make sure there is always Realm or ResourceServer when searching for authz entities 2022-05-11 07:20:01 -03:00
broker set the standardcharset to UTF-8 2022-05-03 16:14:34 -03:00
cluster [KEYCLOAK-11328] - Initial Server.x Clustering Configuration 2019-11-29 08:38:41 +01:00
component When ternary conditional operator uses primitive type it could throw NPE in some cases 2021-12-15 10:25:54 +01:00
connections/httpclient KEYCLOAK-16828 Fix HttpClient failures and close HttpResponses 2021-01-28 08:38:34 +01:00
credential Refactor BouncyIntegration (#12244) 2022-06-07 09:02:00 +02:00
crypto KEYCLOAK-17936 FAPI-CIBA : support Signed Authentication Request 2021-06-29 08:07:40 +02:00
device Update to UA Parser 1.5.2 (#10030) 2022-02-08 11:28:59 +01:00
email KEYCLOAK-6455 Ability to require email to be verified before changing (#7943) 2022-05-09 18:52:22 +02:00
events Remove EXPIRATION fields and add expired entities filtering to all queries automatically 2022-06-20 21:45:32 +02:00
executors KEYCLOAK-5371 Fix SessionExpirationCrossDCTest, Added ExecutorsProvider. Debug support for cache-servers in tests 2017-10-10 22:30:44 +02:00
exportimport
forms KEYCLOAK-6455 Ability to require email to be verified before changing (#7943) 2022-05-09 18:52:22 +02:00
headers KEYCLOAK-13128 Security Headers SPI and response filter 2020-04-28 15:28:24 +02:00
keys KEYCLOAK-15898 Streamification of Keymanager 2020-11-10 14:43:23 +01:00
migration Move User Storage SPI, introduce ExportImportManager 2022-06-21 08:53:06 +02:00
models Added LegacySessionSupport SPI 2022-06-21 08:53:06 +02:00
policy Avoid using methods on UserCredentialStoreManager 2022-06-21 08:53:06 +02:00
protocol Remove dependency of map on services 2022-04-22 17:27:21 +02:00
provider Fix embedded theme-resources lookup in Keycloak.X 2022-01-21 09:52:26 -03:00
scripting [KEYCLOAK-4902] - Refactoring and improvements to processing of authz requests 2018-08-07 10:53:40 -03:00
services Preparation for moving User Storage SPI 2022-06-21 08:53:06 +02:00
sessions Deletion of all objects when realm is being removed 2022-04-28 11:09:17 +02:00
storage SingleUserCredentialManager moving in 2022-06-21 08:53:06 +02:00
theme KEYCLOAK-6289 Add ThemeSelectorSPI 2018-01-18 09:14:13 +01:00
timer KEYCLOAK-12218 Remove redundant modificators from module "server-spi-private" 2019-11-26 08:29:30 +01:00
transaction
truststore [KEYCLOAK-14343] Truststore SPI support for LDAP with StartTLS 2020-06-11 18:07:53 +02:00
userprofile KEYCLOAK-6455 Ability to require email to be verified before changing (#7943) 2022-05-09 18:52:22 +02:00
utils Avoid using methods on UserCredentialStoreManager 2022-06-21 08:53:06 +02:00
validate KEYCLOAK-18497 - Support different input types in built-in dynamic forms 2021-09-20 09:14:49 -03:00
validation KEYCLOAK-14306 OIDC redirect_uri allows dangerous schemes resulting in potential XSS 2020-11-12 08:21:54 +01:00
ServerStartupError.java