Refactor and cleanup
* simplify AttributeEndpointsResourceProvider * improve explanation of properties in AdminUiPage * add example for mailing lists and map endpoint * better explain configuration and operation of provider in main readme * adjust the Keycloak realm * Add unit test for endpoint class
This commit is contained in:
parent
a540e63bf3
commit
cd31ec8a20
10 changed files with 523 additions and 200 deletions
|
|
@ -28,6 +28,19 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<version>5.23.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.resteasy</groupId>
|
||||
<artifactId>resteasy-core</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-server-spi-private</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue