Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
SASLAuthenticationFactory |
Elytron.ElytronResources.saslAuthenticationFactory(String key) |
Modifier and Type | Method and Description |
---|---|
List<SASLAuthenticationFactory> |
Elytron.ElytronResources.saslAuthenticationFactories()
Get the list of SASLAuthenticationFactory resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.saslAuthenticationFactory(SASLAuthenticationFactory value)
Add the SASLAuthenticationFactory object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.saslAuthenticationFactories(List<SASLAuthenticationFactory> value)
Add all SASLAuthenticationFactory objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
SASLAuthenticationFactory<T extends SASLAuthenticationFactory<T>>
Resource containing the association of a SecurityDomain with a
SaslServerFactory.
|
interface |
SASLAuthenticationFactoryConsumer<T extends SASLAuthenticationFactory<T>> |
interface |
SASLAuthenticationFactorySupplier<T extends SASLAuthenticationFactory> |
Modifier and Type | Method and Description |
---|---|
SASLAuthenticationFactory |
SASLAuthenticationFactorySupplier.get()
Constructed instance of SASLAuthenticationFactory resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.