Interface ICredentialFactory

All Known Implementing Classes:
AbstractMapCredentialFactory, AnsibleVaultCredentialFactory, DelineaCredentialFactory, FileSystemCredentialFactory, KubernetesCredentialFactory, PropertyFileCredentialFactory, WildFlyCredentialFactory

public interface ICredentialFactory

Interface for a CredentialFactory. A CredentialFactory is responsible for providing credentials to the framework.

Implementations of this interface should be registered in the credentialproperties.properties file.

Implementations of this interface should be thread-safe.