Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.undertow |
Modifier and Type | Method and Description |
---|---|
ApplicationSecurityDomain |
Undertow.UndertowResources.applicationSecurityDomain(String key) |
Modifier and Type | Method and Description |
---|---|
List<ApplicationSecurityDomain> |
Undertow.UndertowResources.applicationSecurityDomains()
Get the list of ApplicationSecurityDomain resources
|
Modifier and Type | Method and Description |
---|---|
T |
Undertow.applicationSecurityDomain(ApplicationSecurityDomain value)
Add the ApplicationSecurityDomain object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Undertow.applicationSecurityDomains(List<ApplicationSecurityDomain> value)
Add all ApplicationSecurityDomain objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationSecurityDomain<T extends ApplicationSecurityDomain<T>>
A Mapping from a security domain references in a deployed application.
|
interface |
ApplicationSecurityDomainConsumer<T extends ApplicationSecurityDomain<T>> |
interface |
ApplicationSecurityDomainSupplier<T extends ApplicationSecurityDomain> |
Modifier and Type | Method and Description |
---|---|
ApplicationSecurityDomain |
ApplicationSecurityDomainSupplier.get()
Constructed instance of ApplicationSecurityDomain resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.