Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


oracle.ifs.fdk
Class S2SFdkCredential

java.lang.Object
  extended by oracle.ifs.fdk.S2SFdkCredential

All Implemented Interfaces:
FdkCredential

public class S2SFdkCredential
extends java.lang.Object
implements FdkCredential

Represents an S2S credential.


Constructor Summary
S2SFdkCredential(java.lang.String username, java.lang.String appName, java.lang.String appPassword, java.util.Map options)
          Creates a S2S credential with login options.

 

Method Summary
 java.lang.String getApplicationName()
           
 java.lang.String getApplicationPassword()
           
 java.util.Map getOptions()
          
 java.lang.String getUsername()
          

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

S2SFdkCredential

public S2SFdkCredential(java.lang.String username,
                        java.lang.String appName,
                        java.lang.String appPassword,
                        java.util.Map options)
Creates a S2S credential with login options.
Parameters:
username - The username. Required.
appName - The trusted application name. Required.
appPassword - The trusted application password. Required.
options - Login options. Optional.

Method Detail

getUsername

public java.lang.String getUsername()
Description copied from class: S2SFdkCredential
Specified by:
getUsername in interface FdkCredential
Returns:
The username for this credential, if known, null otherwise.

getOptions

public java.util.Map getOptions()
Description copied from class: S2SFdkCredential
Specified by:
getOptions in interface FdkCredential
Returns:
The login options, if any.

getApplicationName

public java.lang.String getApplicationName()
Returns:
The trusted application name.

getApplicationPassword

public java.lang.String getApplicationPassword()
Returns:
The trusted application password.

Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


Copyright © 2002, 2006, Oracle. All rights reserved.