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:
 isInternalin interfaceSpi
 - 
getName
 - 
getProviderClass
- Specified by:
 getProviderClassin interfaceSpi
 - 
getProviderFactoryClass
- Specified by:
 getProviderFactoryClassin interfaceSpi
 
 -