Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.security |
Modifier and Type | Method and Description |
---|---|
SecurityDomain |
Security.SecurityResources.securityDomain(String key) |
Modifier and Type | Method and Description |
---|---|
List<SecurityDomain> |
Security.SecurityResources.securityDomains()
Get the list of SecurityDomain resources
|
Modifier and Type | Method and Description |
---|---|
T |
Security.securityDomain(SecurityDomain value)
Add the SecurityDomain object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Security.securityDomains(List<SecurityDomain> value)
Add all SecurityDomain objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
SecurityDomain<T extends SecurityDomain<T>>
Configures a security domain.
|
interface |
SecurityDomainConsumer<T extends SecurityDomain<T>> |
interface |
SecurityDomainSupplier<T extends SecurityDomain> |
Modifier and Type | Method and Description |
---|---|
SecurityDomain |
SecurityDomainSupplier.get()
Constructed instance of SecurityDomain resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.