Uses of Interface
com.github.cafapi.common.api.BootstrapConfiguration
Packages that use BootstrapConfiguration
Package
Description
-
Uses of BootstrapConfiguration in com.github.cafapi.common.api
Methods in com.github.cafapi.common.api with parameters of type BootstrapConfigurationModifier and TypeMethodDescriptionCipherProvider.getCipher
(BootstrapConfiguration bootstrapConfiguration) Get a Cipher implementation.ConfigurationSourceProvider.getConfigurationSource
(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder) Acquire a ConfigurationSource implementation.ConfigurationDecoderProvider.getDecoder
(BootstrapConfiguration bootstrap, Decoder defaultDecoder) Returns the Decoder that should be used to interpret the configuration files. -
Uses of BootstrapConfiguration in com.github.cafapi.common.bootstrapconfigs.system
Classes in com.github.cafapi.common.bootstrapconfigs.system that implement BootstrapConfigurationModifier and TypeClassDescriptionclass
Provides bootstrap configuration from Java system properties and environment variables. -
Uses of BootstrapConfiguration in com.github.cafapi.common.ciphers.jasypt
Methods in com.github.cafapi.common.ciphers.jasypt with parameters of type BootstrapConfigurationModifier and TypeMethodDescriptionJasyptCipherProvider.getCipher
(BootstrapConfiguration bootstrapConfiguration) Constructors in com.github.cafapi.common.ciphers.jasypt with parameters of type BootstrapConfigurationModifierConstructorDescriptionJasyptCipher
(BootstrapConfiguration bootstrap) The cipher.pass variable must be present in the bootstrap configuration for this provider to init. -
Uses of BootstrapConfiguration in com.github.cafapi.common.ciphers.Null
Methods in com.github.cafapi.common.ciphers.Null with parameters of type BootstrapConfigurationModifier and TypeMethodDescriptionNullCipherProvider.getCipher
(BootstrapConfiguration bootstrapConfiguration) -
Uses of BootstrapConfiguration in com.github.cafapi.common.config.decoder
Methods in com.github.cafapi.common.config.decoder with parameters of type BootstrapConfigurationModifier and TypeMethodDescriptionCafConfigurationDecoderProvider.getDecoder
(BootstrapConfiguration bootstrap, Decoder defaultDecoder) Returns the Decoder that should be used to interpret the configuration files. -
Uses of BootstrapConfiguration in com.github.cafapi.common.config.source
Constructors in com.github.cafapi.common.config.source with parameters of type BootstrapConfigurationModifierConstructorDescriptionCafConfigurationSource
(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder) Each ConfigurationProvider itself takes some initial source of configuration which it may or may not use to initialise itself. -
Uses of BootstrapConfiguration in com.github.cafapi.common.config.sources.file
Methods in com.github.cafapi.common.config.sources.file with parameters of type BootstrapConfigurationModifier and TypeMethodDescriptionFileConfigurationSourceProvider.getConfigurationSource
(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder) Constructors in com.github.cafapi.common.config.sources.file with parameters of type BootstrapConfigurationModifierConstructorDescriptionFileConfigurationSource
(BootstrapConfiguration bootstrap, Cipher cipher, ServicePath servicePath, Decoder decoder)