keycloak-scim/server-spi-private/src/main/java/org/keycloak/models
AlistairDoswald 8b3e77bf81 KEYCLOAK-9992 Support for ARTIFACT binding in server to client communication
Co-authored-by: AlistairDoswald <alistair.doswald@elca.ch>
Co-authored-by: harture <harture414@gmail.com>
Co-authored-by: Michal Hajas <mhajas@redhat.com>
2021-04-16 12:15:59 +02:00
..
cache KEYCLOAK-17021 Client Scope map store 2021-03-08 21:59:28 +01:00
dblock KEYCLOAK-14552 Realm Map Store 2021-03-31 15:49:03 +02:00
session KEYCLOAK-16908 Refactor UserSessionPersisterProvider 2021-01-29 09:29:00 +01:00
utils KEYCLOAK-17678 Fix getting client scope by name resulting in listing clients 2021-04-12 21:10:38 +02:00
AccountRoles.java KEYCLOAK-14846 Default roles processing 2021-01-08 13:55:48 +01:00
ActionTokenStoreProvider.java KEYCLOAK-5688 Add externalizers for session entities 2017-10-18 16:04:57 +02:00
ActionTokenStoreProviderFactory.java KEYCLOAK-4628 Single-use cache + its functionality incorporated into reset password token. Utilize single-use cache for relevant actions in execute-actions token 2017-05-11 22:16:26 +02:00
ActionTokenStoreSpi.java KEYCLOAK-4628 Single-use cache + its functionality incorporated into reset password token. Utilize single-use cache for relevant actions in execute-actions token 2017-05-11 22:16:26 +02:00
AdminRoles.java [KEYCLOAK-9489] - User not able to log in to admin console when using query-* roles 2019-02-20 18:09:36 +01:00
BrowserSecurityHeaders.java KEYCLOAK-14232 Add Referrer-Policy: no-referrer to each response from Keycloak 2020-09-17 23:21:49 -07:00
ClaimMask.java KEYCLOAK-3882 Split server-spi into server-spi and server-spi-private 2016-11-10 13:28:42 +01:00
ClientConfigResolver.java KEYCLOAK-6630 Client scopes initial support (#5076) 2018-06-08 15:38:38 +02:00
ClientProviderFactory.java KEYCLOAK-14553 Client map store 2020-07-22 00:08:15 +02:00
ClientScopeProviderFactory.java KEYCLOAK-17021 Client Scope map store 2021-03-08 21:59:28 +01:00
ClientScopeSpi.java KEYCLOAK-17021 Client Scope map store 2021-03-08 21:59:28 +01:00
ClientSpi.java KEYCLOAK-14553 Client map store 2020-07-22 00:08:15 +02:00
CodeToTokenStoreProvider.java KEYCLOAK-7774 KEYCLOAK-8438 Errors when SSO authenticating to same client multiple times concurrently in more browser tabs 2018-11-21 21:51:32 +01:00
CodeToTokenStoreProviderFactory.java KEYCLOAK-5007 Used single-use cache for tracke OAuth code. OAuth code changed to be encrypted and signed JWT 2017-09-29 13:20:22 +02:00
CodeToTokenStoreSpi.java KEYCLOAK-5007 Used single-use cache for tracke OAuth code. OAuth code changed to be encrypted and signed JWT 2017-09-29 13:20:22 +02:00
Constants.java KEYCLOAK-17342 Make the default value of default signature algorithm show up in the admin console 2021-03-16 09:15:22 +01:00
ContentSecurityPolicyBuilder.java KEYCLOAK-14232 Add Referrer-Policy: no-referrer to each response from Keycloak 2020-09-17 23:21:49 -07:00
DefaultOAuth2DeviceUserCodeProvider.java KEYCLOAK-7675 SPI and default implementation for Device User Code. 2021-03-15 10:09:20 -03:00
DefaultOAuth2DeviceUserCodeProviderFactory.java KEYCLOAK-7675 SPI and default implementation for Device User Code. 2021-03-15 10:09:20 -03:00
GroupProviderFactory.java KEYCLOAK-14972 Add independent GroupProvider interface 2020-08-13 21:13:12 +02:00
GroupSpi.java KEYCLOAK-14972 Add independent GroupProvider interface 2020-08-13 21:13:12 +02:00
ImpersonationConstants.java KEYCLOAK-6630 Client scopes initial support (#5076) 2018-06-08 15:38:38 +02:00
ImpersonationSessionNote.java KEYCLOAK-2339 Adding impersonator details to user session notes and supporting built-in protocol mappers. 2019-03-08 09:14:42 +01:00
LDAPConstants.java KEYCLOAK-17404: LDAPS connection tests not working when protocol set in upper case 2021-03-16 10:10:59 +01:00
OAuth2DeviceCodeModel.java KEYCLOAK-7675 Support for Device Authorization Grant 2021-03-15 10:09:20 -03:00
OAuth2DeviceTokenStoreProvider.java KEYCLOAK-7675 Prototype Implementation of Device Authorization Grant. 2021-03-15 10:09:20 -03:00
OAuth2DeviceTokenStoreProviderFactory.java KEYCLOAK-7675 Prototype Implementation of Device Authorization Grant. 2021-03-15 10:09:20 -03:00
OAuth2DeviceTokenStoreSpi.java KEYCLOAK-7675 Prototype Implementation of Device Authorization Grant. 2021-03-15 10:09:20 -03:00
OAuth2DeviceUserCodeModel.java KEYCLOAK-7675 Support for Device Authorization Grant 2021-03-15 10:09:20 -03:00
OAuth2DeviceUserCodeProvider.java KEYCLOAK-7675 SPI and default implementation for Device User Code. 2021-03-15 10:09:20 -03:00
OAuth2DeviceUserCodeProviderFactory.java KEYCLOAK-7675 SPI and default implementation for Device User Code. 2021-03-15 10:09:20 -03:00
OAuth2DeviceUserCodeSpi.java KEYCLOAK-7675 SPI and default implementation for Device User Code. 2021-03-15 10:09:20 -03:00
OfflineUserSessionModel.java KEYCLOAK-5350 2017-12-06 16:00:23 -05:00
RealmProviderFactory.java KEYCLOAK-3882 Split server-spi into server-spi and server-spi-private 2016-11-10 13:28:42 +01:00
RealmSpi.java KEYCLOAK-3882 Split server-spi into server-spi and server-spi-private 2016-11-10 13:28:42 +01:00
RoleProviderFactory.java KEYCLOAK-14811 Create RoleProvider and make it independent of ClientProvider and RealmProvider 2020-07-31 15:11:25 -03:00
RoleSpi.java KEYCLOAK-14811 Create RoleProvider and make it independent of ClientProvider and RealmProvider 2020-07-31 15:11:25 -03:00
SamlArtifactSessionMappingStoreProvider.java KEYCLOAK-9992 Support for ARTIFACT binding in server to client communication 2021-04-16 12:15:59 +02:00
SamlArtifactSessionMappingStoreProviderFactory.java KEYCLOAK-9992 Support for ARTIFACT binding in server to client communication 2021-04-16 12:15:59 +02:00
SamlArtifactSessionMappingStoreSpi.java KEYCLOAK-9992 Support for ARTIFACT binding in server to client communication 2021-04-16 12:15:59 +02:00
ServerInfoProvider.java KEYCLOAK-14552 Realm Map Store 2021-03-31 15:49:03 +02:00
ServerInfoProviderFactory.java KEYCLOAK-14552 Realm Map Store 2021-03-31 15:49:03 +02:00
ServerInfoSpi.java KEYCLOAK-14552 Realm Map Store 2021-03-31 15:49:03 +02:00
SingleUseTokenStoreProvider.java KEYCLOAK-6980 Check if client_assertion was already used during signed JWT client authentication 2018-11-14 20:09:22 +01:00
SingleUseTokenStoreProviderFactory.java KEYCLOAK-6980 Check if client_assertion was already used during signed JWT client authentication 2018-11-14 20:09:22 +01:00
SingleUseTokenStoreSpi.java KEYCLOAK-6980 Check if client_assertion was already used during signed JWT client authentication 2018-11-14 20:09:22 +01:00
TokenRevocationStoreProvider.java KEYCLOAK-9551 KEYCLOAK-16159 Make refresh_token generation for client_credentials optional. Support for revocation of access tokens. 2020-11-06 09:15:34 +01:00
TokenRevocationStoreProviderFactory.java KEYCLOAK-9551 KEYCLOAK-16159 Make refresh_token generation for client_credentials optional. Support for revocation of access tokens. 2020-11-06 09:15:34 +01:00
TokenRevocationStoreSpi.java KEYCLOAK-9551 KEYCLOAK-16159 Make refresh_token generation for client_credentials optional. Support for revocation of access tokens. 2020-11-06 09:15:34 +01:00
UserProviderFactory.java KEYCLOAK-3882 Split server-spi into server-spi and server-spi-private 2016-11-10 13:28:42 +01:00
UserSessionNoteDescriptor.java KEYCLOAK-2339 Adding impersonator details to user session notes and supporting built-in protocol mappers. 2019-03-08 09:14:42 +01:00
UserSessionProviderFactory.java KEYCLOAK-3882 Split server-spi into server-spi and server-spi-private 2016-11-10 13:28:42 +01:00
UserSessionSpi.java KEYCLOAK-3882 Split server-spi into server-spi and server-spi-private 2016-11-10 13:28:42 +01:00
UserSpi.java KEYCLOAK-3882 Split server-spi into server-spi and server-spi-private 2016-11-10 13:28:42 +01:00