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