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 Spi
public Class<? extends Provider> getProviderClass()
getProviderClass
in interface Spi
public Class<? extends ProviderFactory> getProviderFactoryClass()
getProviderFactoryClass
in interface Spi
Copyright © 2021 JBoss by Red Hat. All rights reserved.