Uses of Class
org.wildfly.security.credential.store.UnsupportedCredentialTypeException
Packages that use UnsupportedCredentialTypeException
Package
Description
Package for Credential Store API/SPI classes and interfaces.
-
Uses of UnsupportedCredentialTypeException in org.wildfly.security.credential.store
Methods in org.wildfly.security.credential.store that throw UnsupportedCredentialTypeExceptionModifier and TypeMethodDescription<C extends Credential>
booleanCheck whether credential store has an entry associated with the given credential alias of specified credential type.<C extends Credential>
CRetrieve credential stored in the store under the key and of the credential type<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. -
Uses of UnsupportedCredentialTypeException in org.wildfly.security.credential.store._private
Methods in org.wildfly.security.credential.store._private that return UnsupportedCredentialTypeException -
Uses of UnsupportedCredentialTypeException in org.wildfly.security.credential.store.impl
Methods in org.wildfly.security.credential.store.impl that throw UnsupportedCredentialTypeExceptionModifier and TypeMethodDescriptionvoidMapCredentialStore.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)