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 TypeClassDescriptionclassDefault implementation of theCredentialBundlesandCredentialBundleRegistryinterfaces. -
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 theCredentialBundlesandConfigurationResourceLoader. -
Uses of CredentialBundles in se.swedenconnect.security.credential.spring.factory
Methods in se.swedenconnect.security.credential.spring.factory with parameters of type CredentialBundlesModifier and TypeMethodDescriptionvoidPkiCredentialFactoryBean.setCredentialBundles(CredentialBundles credentialBundles) Assigns theCredentialBundlesbean for resolving references to credentials and key stores.