getDomain |
NTLMAuthentication.getDomain( ) |
Returns the domain of where to authenticate. |
setDomain |
NTLMAuthentication.setDomain( domain ) |
Returns the domain of where to authenticate. |
getPassword |
NTLMAuthentication.getPassword( ) |
Returns the password to be authenticated |
setPassword |
NTLMAuthentication.setPassword( password ) |
Sets the password to be authenticated |
getType |
NTLMAuthentication.getType( ) |
|
getUsername |
NTLMAuthentication.getUsername( ) |
Returns the username to be authenticated |
setUsername |
NTLMAuthentication.setUsername( username ) |
Sets the username to be authenticated |
getWorkstation |
NTLMAuthentication.getWorkstation( ) |
Returns the workstation of the machine to authenticate. |
setWorkstation |
NTLMAuthentication.setWorkstation( workstation ) |
Sets the workstation of the machine to authenticate. |
If the username is specified as <domain-name>\\<username> then the the domain should be left as null.
If the workstation is null then the workstation will automatically use the computer name from where the Ebase Xi server is running.