Uses of Class
org.wildfly.security.credential.store.CredentialStoreException
Packages that use CredentialStoreException
Package
Description
Package for Credential Store API/SPI classes and interfaces.
-
Uses of CredentialStoreException in org.wildfly.security.credential.store
Subclasses of CredentialStoreException in org.wildfly.security.credential.storeModifier and TypeClassDescriptionclassAn exception indicating that given credential store is not supporting particularCredentialclass.Methods in org.wildfly.security.credential.store that throw CredentialStoreExceptionModifier and TypeMethodDescription<C extends Credential>
booleanCheck 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.CredentialStore.getAliases()ReturnsSet<String>stored in this store.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>
CRetrieve 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>
voidStore 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.voidValidate given attributes in credential store implementation. -
Uses of CredentialStoreException in org.wildfly.security.credential.store._private
Methods in org.wildfly.security.credential.store._private that return CredentialStoreExceptionModifier and TypeMethodDescriptionElytronMessages.algorithmNotBlockBased(String algorithm) ElytronMessages.algorithmNotIV(String algorithm) ElytronMessages.automaticStorageCreationDisabled(String location) ElytronMessages.cannotAcquireCredentialFromStore(Throwable cause) ElytronMessages.cannotFlushCredentialStore(Throwable cause) ElytronMessages.cannotInitializeCredentialStore(Throwable cause) ElytronMessages.canNotLoadSecretKey(String alias, Throwable cause) ElytronMessages.cannotRemoveCredentialFromStore(Throwable cause) ElytronMessages.cannotWriteCredentialToStore(Throwable cause) ElytronMessages.credentialStoreFileDoesNotExist(String fileLocation) ElytronMessages.externalPathMissing(String keyStoreType) ElytronMessages.externalStorageKeyDoesNotExist(String keyAlias) ElytronMessages.invalidCredentialStoreEntryType(Class<? extends KeyStore.Entry> entryType, Class<? extends KeyStore.Entry> expectedType) ElytronMessages.invalidCredentialStoreProperty(String data) ElytronMessages.invalidProtectionParameter(CredentialStore.ProtectionParameter protectionParameter) ElytronMessages.locationAndExternalPathAreIdentical(String location, String externalPath) ElytronMessages.missingInitialisationAttribute(String attribute) ElytronMessages.nonModifiableCredentialStore(String operation) ElytronMessages.protectionParameterRequired()ElytronMessages.storeNotInitialised()ElytronMessages.unableToReadCredentialTypeFromStore(Class<? extends Credential> credentialType) ElytronMessages.unsupportedAttribute(String attribute, List<String> validAttribute) ElytronMessages.wrongTypeOfExternalStorageKey(String keyAlias) -
Uses of CredentialStoreException in org.wildfly.security.credential.store.impl
Methods in org.wildfly.security.credential.store.impl that throw CredentialStoreExceptionModifier and TypeMethodDescriptionbooleanMapCredentialStore.exists(String credentialAlias, Class<? extends Credential> credentialType) voidKeyStoreCredentialStore.flush()voidPropertiesCredentialStore.flush()voidVaultCredentialStore.flush()KeyStoreCredentialStore.getAliases()Returns credential aliases stored in this store asSet<String>.MapCredentialStore.getAliases()PropertiesCredentialStore.getAliases()VaultCredentialStore.getAliases()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) 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) 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)