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.source.impl
Methods in org.wildfly.security.credential.source.impl that return CredentialStoreExceptionModifier and TypeMethodDescriptionfinal CredentialStoreExceptionElytronMessages_$logger.unableToReadCredentialTypeFromStore(Class<? extends Credential> credentialType) -
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 TypeMethodDescriptionfinal CredentialStoreExceptionElytronMessages_$logger.algorithmNotBlockBased(String algorithm) ElytronMessages.algorithmNotBlockBased(String algorithm) final CredentialStoreExceptionElytronMessages_$logger.algorithmNotIV(String algorithm) ElytronMessages.algorithmNotIV(String algorithm) final CredentialStoreExceptionElytronMessages_$logger.automaticStorageCreationDisabled(String location) ElytronMessages.automaticStorageCreationDisabled(String location) final CredentialStoreExceptionElytronMessages_$logger.cannotAcquireCredentialFromStore(Throwable cause) ElytronMessages.cannotAcquireCredentialFromStore(Throwable cause) final CredentialStoreExceptionElytronMessages_$logger.cannotFlushCredentialStore(Throwable cause) ElytronMessages.cannotFlushCredentialStore(Throwable cause) final CredentialStoreExceptionElytronMessages_$logger.cannotInitializeCredentialStore(Throwable cause) ElytronMessages.cannotInitializeCredentialStore(Throwable cause) final CredentialStoreExceptionElytronMessages_$logger.canNotLoadSecretKey(String alias, Throwable cause) ElytronMessages.canNotLoadSecretKey(String alias, Throwable cause) final CredentialStoreExceptionElytronMessages_$logger.cannotRemoveCredentialFromStore(Throwable cause) ElytronMessages.cannotRemoveCredentialFromStore(Throwable cause) final CredentialStoreExceptionElytronMessages_$logger.cannotWriteCredentialToStore(Throwable cause) ElytronMessages.cannotWriteCredentialToStore(Throwable cause) final CredentialStoreExceptionElytronMessages_$logger.credentialStoreFileDoesNotExist(String fileLocation) ElytronMessages.credentialStoreFileDoesNotExist(String fileLocation) final CredentialStoreExceptionElytronMessages_$logger.externalPathMissing(String keyStoreType) ElytronMessages.externalPathMissing(String keyStoreType) final CredentialStoreExceptionElytronMessages_$logger.externalStorageKeyDoesNotExist(String keyAlias) ElytronMessages.externalStorageKeyDoesNotExist(String keyAlias) final CredentialStoreExceptionElytronMessages_$logger.invalidCredentialStoreEntryType(Class<? extends KeyStore.Entry> entryType, Class<? extends KeyStore.Entry> expectedType) ElytronMessages.invalidCredentialStoreEntryType(Class<? extends KeyStore.Entry> entryType, Class<? extends KeyStore.Entry> expectedType) final CredentialStoreExceptionElytronMessages_$logger.invalidCredentialStoreProperty(String data) ElytronMessages.invalidCredentialStoreProperty(String data) final CredentialStoreExceptionElytronMessages_$logger.invalidProtectionParameter(CredentialStore.ProtectionParameter protectionParameter) ElytronMessages.invalidProtectionParameter(CredentialStore.ProtectionParameter protectionParameter) final CredentialStoreExceptionElytronMessages_$logger.locationAndExternalPathAreIdentical(String location, String externalPath) ElytronMessages.locationAndExternalPathAreIdentical(String location, String externalPath) final CredentialStoreExceptionElytronMessages_$logger.missingInitialisationAttribute(String attribute) ElytronMessages.missingInitialisationAttribute(String attribute) final CredentialStoreExceptionElytronMessages_$logger.nonModifiableCredentialStore(String operation) ElytronMessages.nonModifiableCredentialStore(String operation) final CredentialStoreExceptionElytronMessages_$logger.protectionParameterRequired()ElytronMessages.protectionParameterRequired()final CredentialStoreExceptionElytronMessages_$logger.storeNotInitialised()ElytronMessages.storeNotInitialised()final CredentialStoreExceptionElytronMessages_$logger.unableToReadCredentialTypeFromStore(Class<? extends Credential> credentialType) ElytronMessages.unableToReadCredentialTypeFromStore(Class<? extends Credential> credentialType) final CredentialStoreExceptionElytronMessages_$logger.unsupportedAttribute(String attribute, List<String> validAttribute) ElytronMessages.unsupportedAttribute(String attribute, List<String> validAttribute) final CredentialStoreExceptionElytronMessages_$logger.wrongTypeOfExternalStorageKey(String keyAlias) 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)