Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
AggregateHTTPServerMechanismFactory |
Elytron.ElytronResources.aggregateHttpServerMechanismFactory(String key) |
Modifier and Type | Method and Description |
---|---|
List<AggregateHTTPServerMechanismFactory> |
Elytron.ElytronResources.aggregateHttpServerMechanismFactories()
Get the list of AggregateHTTPServerMechanismFactory resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.aggregateHttpServerMechanismFactory(AggregateHTTPServerMechanismFactory value)
Add the AggregateHTTPServerMechanismFactory object to the list of
subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.aggregateHttpServerMechanismFactories(List<AggregateHTTPServerMechanismFactory> value)
Add all AggregateHTTPServerMechanismFactory objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateHTTPServerMechanismFactory<T extends AggregateHTTPServerMechanismFactory<T>>
A http server factory definition where the http server factory is an
aggregation of other http server factories.
|
interface |
AggregateHTTPServerMechanismFactoryConsumer<T extends AggregateHTTPServerMechanismFactory<T>> |
interface |
AggregateHTTPServerMechanismFactorySupplier<T extends AggregateHTTPServerMechanismFactory> |
Modifier and Type | Method and Description |
---|---|
AggregateHTTPServerMechanismFactory |
AggregateHTTPServerMechanismFactorySupplier.get()
Constructed instance of AggregateHTTPServerMechanismFactory resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.