Package | Description |
---|---|
org.wildfly.security.auth.client |
Elytron Client enable remote clients to authenticate using Elytron.
|
org.wildfly.security.credential.source | |
org.wildfly.security.credential.store |
Package for Credential Store API/SPI classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationConfiguration |
AuthenticationConfiguration.useCredentialStoreEntry(CredentialStore credentialStore,
String alias)
Create a new configuration which is the same as this configuration, but uses credentials found at the given
alias and credential store.
|
Constructor and Description |
---|
CredentialStoreCredentialSource(CredentialStore credentialStore,
String alias)
Construct a new instance.
|
Constructor and Description |
---|
CredentialStoreCredentialSource(SecurityFactory<CredentialStore> credentialStoreFactory,
String alias)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
static CredentialStore |
CredentialStore.getInstance(String algorithm)
Get a
CredentialStore instance. |
static CredentialStore |
CredentialStore.getInstance(String algorithm,
Provider provider)
Get a
CredentialStore instance. |
static CredentialStore |
CredentialStore.getInstance(String algorithm,
String providerName)
Get a
CredentialStore instance. |
static CredentialStore |
CredentialStore.getInstance(String algorithm,
String providerName,
Supplier<Provider[]> providers)
Get a
CredentialStore instance. |
static CredentialStore |
CredentialStore.getInstance(String algorithm,
Supplier<Provider[]> providers)
Get a
CredentialStore instance. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.