Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
CredentialStore |
Elytron.ElytronResources.credentialStore(String key) |
Modifier and Type | Method and Description |
---|---|
List<CredentialStore> |
Elytron.ElytronResources.credentialStores()
Get the list of CredentialStore resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.credentialStore(CredentialStore value)
Add the CredentialStore object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.credentialStores(List<CredentialStore> value)
Add all CredentialStore objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
CredentialStore<T extends CredentialStore<T>>
Credential store to keep alias for sensitive information such as passwords
for external services.
|
interface |
CredentialStoreConsumer<T extends CredentialStore<T>> |
interface |
CredentialStoreSupplier<T extends CredentialStore> |
Modifier and Type | Method and Description |
---|---|
CredentialStore |
CredentialStoreSupplier.get()
Constructed instance of CredentialStore resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.