Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
ServiceLoaderSASLServerFactory |
Elytron.ElytronResources.serviceLoaderSaslServerFactory(String key) |
Modifier and Type | Method and Description |
---|---|
List<ServiceLoaderSASLServerFactory> |
Elytron.ElytronResources.serviceLoaderSaslServerFactories()
Get the list of ServiceLoaderSASLServerFactory resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.serviceLoaderSaslServerFactory(ServiceLoaderSASLServerFactory value)
Add the ServiceLoaderSASLServerFactory object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.serviceLoaderSaslServerFactories(List<ServiceLoaderSASLServerFactory> value)
Add all ServiceLoaderSASLServerFactory objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceLoaderSASLServerFactory<T extends ServiceLoaderSASLServerFactory<T>>
A sasl server factory definition where the sasl server factory is an
aggregation of factories identified using a ServiceLoader
|
interface |
ServiceLoaderSASLServerFactoryConsumer<T extends ServiceLoaderSASLServerFactory<T>> |
interface |
ServiceLoaderSASLServerFactorySupplier<T extends ServiceLoaderSASLServerFactory> |
Modifier and Type | Method and Description |
---|---|
ServiceLoaderSASLServerFactory |
ServiceLoaderSASLServerFactorySupplier.get()
Constructed instance of ServiceLoaderSASLServerFactory resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.