public interface VaultKeyResolver extends BiFunction<String,String,String>
VaultKeyResolver
is a BiFunction
whose implementation of the BiFunction.apply(Object, Object)
method takes
two String
s representing the realm name and the key name (as used in ${vault.key}
expressions) and returns
another String
representing the final constructed key that is to be used when obtaining secrets from the vault.
Implementations essentially define the algorithm that is to be used to combine the realm and the key to create the name
that represents an entry in the vault.andThen, apply
Copyright © 2021 JBoss by Red Hat. All rights reserved.