Class RealmResourceSPI

  • All Implemented Interfaces:
    Spi

    public class RealmResourceSPI
    extends Object
    implements Spi

    A Spi to plug additional sub-resources to Realms' RESTful API.

    Implementors can use this Spi to provide additional services to the mentioned API and extend Keycloak capabilities by creating JAX-RS sub-resources for paths not known by the server.

    Author:
    Pedro Igor