org.opensaml.ws.soap.client.http
Interface HTTPSOAPTransport.NTLMCredential

All Superinterfaces:
HTTPSOAPTransport.HTTPEntityCredential, HTTPSOAPTransport.UsernamePasswordCredential
Enclosing interface:
HTTPSOAPTransport

public static interface HTTPSOAPTransport.NTLMCredential
extends HTTPSOAPTransport.UsernamePasswordCredential

NTLM credentials.


Method Summary
 java.lang.String getDomain()
          Gets the domain to authenticate to.
 java.lang.String getHost()
          Gets the host name of the computer the request originates.
 
Methods inherited from interface org.opensaml.ws.soap.client.http.HTTPSOAPTransport.UsernamePasswordCredential
getPassword, getUsername
 

Method Detail

getHost

java.lang.String getHost()
Gets the host name of the computer the request originates.

Returns:
host name of the computer the request originates

getDomain

java.lang.String getDomain()
Gets the domain to authenticate to.

Returns:
domain to authenticate to