Stian Thorgersen
|
c7a8742a36
|
KEYCLOAK-1524
Source code headers
|
2016-02-03 11:20:22 +01:00 |
|
Bill Burke
|
b93d55cb63
|
remove model-api, add server-spi
|
2016-01-15 18:44:17 -05:00 |
|
tsudot
|
162dd4051d
|
KEYCLOAK-1900 Add password hash SPI and provider
- Default encoder set to Pbkdf2PasswordEncoder
|
2015-12-08 13:25:59 +01:00 |
|
Bill Burke
|
e51d2137cf
|
migrate RequiredCredentials
|
2015-07-16 22:03:12 -04:00 |
|
Stian Thorgersen
|
6fbc0975c0
|
KEYCLOAK-1187 First round: Combined ApplicationModel and OAuthClientModel into ClientModel. Removed OAuth Clients from Admin console and renamed Applications to Clients.
|
2015-04-09 12:27:30 +02:00 |
|
pedroigor
|
fa2533ed11
|
[KEYCLOAK-883] - Initial changes.
|
2015-01-13 00:58:19 -02:00 |
|
Stian Thorgersen
|
85621bdd9f
|
KEYCLOAK-566 Configure db in keycloak-server.json instead of persistence.xml
|
2014-07-18 11:21:52 +01:00 |
|
Bill Burke
|
a323fe7992
|
schema changes
|
2014-07-16 19:34:54 -04:00 |
|
Bill Burke
|
f342a8c7a3
|
move credential validation to UserProvider
|
2014-07-16 12:05:15 -04:00 |
|
Bill Burke
|
a5593469ae
|
rename ModelProvider->RealmProvider
|
2014-07-15 15:44:50 -04:00 |
|
Bill Burke
|
484a4c1454
|
user provider refactor complete
|
2014-07-15 15:25:06 -04:00 |
|
Bill Burke
|
ff86bdc35f
|
userprovider split
|
2014-07-15 12:11:12 -04:00 |
|
mposolda
|
726ce08700
|
More cleanup and removed export-import-impl module
|
2014-07-15 16:43:55 +02:00 |
|
Stian Thorgersen
|
86671a2354
|
Started UserSessionProvider
|
2014-07-10 16:48:25 +01:00 |
|
Stian Thorgersen
|
ad6d52cb0f
|
Removed model methods from KeycloakSession
|
2014-07-08 15:27:42 +01:00 |
|
mposolda
|
99ce0a36e6
|
Refactoring current performance test
|
2014-06-27 15:51:01 +02:00 |
|
Stian Thorgersen
|
34a1923d18
|
Refactor to prepar for splitting model
|
2014-06-27 09:39:06 +01:00 |
|
Bill Burke
|
0dd06e3343
|
model refactor for caching
|
2014-06-10 18:50:08 -04:00 |
|
Bill Burke
|
2f3c8bf079
|
cache refactor
|
2014-06-06 15:12:58 -04:00 |
|
mposolda
|
441c00c06f
|
Basic fix of performance tests and added README. Still requires work...
|
2014-05-30 11:03:16 +02:00 |
|
Bill Burke
|
c2bf6c3822
|
Merge remote-tracking branch 'upstream/master'
|
2014-05-17 14:24:37 -04:00 |
|
Bill Burke
|
ab8de6ba25
|
client user-session association
|
2014-05-17 14:24:32 -04:00 |
|
Stian Thorgersen
|
855269f35d
|
Added 'keycloak-server.json' for configuring the server
Added SPI interface to detect SPI's
Converted Model to SPI/Provider to be loaded through ProviderSessionFactory
|
2014-05-16 17:33:22 +01:00 |
|
Stian Thorgersen
|
6f0b12174c
|
KEYCLOAK-432 Added user sessions
|
2014-05-09 11:52:45 +01:00 |
|
Bill Burke
|
2b8d2288fb
|
more brute force detection
|
2014-04-14 18:58:45 -04:00 |
|
mposolda
|
793f69d4b6
|
Authentication SPI. Implementations based on Picketlink+LDAP, model and external model (other realm). Added KeycloakRegistry
|
2014-03-24 23:11:11 +01:00 |
|
Stian Thorgersen
|
6dc156712e
|
KEYCLOAK-359 Add user friendly username for social links
|
2014-03-12 08:52:47 +00:00 |
|
Bill Burke
|
3fc273070e
|
remove clientmodel.agent phase1
|
2014-02-27 13:55:04 -05:00 |
|
Bill Burke
|
48d39bf977
|
Use ClientModel wherever possible
|
2014-02-26 22:04:57 -05:00 |
|
Stian Thorgersen
|
38b7dcdf7d
|
Fixes to persistence.xml for distribution
|
2014-02-04 11:44:02 +00:00 |
|
Bill Burke
|
1cbe3596b4
|
Merge remote-tracking branch 'upstream/master'
|
2014-01-30 20:32:11 -05:00 |
|
Bill Burke
|
bb5991239b
|
composite roles
|
2014-01-29 20:19:32 -05:00 |
|
Matthias Wessendorf
|
2efcb95fd6
|
some minor util class clean-up, to prevent instanciation of util classes
|
2014-01-28 14:30:22 +01:00 |
|
Stian Thorgersen
|
2e9a474eac
|
Use service loader to load model provider
|
2013-11-12 11:49:03 +00:00 |
|
Bill Burke
|
2861ea0e96
|
nasty merge
|
2013-11-05 23:12:07 -05:00 |
|
Bill Burke
|
d04ca2c34f
|
jpa backend
|
2013-11-05 21:26:33 -05:00 |
|
Stian Thorgersen
|
d083909136
|
Added support for default application roles. Added authz to account, user (or client if oauth) is required to have role manage-account to manage their account, this is a default role for the Account application.
|
2013-11-04 17:21:46 +00:00 |
|
mposolda
|
9f91002348
|
Adapt latest model changes
|
2013-10-10 12:10:16 +02:00 |
|
mposolda
|
6ac643c45b
|
Creating MongoDBSessionFactory in KeycloakApplication via reflection to avoid compile-time dependency on mongo module
|
2013-10-10 10:43:54 +02:00 |
|
mposolda
|
453e1c5cf7
|
Added ServletContextListener for start of embedded MongoDB at Keycloak deploy. Added PropertiesManager
|
2013-10-10 10:43:54 +02:00 |
|
mposolda
|
71cd9cffa4
|
Rebased MongoDB on top of latest master. Divide testsuite into integration and performance submodules
|
2013-10-10 10:43:54 +02:00 |
|