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