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.
| Constructor and Description |
|---|
RealmResourceSPI() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Class<? extends Provider> |
getProviderClass() |
Class<? extends ProviderFactory> |
getProviderFactoryClass() |
boolean |
isInternal() |
public boolean isInternal()
isInternal in interface Spipublic Class<? extends Provider> getProviderClass()
getProviderClass in interface Spipublic Class<? extends ProviderFactory> getProviderFactoryClass()
getProviderFactoryClass in interface SpiCopyright © 2016 JBoss by Red Hat. All rights reserved.