Uses of Class
org.wildfly.security.credential.store.CredentialStore
-
Packages that use CredentialStore 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. -
-
Uses of CredentialStore in org.wildfly.security.auth.client
Methods in org.wildfly.security.auth.client with parameters of type CredentialStore Modifier and Type Method 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. -
Uses of CredentialStore in org.wildfly.security.credential.source
Constructors in org.wildfly.security.credential.source with parameters of type CredentialStore Constructor Description CredentialStoreCredentialSource(CredentialStore credentialStore, String alias)
Deprecated.Construct a new instance.Constructor parameters in org.wildfly.security.credential.source with type arguments of type CredentialStore Constructor Description CredentialStoreCredentialSource(SecurityFactory<CredentialStore> credentialStoreFactory, String alias)
Deprecated.Construct a new instance. -
Uses of CredentialStore in org.wildfly.security.credential.store
Methods in org.wildfly.security.credential.store that return CredentialStore Modifier and Type Method Description static CredentialStore
CredentialStore. getInstance(String algorithm)
Get aCredentialStore
instance.static CredentialStore
CredentialStore. getInstance(String algorithm, String providerName)
Get aCredentialStore
instance.static CredentialStore
CredentialStore. getInstance(String algorithm, String providerName, Supplier<Provider[]> providers)
Get aCredentialStore
instance.static CredentialStore
CredentialStore. getInstance(String algorithm, Provider provider)
Get aCredentialStore
instance.static CredentialStore
CredentialStore. getInstance(String algorithm, Supplier<Provider[]> providers)
Get aCredentialStore
instance.
-