public class Samba2Sender extends FileSystemSender<String,Samba2FileSystem>
parameterNamesMustBeUnique, paramList
log
Constructor and Description |
---|
Samba2Sender() |
Modifier and Type | Method and Description |
---|---|
void |
setAuthAlias(String authAlias)
alias used to obtain credentials for the smb share
|
void |
setAuthType(Samba2FileSystem.Samba2AuthType authType)
Type of the authentication either 'NTLM' or 'SPNEGO'
|
void |
setDomain(String domain)
domain, in case the user account is bound to a domain
|
void |
setKdc(String kdc)
Kerberos Domain Controller, as set in java.security.krb5.kdc.
|
void |
setPassword(String password)
the smb share password
|
void |
setRealm(String realm)
Kerberos Realm, as set in java.security.krb5.realm.
|
void |
setShare(String share)
the destination, aka smb://xxx/yyy share
|
void |
setUsername(String username)
the smb share username
|
addActions, close, configure, getAction, getDomain, getFileSystem, getPhysicalDestinationName, open, provideOutputStream, sendMessage, setAction, setBase64, setCharset, setCreateFolder, setDeleteEmptyFolder, setDestination, setExcludeWildcard, setExcludeWildCard, setFilename, setFileSystem, setInputFolder, setNumberOfBackups, setOutputFormat, setOverwrite, setRemoveNonEmptyFolder, setRotateDays, setRotateSize, setWildcard, setWildCard, setWriteLineSeparator
canProvideOutputStream, sendMessage, supportsOutputStreamPassThrough
addParameter, checkStringAttributeOrParameter, consumesSessionVariable, getParameterList, getParameterOverriddenAttributeValue, getParameterOverriddenAttributeValue, getParameterValueList
createBean, getLogPrefix, getName, isSynchronous, setApplicationContext, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
consumesSessionVariable
isSynchronous, sendMessageOrThrow
getName, setName
getApplicationContext, getName
getConfigurationClassLoader
setApplicationContext
addParameter, getParameterList
public void setShare(String share)
public void setUsername(String username)
public void setPassword(String password)
public void setAuthAlias(String authAlias)
public void setDomain(String domain)
public void setAuthType(Samba2FileSystem.Samba2AuthType authType)
public void setKdc(String kdc)
public void setRealm(String realm)
Copyright © 2023 Frank!Framework. All rights reserved.