Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
Policy |
Elytron.ElytronResources.policy(String key) |
Modifier and Type | Method and Description |
---|---|
List<Policy> |
Elytron.ElytronResources.policies()
Get the list of Policy resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.policy(Policy value)
Add the Policy object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.policies(List<Policy> value)
Add all Policy objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Policy<T extends Policy<T>>
A definition that sets up a policy provider.
|
interface |
PolicyConsumer<T extends Policy<T>> |
interface |
PolicySupplier<T extends Policy> |
Modifier and Type | Method and Description |
---|---|
Policy |
PolicySupplier.get()
Constructed instance of Policy resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.