Class FrankApplication.NoopCredentialFactory
java.lang.Object
org.frankframework.runner.FrankApplication.NoopCredentialFactory
- All Implemented Interfaces:
ISecretProvider
- Enclosing class:
FrankApplication
public static class FrankApplication.NoopCredentialFactory
extends Object
implements ISecretProvider
- Author:
- Niels Meijer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Collection<String> Return a list of all configured aliases, or null if such a list cannot be provided.getSecret(CredentialAlias alias) booleanhasSecret(CredentialAlias alias) voidinitialize() of an implementation can throw an exception when the credentialFactory cannot be properly configured and used.
-
Constructor Details
-
NoopCredentialFactory
public NoopCredentialFactory()
-
-
Method Details
-
initialize
Description copied from interface:ISecretProviderinitialize() of an implementation can throw an exception when the credentialFactory cannot be properly configured and used.- Specified by:
initializein interfaceISecretProvider- Throws:
Exception
-
hasSecret
- Specified by:
hasSecretin interfaceISecretProvider
-
getSecret
- Specified by:
getSecretin interfaceISecretProvider- Throws:
NoSuchElementException
-
getConfiguredAliases
Description copied from interface:ISecretProviderReturn a list of all configured aliases, or null if such a list cannot be provided.- Specified by:
getConfiguredAliasesin interfaceISecretProvider
-