Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.config.sources.SecretConfigSource Class Reference
Inheritance diagram for dev.rafex.ether.config.sources.SecretConfigSource:
Collaboration diagram for dev.rafex.ether.config.sources.SecretConfigSource:

Public Member Functions

Optional< String > get (final String key)
String name ()
 SecretConfigSource (final String name, final SecretProvider secretProvider, final Map< String, String > keyToSecretName)
Public Member Functions inherited from dev.rafex.ether.config.sources.ConfigSource
default Map< String, String > entries ()

Detailed Description

Definition at line 35 of file SecretConfigSource.java.

Constructor & Destructor Documentation

◆ SecretConfigSource()

dev.rafex.ether.config.sources.SecretConfigSource.SecretConfigSource ( final String name,
final SecretProvider secretProvider,
final Map< String, String > keyToSecretName )

Definition at line 41 of file SecretConfigSource.java.

Member Function Documentation

◆ get()

Optional< String > dev.rafex.ether.config.sources.SecretConfigSource.get ( final String key)

◆ name()

String dev.rafex.ether.config.sources.SecretConfigSource.name ( )

The documentation for this class was generated from the following file: