Uses of Class
se.swedenconnect.security.credential.bundle.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
Modifier 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
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionPkiCredentialReference.get()
Resolves a reference to aPkiCredential
using theCredentialBundles
bean.