Package org.keycloak.services.resource
Class RealmResourceSPI
java.lang.Object
org.keycloak.services.resource.RealmResourceSPI
- All Implemented Interfaces:
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
-
Constructor Details
-
RealmResourceSPI
public RealmResourceSPI()
-
-
Method Details
-
isInternal
public boolean isInternal()- Specified by:
isInternal
in interfaceSpi
-
getName
-
getProviderClass
- Specified by:
getProviderClass
in interfaceSpi
-
getProviderFactoryClass
- Specified by:
getProviderFactoryClass
in interfaceSpi
-