Uses of Class
se.swedenconnect.security.credential.bundle.NoSuchCredentialException
Packages that use NoSuchCredentialException
Package
Description
Support for credential "bundles".
Spring factory beans for creating credential objects.
Spring support for configuring credentials.
-
Uses of NoSuchCredentialException in se.swedenconnect.security.credential.bundle
Methods in se.swedenconnect.security.credential.bundle that throw NoSuchCredentialExceptionModifier and TypeMethodDescriptionCredentialBundles.getCredential
(String id) Gets thePkiCredential
registered under the given ID.DefaultCredentialBundleRegistry.getCredential
(String id) Gets thePkiCredential
registered under the given ID. -
Uses of NoSuchCredentialException in se.swedenconnect.security.credential.factory
Methods in se.swedenconnect.security.credential.factory that throw NoSuchCredentialExceptionModifier and TypeMethodDescriptionPkiCredentialFactory.createCredential
(PkiCredentialConfiguration configuration) Creates aPkiCredential
based on the suppliedPkiCredentialConfiguration
.static PkiCredential
PkiCredentialFactory.createCredential
(PkiCredentialConfiguration configuration, ConfigurationResourceLoader resourceLoader, Function<String, PkiCredential> credentialProvider, Function<String, KeyStore> keyStoreProvider, Function<String, KeyStoreReloader> keyStoreReloaderProvider) Creates aPkiCredential
based on the suppliedPkiCredentialConfiguration
. -
Uses of NoSuchCredentialException in se.swedenconnect.security.credential.spring.config
Methods in se.swedenconnect.security.credential.spring.config that throw NoSuchCredentialExceptionModifier and TypeMethodDescriptionPkiCredentialReference.get()
Resolves a reference to aPkiCredential
using theCredentialBundles
bean.