Uses of Interface
se.swedenconnect.security.credential.bundle.CredentialBundles
Packages that use CredentialBundles
Package
Description
Support for credential "bundles".
Spring factory beans for creating credential objects.
Spring factory classes for credentials.
-
Uses of CredentialBundles in se.swedenconnect.security.credential.bundle
Classes in se.swedenconnect.security.credential.bundle that implement CredentialBundlesModifier and TypeClassDescriptionclass
Default implementation of theCredentialBundles
andCredentialBundleRegistry
interfaces. -
Uses of CredentialBundles in se.swedenconnect.security.credential.factory
Constructors in se.swedenconnect.security.credential.factory with parameters of type CredentialBundlesModifierConstructorDescriptionPkiCredentialFactory
(CredentialBundles credentialBundles, ConfigurationResourceLoader resourceLoader, boolean useCache) Constructor assigning theCredentialBundles
andConfigurationResourceLoader
. -
Uses of CredentialBundles in se.swedenconnect.security.credential.spring.factory
Methods in se.swedenconnect.security.credential.spring.factory with parameters of type CredentialBundlesModifier and TypeMethodDescriptionvoid
PkiCredentialFactoryBean.setCredentialBundles
(CredentialBundles credentialBundles) Assigns theCredentialBundles
bean for resolving references to credentials and key stores.