public class Samba2Pipe extends FileSystemPipe<String,Samba2FileSystem>
AUTOMATIC_STREAMING
parameterNamesMustBeUnique
log
LONG_DURATION_MONITORING_EVENT, MESSAGE_SIZE_MONITORING_EVENT, PIPE_EXCEPTION_MONITORING_EVENT
Constructor and Description |
---|
Samba2Pipe() |
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, configure, doPipe, getAction, getDomain, getFileSystem, getPhysicalDestinationName, provideOutputStream, setAction, setBase64, setCharset, setCreateFolder, setDeleteEmptyFolder, setDestination, setExcludeWildcard, setExcludeWildCard, setFilename, setFileSystem, setInputFolder, setNumberOfBackups, setOutputFormat, setOverwrite, setRemoveNonEmptyFolder, setRotateDays, setRotateSize, setWildcard, setWildCard, setWriteLineSeparator, start, stop, supportsOutputStreamPassThrough
canProvideOutputStream, canStreamToNextPipe, getNextPipe, getTargetStream, isStreamingActive, provideOutputStream, setStreamingActive
getParameterValue, setIfParam, setIfValue, setOnlyIfSessionKey, setOnlyIfValue, setSkipOnEmptyInput, setUnlessSessionKey, setUnlessValue, skipPipe
addParameter, consumesSessionVariable, createBean, findForward, getAdapter, getEventSourceName, getForwards, getInSizeStatDummyObject, getOutSizeStatDummyObject, getParameterList, getParameterOverriddenAttributeValue, getParameterValueList, hasSizeStatistics, registerEvent, registerForward, setApplicationContext, setChompCharSize, setDurationThreshold, setElementToMove, setElementToMoveChain, setElementToMoveSessionKey, setEmptyInputReplacement, setGetInputFromFixedValue, setGetInputFromSessionKey, setHideRegex, setLocker, setLogIntermediaryResults, setMaxThreads, setName, setPreserveInput, setRemoveCompactMsgNamespaces, setRestoreMovedElements, setSecLogSessionKeys, setSizeStatistics, setStoreResultInSessionKey, setWriteToSecLog, throwEvent
configureTransactionAttributes, isTransacted, isTransacted, setTransacted, setTransactionTimeout
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChompCharSize, getDurationThreshold, getElementToMove, getElementToMoveChain, getElementToMoveSessionKey, getEmptyInputReplacement, getGetInputFromFixedValue, getGetInputFromSessionKey, getLocker, getSecLogSessionKeys, getStoreResultInSessionKey, isPreserveInput, isRemoveCompactMsgNamespaces, isRestoreMovedElements, isWriteToSecLog, setPipeLine
getMaxThreads
getName
getApplicationContext, getName
getConfigurationClassLoader
getName
getTransactionAttribute, getTransactionTimeout, getTxDef, setTransactionAttribute
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.