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.UsernameCrendentials

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ISCSContext.NTLMCredentials
Enclosing interface:
ISCSContext

public static interface ISCSContext.UsernameCrendentials
extends java.io.Serializable

Basic credentials

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

Method Summary
 java.lang.String getPassword()
           
 java.lang.String getUserName()
           

 

Method Detail

getUserName

java.lang.String getUserName()
Returns:
the user name

getPassword

java.lang.String getPassword()
Returns:
the user password

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.