Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.scs.context
Interface ISCSContext.NTLMCredentials

All Superinterfaces:
ISCSContext.UsernameCrendentials, java.io.Serializable
Enclosing interface:
ISCSContext

public static interface ISCSContext.NTLMCredentials
extends ISCSContext.UsernameCrendentials

Credentials for NTLM

See Also:
org.apache.commons.httpclient.NTCredentials

Method Summary
 java.lang.String getDomain()
           
 java.lang.String getHost()
           

 

Methods inherited from interface com.stellent.cis.client.api.scs.context.ISCSContext.UsernameCrendentials
getPassword, getUserName

 

Method Detail

getDomain

java.lang.String getDomain()
Returns:
the domain

getHost

java.lang.String getHost()
Returns:
the host

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.