Uses of Class
org.wildfly.security.credential.store.CredentialStoreException
-
Packages that use CredentialStoreException Package Description org.wildfly.security.credential.source org.wildfly.security.credential.store Package for Credential Store API/SPI classes and interfaces.org.wildfly.security.credential.store._private org.wildfly.security.credential.store.impl -
-
Uses of CredentialStoreException in org.wildfly.security.credential.source
Methods in org.wildfly.security.credential.source that return CredentialStoreException Modifier and Type Method Description CredentialStoreException
ElytronMessages. unableToReadCredentialTypeFromStore(Class<? extends Credential> credentialType)
-
Uses of CredentialStoreException in org.wildfly.security.credential.store
Subclasses of CredentialStoreException in org.wildfly.security.credential.store Modifier and Type Class Description class
UnsupportedCredentialTypeException
An exception indicating that given credential store is not supporting particularCredential
class.Methods in org.wildfly.security.credential.store that throw CredentialStoreException Modifier and Type Method Description <C extends Credential>
booleanCredentialStore. exists(String credentialAlias, Class<C> credentialType)
Check whether credential store has an entry associated with the given credential alias of specified credential type.boolean
CredentialStoreSpi. exists(String credentialAlias, Class<? extends Credential> credentialType)
Check whether credential store service has an entry associated with the given credential alias of specified credential type.void
CredentialStore. flush()
Flush the contents of this credential store to storage.void
CredentialStoreSpi. flush()
Flush the credential store contents to storage.Set<String>
CredentialStore. getAliases()
ReturnsSet<String>
stored in this store.Set<String>
CredentialStoreSpi. getAliases()
Returns credential aliases stored in this store asSet<String>
.void
CredentialStore. initialize(Map<String,String> attributes)
Initialize Credential Store service with given attributes.void
CredentialStore. initialize(Map<String,String> attributes, CredentialStore.ProtectionParameter protectionParameter)
Initialize Credential Store service with given attributes.void
CredentialStore. initialize(Map<String,String> attributes, CredentialStore.ProtectionParameter protectionParameter, Provider[] providers)
Initialize Credential Store service with given attributes.abstract void
CredentialStoreSpi. initialize(Map<String,String> attributes, CredentialStore.ProtectionParameter protectionParameter, Provider[] providers)
Initialize credential store service with given attributes.void
CredentialStore. remove(String credentialAlias, Class<? extends Credential> credentialType)
Remove the credentialType with from given alias matching the given criteria from the store.void
CredentialStore. remove(String credentialAlias, Class<? extends Credential> credentialType, String credentialAlgorithm)
Remove the credentialType with from given alias matching the given criteria from the store.void
CredentialStore. remove(String credentialAlias, Class<? extends Credential> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec)
Remove the credentialType with from given alias matching the given criteria from the store.abstract void
CredentialStoreSpi. remove(String credentialAlias, Class<? extends Credential> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec)
Remove the credentialType with from given alias from the credential store service.<C extends Credential>
CCredentialStore. retrieve(String credentialAlias, Class<C> credentialType)
Retrieve credential stored in the store under the key and of the credential type<C extends Credential>
CCredentialStore. retrieve(String credentialAlias, Class<C> credentialType, String credentialAlgorithm)
Retrieve credential stored in the store under the key and of the credential type.<C extends Credential>
CCredentialStore. retrieve(String credentialAlias, Class<C> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec)
Retrieve credential stored in the store under the key and of the credential type.<C extends Credential>
CCredentialStore. retrieve(String credentialAlias, Class<C> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec, CredentialStore.ProtectionParameter protectionParameter)
Retrieve credential stored in the store under the key and of the credential type.abstract <C extends Credential>
CCredentialStoreSpi. retrieve(String credentialAlias, Class<C> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec, CredentialStore.ProtectionParameter protectionParameter)
Retrieve the credential stored in the store under the given alias, matching the given criteria.<C extends Credential>
voidCredentialStore. store(String credentialAlias, C credential)
Store credential to the store under the given alias.<C extends Credential>
voidCredentialStore. store(String credentialAlias, C credential, CredentialStore.ProtectionParameter protectionParameter)
Store credential to the store under the given alias.abstract void
CredentialStoreSpi. store(String credentialAlias, Credential credential, CredentialStore.ProtectionParameter protectionParameter)
Store credential to the credential store service under the given alias.void
CredentialStoreSpi. validateAttribute(Map<String,String> attributes, List<String> validAttributes)
Validate given attributes in credential store implementation. -
Uses of CredentialStoreException in org.wildfly.security.credential.store._private
-
Uses of CredentialStoreException in org.wildfly.security.credential.store.impl
Methods in org.wildfly.security.credential.store.impl that throw CredentialStoreException Modifier and Type Method Description private void
PropertiesCredentialStore. assertInitialised()
private String
KeyStoreCredentialStore. calculateNewAlias(String alias, Class<? extends Credential> credentialType, String algorithm, AlgorithmParameterSpec parameterSpec)
private KeyStore.ProtectionParameter
KeyStoreCredentialStore. convertParameter(CredentialStore.ProtectionParameter protectionParameter)
boolean
MapCredentialStore. exists(String credentialAlias, Class<? extends Credential> credentialType)
private void
KeyStoreCredentialStore.ExternalStorage. fetchStorageSecretKey(String keyAlias, char[] keyPassword)
void
KeyStoreCredentialStore. flush()
void
PropertiesCredentialStore. flush()
void
VaultCredentialStore. flush()
Set<String>
KeyStoreCredentialStore. getAliases()
Returns credential aliases stored in this store asSet<String>
.Set<String>
MapCredentialStore. getAliases()
Set<String>
PropertiesCredentialStore. getAliases()
Set<String>
VaultCredentialStore. getAliases()
private KeyStore
KeyStoreCredentialStore. getKeyStoreInstance(String type)
private static char[]
KeyStoreCredentialStore. getStorePassword(CredentialStore.ProtectionParameter protectionParameter)
(package private) void
KeyStoreCredentialStore.ExternalStorage. init(String cryptographicAlgorithm, String keyAlias, KeyStore keyStore, char[] keyPassword, KeyStore dataKeyStore)
void
KeyStoreCredentialStore. initialize(Map<String,String> attributes, CredentialStore.ProtectionParameter protectionParameter, Provider[] providers)
void
MapCredentialStore. initialize(Map<String,String> attributes, CredentialStore.ProtectionParameter protectionParameter, Provider[] providers)
void
PropertiesCredentialStore. initialize(Map<String,String> attributes, CredentialStore.ProtectionParameter protectionParameter, Provider[] providers)
void
VaultCredentialStore. initialize(Map<String,String> attributes, CredentialStore.ProtectionParameter protectionParameter, Provider[] providers)
private void
KeyStoreCredentialStore. load(String type)
private Map<String,SecretKey>
PropertiesCredentialStore. load()
void
KeyStoreCredentialStore. remove(String credentialAlias, Class<? extends Credential> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec)
void
MapCredentialStore. remove(String credentialAlias, Class<? extends Credential> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec)
void
PropertiesCredentialStore. remove(String credentialAlias, Class<? extends Credential> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec)
void
VaultCredentialStore. remove(String credentialAlias, Class<? extends Credential> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec)
<C extends Credential>
CKeyStoreCredentialStore. retrieve(String credentialAlias, Class<C> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec, CredentialStore.ProtectionParameter protectionParameter)
<C extends Credential>
CMapCredentialStore. retrieve(String credentialAlias, Class<C> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec, CredentialStore.ProtectionParameter protectionParameter)
<C extends Credential>
CPropertiesCredentialStore. retrieve(String credentialAlias, Class<C> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec, CredentialStore.ProtectionParameter protectionParameter)
<C extends Credential>
CVaultCredentialStore. retrieve(String credentialAlias, Class<C> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec, CredentialStore.ProtectionParameter protectionParameter)
private void
PropertiesCredentialStore. save()
private void
KeyStoreCredentialStore. setupExternalStorage(String keyContainingKeyStoreType, Path keyContainingKeyStoreLocation)
SetsKeyStoreCredentialStore.keyStore
to JCEKS type keyStore to be used as external storage.void
KeyStoreCredentialStore. store(String credentialAlias, Credential credential, CredentialStore.ProtectionParameter protectionParameter)
void
MapCredentialStore. store(String credentialAlias, Credential credential, CredentialStore.ProtectionParameter protectionParameter)
void
PropertiesCredentialStore. store(String credentialAlias, Credential credential, CredentialStore.ProtectionParameter protectionParameter)
void
VaultCredentialStore. store(String credentialAlias, Credential credential, CredentialStore.ProtectionParameter protectionParameter)
-