Interface HasKeystore
- All Superinterfaces:
HasApplicationContext, IScopeProvider
- All Known Subinterfaces:
FtpFileSystemDelegator
- All Known Implementing Classes:
AbstractHttpSender, AbstractHttpSession, CmisHttpSender, CmisSender, CmisSessionBuilder, CryptoSoapValidator, ExchangeFileSystem, FtpFileSystem, FtpFileSystemListener, FtpFileSystemSender, FtpSession, HttpSender, HttpSession, MsalClientAdapter, NetStorageSender, SendGridSender, SignaturePipe, WebServiceSender
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.-
Method Summary
Modifier and TypeMethodDescriptiondefault KeystoreConfigurationDeprecated.default Stringdefault Stringdefault Stringdefault Stringdefault Stringdefault StringDeprecated.default Stringdefault KeystoreTypedefault voidsetKeyManagerAlgorithm(String keyManagerAlgorithm) default voidsetKeystore(String keystore) Resource url to keystore or certificate.default voidsetKeystoreAlias(String keystoreAlias) default voidsetKeystoreAliasAuthAlias(String keystoreAliasAuthAlias) default voidsetKeystoreAliasPassword(String keystoreAliasPassword) default voidsetKeystoreAuthAlias(String keystoreAuthAlias) Authentication alias used to obtain keystore passwordvoidsetKeystoreConfiguration(KeystoreConfiguration keystoreConfiguration) FrankDoc requirement, to be able to set the KEYSTORE element.default voidsetKeystorePassword(String keystorePassword) Default password to access keystoredefault voidsetKeystoreType(KeystoreType keystoreType) Type of keystoreMethods inherited from interface HasApplicationContext
getApplicationContext, getConfigurationClassLoader
-
Method Details
-
createKeystoreConfiguration
Deprecated.Creates a new, emptyKeystoreConfigurationinstance -
setKeystoreConfiguration
FrankDoc requirement, to be able to set the KEYSTORE element. -
getKeystoreConfiguration
Deprecated.Only exists until classes use the KEYSTORE element. -
getKeystore
-
getKeystoreType
-
getKeystoreAuthAlias
-
getKeystorePassword
-
getKeystoreAlias
-
getKeystoreAliasAuthAlias
-
getKeystoreAliasPassword
-
getKeyManagerAlgorithm
-
setKeystore
Resource url to keystore or certificate. If none specified, the JVMs default keystore will be used.- See Also:
-
setKeystoreType
-
setKeystoreAuthAlias
Authentication alias used to obtain keystore password -
setKeystorePassword
Default password to access keystore -
setKeyManagerAlgorithm
@ReferTo(KeystoreConfiguration.class) default void setKeyManagerAlgorithm(String keyManagerAlgorithm) -
setKeystoreAlias
-
setKeystoreAliasAuthAlias
@ReferTo(KeystoreConfiguration.class) default void setKeystoreAliasAuthAlias(String keystoreAliasAuthAlias) -
setKeystoreAliasPassword
@ReferTo(KeystoreConfiguration.class) default void setKeystoreAliasPassword(String keystoreAliasPassword)
-