Interface HasKeystore

All Superinterfaces:
HasApplicationContext, IScopeProvider
All Known Subinterfaces:
FtpFileSystemDelegator
All Known Implementing Classes:
AbstractHttpSender, AbstractHttpSession, CmisHttpSender, CmisSender, CmisSessionBuilder, ExchangeFileSystem, FtpFileSystem, FtpFileSystemListener, FtpFileSystemSender, FtpSession, HttpSender, HttpSession, MsalClientAdapter, NetStorageSender, SendGridSender, SignaturePipe, WebServiceSender

public interface HasKeystore extends IScopeProvider, HasApplicationContext
marker interface with default behaviour to set values in the KeystoreConfiguration object. The goal is to only support 'setKeystoreConfiguration' in the future instead of all the ReferTo methods, but for now we want to support both ways of setting the keystore values.