Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
ConfigurableSASLServerFactory |
Elytron.ElytronResources.configurableSaslServerFactory(String key) |
Modifier and Type | Method and Description |
---|---|
List<ConfigurableSASLServerFactory> |
Elytron.ElytronResources.configurableSaslServerFactories()
Get the list of ConfigurableSASLServerFactory resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.configurableSaslServerFactory(ConfigurableSASLServerFactory value)
Add the ConfigurableSASLServerFactory object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.configurableSaslServerFactories(List<ConfigurableSASLServerFactory> value)
Add all ConfigurableSASLServerFactory objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableSASLServerFactory<T extends ConfigurableSASLServerFactory<T>>
A SaslServerFactory definition that wraps another SaslServerFactory and
applies the specified configuration and filtering.
|
interface |
ConfigurableSASLServerFactoryConsumer<T extends ConfigurableSASLServerFactory<T>> |
interface |
ConfigurableSASLServerFactorySupplier<T extends ConfigurableSASLServerFactory> |
Modifier and Type | Method and Description |
---|---|
ConfigurableSASLServerFactory |
ConfigurableSASLServerFactorySupplier.get()
Constructed instance of ConfigurableSASLServerFactory resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.