Uses of Interface
se.swedenconnect.security.credential.config.ConfigurationResourceLoader
Packages that use ConfigurationResourceLoader
Package
Description
Support for credential "bundles".
Generic configuration support for credentials.
Spring factory beans for creating credential objects.
Spring support for configuring credentials.
-
Uses of ConfigurationResourceLoader in se.swedenconnect.security.credential.bundle
Methods in se.swedenconnect.security.credential.bundle with parameters of type ConfigurationResourceLoaderModifier and TypeMethodDescriptionstatic void
ConfigurationCredentialBundleRegistrar.loadConfiguration
(CredentialBundlesConfiguration configuration, ConfigurationResourceLoader resourceLoader, CredentialBundleRegistry registry) Utility method for loading the supplied configuration and registering key stores and credentials at the supplied registry.Constructors in se.swedenconnect.security.credential.bundle with parameters of type ConfigurationResourceLoaderModifierConstructorDescriptionConfigurationCredentialBundleRegistrar
(CredentialBundlesConfiguration configuration, ConfigurationResourceLoader resourceLoader) Constructor. -
Uses of ConfigurationResourceLoader in se.swedenconnect.security.credential.config
Classes in se.swedenconnect.security.credential.config that implement ConfigurationResourceLoaderModifier and TypeClassDescriptionclass
An implementation ofConfigurationResourceLoader
that supportsfile:
,http:
,https:
andclasspath:
prefixes. -
Uses of ConfigurationResourceLoader in se.swedenconnect.security.credential.factory
Methods in se.swedenconnect.security.credential.factory with parameters of type ConfigurationResourceLoaderModifier and TypeMethodDescriptionstatic KeyStoreBuilder
KeyStoreBuilder.builder
(ConfigurationResourceLoader resourceLoader) Creates aKeyStoreBuilder
that uses the suppliedConfigurationResourceLoader
to load resources.static PkiCredential
PkiCredentialFactory.createCredential
(PemCredentialConfiguration configuration, ConfigurationResourceLoader resourceLoader) Creates aPkiCredential
based on aPemCredentialConfiguration
.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
.static PkiCredential
PkiCredentialFactory.createCredential
(StoreCredentialConfiguration configuration, ConfigurationResourceLoader resourceLoader, Function<String, KeyStore> keyStoreProvider, Function<String, KeyStoreReloader> keyStoreReloaderProvider) Creates aPkiCredential
based on aStoreCredentialConfiguration
.static KeyStore
KeyStoreFactory.loadKeyStore
(StoreConfiguration storeConfiguration, ConfigurationResourceLoader resourceLoader) Given aStoreConfiguration
object, this method loads and unlocks aKeyStore
.Constructors in se.swedenconnect.security.credential.factory with parameters of type ConfigurationResourceLoaderModifierConstructorDescriptionKeyStoreBuilder
(ConfigurationResourceLoader resourceLoader) Constructor assigning the resource loader to use when loading resources.PkiCredentialFactory
(Function<String, PkiCredential> credentialProvider, Function<String, KeyStore> keyStoreProvider, ConfigurationResourceLoader resourceLoader, boolean useCache) Constructor assigning theCredentialBundles
, credential and keystore providers.PkiCredentialFactory
(CredentialBundles credentialBundles, ConfigurationResourceLoader resourceLoader, boolean useCache) Constructor assigning theCredentialBundles
andConfigurationResourceLoader
. -
Uses of ConfigurationResourceLoader in se.swedenconnect.security.credential.spring.config
Classes in se.swedenconnect.security.credential.spring.config that implement ConfigurationResourceLoaderModifier and TypeClassDescriptionclass
A Spring-implementation of theConfigurationResourceLoader
interface.