Hello Charles,
Your implementations should be listed one per line [1].
Also you can implement multiple REST endpoints within a single provider (as JAX-RS
subresources), if only you're ok that they share the same prefix, i.e. a string
returned by your factory's getId() method.
[1]
https://docs.oracle.com/javase/8/docs/api/java/util/ServiceLoader.html
Cheers,
Dmitry Telegin
CTO, Acutus s.r.o.
Keycloak Consulting and Training
Pod lipami street 339/52, 130 00 Prague 3, Czech Republic
+42 (022) 888-30-71
E-mail: info(a)acutus.pro
On Thu, 2019-01-24 at 16:56 -0500, Walker, Charles wrote:
The documentation states that if you want to add a custom endpoint,
you
need to implement the RealmResourceProviderFactory and
RealmResourceProvider interfaces. Then the examples show that you create
an "org.keycloak.services.resource.RealmResourceProviderFactory" file in
the "META-INF/services" directory that references the implementation.
But what if I want to have multiple implementations? would these
implementations be just listed in the above file
"org.keycloak.services.resource.RealmResourceProviderFactory" as comma
separated, space separated or what?
Thanks for your help,
Charles Walker
_______________________________________________
keycloak-user mailing list
keycloak-user(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user