|
|
4/7/2016 4:36:34 AM
network for clustering
|
4/7/2016 4:34:35 AM
Renaming a realm without saving the form affects all li…
|
4/7/2016 1:59:21 AM
all links in Console
|
4/7/2016 2:36:22 AM
Improve thread safety of TokenManager
|
4/5/2016 10:01:37 AM
commit guards access to the non-final fields of TokenManager by its intrinsic lock.
|
4/7/2016 2:35:39 AM
By default, allow for concurrent usage
|
4/5/2016 6:34:02 AM
nature of Keycloak makes it very plausible that it is used in
a concurrent setting. With that in mind, it would make sense to,
by default, allow for more than one concurrent Resteasy connection
in the admin client code.
|
4/7/2016 2:24:03 AM
Invalidate token upon failure
|
3/30/2016 9:45:19 AM
managed by TokenManager is known to be invalid, it should no
longer be used. This commit adds a response listener to the only filter
using TokenManager, which causes, upon authentication failure, to
invalidate the token that was used.
|