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 IfsFdkCredential

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

All Implemented Interfaces:
FdkCredential

public class IfsFdkCredential
extends java.lang.Object
implements FdkCredential

Represents a wrapper around IFS Credential.


Constructor Summary
IfsFdkCredential(oracle.ifs.common.Credential credential)
          Constructs a wrapped credential with no login options.
IfsFdkCredential(oracle.ifs.common.Credential credential, java.util.Map options)
          Constructs a wrapped credential with possible login options.

 

Method Summary
 oracle.ifs.common.Credential getIfsCredential()
          Returns the wrapped IFS Credential.
 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

IfsFdkCredential

public IfsFdkCredential(oracle.ifs.common.Credential credential)
Constructs a wrapped credential with no login options.
Parameters:
credential - The wrapped IFS Credential. Required.

IfsFdkCredential

public IfsFdkCredential(oracle.ifs.common.Credential credential,
                        java.util.Map options)
Constructs a wrapped credential with possible login options.
Parameters:
credential - The wrapped IFS Credential. Required.
options - The login options. Optional.

Method Detail

getUsername

public java.lang.String getUsername()
Description copied from class: IfsFdkCredential
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: IfsFdkCredential
Specified by:
getOptions in interface FdkCredential
Returns:
The login options, if any.

getIfsCredential

public oracle.ifs.common.Credential getIfsCredential()
Description copied from class: IfsFdkCredential
Returns the wrapped IFS Credential.

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.