keycloak-scim/server-spi-private/src/main/java/org/keycloak
2023-03-17 11:40:51 +01:00
..
authentication Decouple the policy enforcer from adapters and provide a separate library 2023-03-17 11:40:51 +01:00
authorization Reduce number of calls to the storage for clients and realms 2022-10-21 15:08:39 +02:00
broker Redirect loop with authentication success but access denied at default identity provider 2023-03-06 10:45:01 +01:00
cluster Disable Infinispan for map storage and avoid the component factory when creating a realm independent provider factory 2022-07-22 08:20:00 +02: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 Make sure PBKDF2 providers are using the expect size for derived keys (#16798) 2023-02-03 15:31:25 +01:00
crypto [#11036] Identity Providers: Add support for elliptic curve signatures (ES256/ES384/ES512) using JWKS URL 2022-06-21 10:52:25 -03:00
device Create an SPI for DeviceActivityManager 2023-02-20 09:29:11 +01:00
email KEYCLOAK-6455 Ability to require email to be verified before changing (#7943) 2022-05-09 18:52:22 +02:00
events #16161 implement an EventBuilder constructor which can be called from scheduled tasks 2023-02-27 15:52:37 -03:00
executors KEYCLOAK-5371 Fix SessionExpirationCrossDCTest, Added ExecutorsProvider. Debug support for cache-servers in tests 2017-10-10 22:30:44 +02:00
exportimport Rework the export to use CLI options and property mappers 2023-03-07 08:22:12 +01:00
forms Remove text based login flows (#13249) 2022-07-22 15:15:25 +02:00
headers KEYCLOAK-13128 Security Headers SPI and response filter 2020-04-28 15:28:24 +02:00
keys Support for multiple keys with same kid, which differ just by algorithm in the JWKS (#15114) 2022-11-03 09:32:45 +01:00
migration Encapsulate MigrationModelManager in legacy module 2022-06-28 10:53:04 +02:00
models Use encryption keys rather than sig for crypto in SAML 2023-02-10 12:06:49 +01:00
partialimport Modify RealmAdminResource.partialImport to work with InputStream 2022-11-24 11:45:11 +01:00
policy Revise blacklist password policy provider #8982 2023-02-07 10:36:39 +01:00
protocol Removing unnecessary injection points from JAX-RS (sub)resources 2022-11-16 08:55:55 -03:00
provider Fix remaining failing tests with BCFIPS approved mode (#16699) 2023-01-30 16:01:57 +01:00
scripting [KEYCLOAK-4902] - Refactoring and improvements to processing of authz requests 2018-08-07 10:53:40 -03:00
services Move transaction processing into session close 2023-01-05 16:12:32 +01:00
sessions Move non-map-storage related classes to new package 2022-07-15 09:46:29 -03:00
storage Modify RealmAdminResource.partialImport to work with InputStream 2022-11-24 11:45:11 +01: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 KEYCLOAK-3882 Split server-spi into server-spi and server-spi-private 2016-11-10 13:28:42 +01:00
truststore [KEYCLOAK-14343] Truststore SPI support for LDAP with StartTLS 2020-06-11 18:07:53 +02:00
userprofile Ignore user profile attributes for service accounts 2023-01-10 16:26:53 +01:00
utils Ensure that concatenated Stream is closed once read 2023-02-17 13:00:32 +01: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 KEYCLOAK-3882 Split server-spi into server-spi and server-spi-private 2016-11-10 13:28:42 +01:00