File tree 2 files changed +4
-4
lines changed
src/main/java/info/unterrainer/commons/httpserver/jsons
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
18
18
<modelVersion >4.0.0</modelVersion >
19
19
<artifactId >http-server</artifactId >
20
- <version >0.2.32 </version >
20
+ <version >0.2.33 </version >
21
21
<name >HttpServer</name >
22
22
<packaging >jar</packaging >
23
23
30
30
<dependency >
31
31
<groupId >info.unterrainer.commons</groupId >
32
32
<artifactId >jre-utils</artifactId >
33
- <version >0.2.2 </version >
33
+ <version >0.2.3 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >info.unterrainer.commons</groupId >
37
37
<artifactId >rdb-utils</artifactId >
38
- <version >0.1.10 </version >
38
+ <version >0.1.11 </version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >info.unterrainer.commons</groupId >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class UserDataJson {
23
23
private Set <String > realmRoles ;
24
24
private Set <String > clientRoles ;
25
25
/**
26
- * Custom Keycloak-attributes 'tenant_read ' and 'tenant_write ' that have to be
26
+ * Custom Keycloak-attributes 'tenants_read ' and 'tenants_write ' that have to be
27
27
* set under user/attributes within Keycloak and then mapped using an
28
28
* AttributeMapper within Keycloak as well. Are comma-separated lists of
29
29
* tenant-IDs.
You can’t perform that action at this time.
0 commit comments