| Package | Description |
|---|---|
| org.wildfly.swarm.config.keycloak.server | |
| org.wildfly.swarm.config.keycloak.server.spi |
| Modifier and Type | Method and Description |
|---|---|
Provider |
Spi.SpiResources.provider(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<Provider> |
Spi.SpiResources.providers()
Get the list of Provider resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Spi.provider(Provider value)
Add the Provider object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Spi.providers(List<Provider> value)
Add all Provider objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
Provider<T extends Provider<T>>
A provider for the spi.
|
interface |
ProviderConsumer<T extends Provider<T>> |
interface |
ProviderSupplier<T extends Provider> |
| Modifier and Type | Method and Description |
|---|---|
Provider |
ProviderSupplier.get()
Constructed instance of Provider resource
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.