@Generated(value="de.adorsys.datasafe.runtimedelegate.RuntimeDelegateGenerator", comments="This class performs functionality delegation based on contextClass content. If contextClass contains overriding class - it will be used.") public class DefaultPasswordBasedKeyConfigRuntimeDelegatable extends DefaultPasswordBasedKeyConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultPasswordBasedKeyConfigRuntimeDelegatable.ArgumentsCaptor |
| Constructor and Description |
|---|
DefaultPasswordBasedKeyConfigRuntimeDelegatable(OverridesRegistry context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
overrideWith(OverridesRegistry context,
Function<DefaultPasswordBasedKeyConfigRuntimeDelegatable.ArgumentsCaptor,DefaultPasswordBasedKeyConfig> ctorCaptor)
This is a typesafe function to register overriding class into context.
|
String |
secretKeyFactoryId() |
@Inject public DefaultPasswordBasedKeyConfigRuntimeDelegatable(@Nullable OverridesRegistry context)
context - Context class to search for overrides.public String secretKeyFactoryId()
secretKeyFactoryId in interface PasswordBasedKeyConfigsecretKeyFactoryId in class DefaultPasswordBasedKeyConfigpublic static void overrideWith(OverridesRegistry context, Function<DefaultPasswordBasedKeyConfigRuntimeDelegatable.ArgumentsCaptor,DefaultPasswordBasedKeyConfig> ctorCaptor)
Copyright © 2019. All rights reserved.