public class NTCredentials
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
NTCredentials() |
| Modifier and Type | Method and Description |
|---|---|
void |
setDomain(String domain)
Sets the name of the domain of the user, that shall be authenticated.
|
void |
setPassword(String password)
Sets the password of the user, that shall be authenticated.
|
void |
setUsername(String username)
Sets the name of the user that shall be authenticated.
|
void |
setWorkstation(String workstation)
Sets the name of the workstation of the user, that shall be authenticated.
|
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void setUsername(String username)
It is not expected to use this method actively, as it is specifically defined for the access by ANT.
username - The name of the user that shall be authenticated.public void setPassword(String password)
password - The password of the user, that shall be authenticated.public void setWorkstation(String workstation)
workstation - The name of the workstation of the user, that shall be authenticated.public void setDomain(String domain)
domain - The name of the domain of the user, that shall be authenticated.Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.