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 CredentialStoreExceptionElytronMessages. 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 classUnsupportedCredentialTypeExceptionAn exception indicating that given credential store is not supporting particularCredentialclass.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.booleanCredentialStoreSpi. 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.voidCredentialStore. flush()Flush the contents of this credential store to storage.voidCredentialStoreSpi. 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>.voidCredentialStore. initialize(Map<String,String> attributes)Initialize Credential Store service with given attributes.voidCredentialStore. initialize(Map<String,String> attributes, CredentialStore.ProtectionParameter protectionParameter)Initialize Credential Store service with given attributes.voidCredentialStore. initialize(Map<String,String> attributes, CredentialStore.ProtectionParameter protectionParameter, Provider[] providers)Initialize Credential Store service with given attributes.abstract voidCredentialStoreSpi. initialize(Map<String,String> attributes, CredentialStore.ProtectionParameter protectionParameter, Provider[] providers)Initialize credential store service with given attributes.voidCredentialStore. remove(String credentialAlias, Class<? extends Credential> credentialType)Remove the credentialType with from given alias matching the given criteria from the store.voidCredentialStore. remove(String credentialAlias, Class<? extends Credential> credentialType, String credentialAlgorithm)Remove the credentialType with from given alias matching the given criteria from the store.voidCredentialStore. 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 voidCredentialStoreSpi. 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 voidCredentialStoreSpi. store(String credentialAlias, Credential credential, CredentialStore.ProtectionParameter protectionParameter)Store credential to the credential store service under the given alias.voidCredentialStoreSpi. 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 voidPropertiesCredentialStore. assertInitialised()private StringKeyStoreCredentialStore. calculateNewAlias(String alias, Class<? extends Credential> credentialType, String algorithm, AlgorithmParameterSpec parameterSpec)private KeyStore.ProtectionParameterKeyStoreCredentialStore. convertParameter(CredentialStore.ProtectionParameter protectionParameter)booleanMapCredentialStore. exists(String credentialAlias, Class<? extends Credential> credentialType)private voidKeyStoreCredentialStore.ExternalStorage. fetchStorageSecretKey(String keyAlias, char[] keyPassword)voidKeyStoreCredentialStore. flush()voidPropertiesCredentialStore. flush()voidVaultCredentialStore. 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 KeyStoreKeyStoreCredentialStore. getKeyStoreInstance(String type)private static char[]KeyStoreCredentialStore. getStorePassword(CredentialStore.ProtectionParameter protectionParameter)(package private) voidKeyStoreCredentialStore.ExternalStorage. init(String cryptographicAlgorithm, String keyAlias, KeyStore keyStore, char[] keyPassword, KeyStore dataKeyStore)voidKeyStoreCredentialStore. initialize(Map<String,String> attributes, CredentialStore.ProtectionParameter protectionParameter, Provider[] providers)voidMapCredentialStore. initialize(Map<String,String> attributes, CredentialStore.ProtectionParameter protectionParameter, Provider[] providers)voidPropertiesCredentialStore. initialize(Map<String,String> attributes, CredentialStore.ProtectionParameter protectionParameter, Provider[] providers)voidVaultCredentialStore. initialize(Map<String,String> attributes, CredentialStore.ProtectionParameter protectionParameter, Provider[] providers)private voidKeyStoreCredentialStore. load(String type)private Map<String,SecretKey>PropertiesCredentialStore. load()voidKeyStoreCredentialStore. remove(String credentialAlias, Class<? extends Credential> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec)voidMapCredentialStore. remove(String credentialAlias, Class<? extends Credential> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec)voidPropertiesCredentialStore. remove(String credentialAlias, Class<? extends Credential> credentialType, String credentialAlgorithm, AlgorithmParameterSpec parameterSpec)voidVaultCredentialStore. 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 voidPropertiesCredentialStore. save()private voidKeyStoreCredentialStore. setupExternalStorage(String keyContainingKeyStoreType, Path keyContainingKeyStoreLocation)SetsKeyStoreCredentialStore.keyStoreto JCEKS type keyStore to be used as external storage.voidKeyStoreCredentialStore. store(String credentialAlias, Credential credential, CredentialStore.ProtectionParameter protectionParameter)voidMapCredentialStore. store(String credentialAlias, Credential credential, CredentialStore.ProtectionParameter protectionParameter)voidPropertiesCredentialStore. store(String credentialAlias, Credential credential, CredentialStore.ProtectionParameter protectionParameter)voidVaultCredentialStore. store(String credentialAlias, Credential credential, CredentialStore.ProtectionParameter protectionParameter)
-