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 thePkiCredentialregistered under the given ID.DefaultCredentialBundleRegistry.getCredential(String id) Gets thePkiCredentialregistered 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 aPkiCredentialbased on the suppliedPkiCredentialConfiguration.static PkiCredentialPkiCredentialFactory.createCredential(PkiCredentialConfiguration configuration, ConfigurationResourceLoader resourceLoader, Function<String, PkiCredential> credentialProvider, Function<String, KeyStore> keyStoreProvider, Function<String, KeyStoreReloader> keyStoreReloaderProvider) Creates aPkiCredentialbased 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 aPkiCredentialusing theCredentialBundlesbean.