NTLMAuthentication

NTLM Authentication holding the username, password, domain, workstation for HTTP NTLM Authentication

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.

NTLMAuthentication Functions

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.

Authentication Properties

int BASIC_AUTHENTICATION
int DIGEST_AUTHENTICATION
int GATEWAY_AUTHENTICATION
int NTLM_AUTHENTICATION
int OAUTH_AUTHENTICATION

Authentication Functions

getType NTLMAuthentication.getType( ) Returns the Authentication type ID