Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
JaspiConfiguration |
Elytron.ElytronResources.jaspiConfiguration(String key) |
Modifier and Type | Method and Description |
---|---|
List<JaspiConfiguration> |
Elytron.ElytronResources.jaspiConfigurations()
Get the list of JaspiConfiguration resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.jaspiConfiguration(JaspiConfiguration value)
Add the JaspiConfiguration object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.jaspiConfigurations(List<JaspiConfiguration> value)
Add all JaspiConfiguration objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
JaspiConfiguration<T extends JaspiConfiguration<T>>
Resource containing the JASPI ServerAuthModule configuration for the servlet
profile.
|
interface |
JaspiConfigurationConsumer<T extends JaspiConfiguration<T>> |
interface |
JaspiConfigurationSupplier<T extends JaspiConfiguration> |
Modifier and Type | Method and Description |
---|---|
JaspiConfiguration |
JaspiConfigurationSupplier.get()
Constructed instance of JaspiConfiguration resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.