Skip navigation links

Oracle Content Database Web Services Java API Reference
10g Release 1 (10.2)

B31408-02


oracle.ifs.fdk
Interface FdkCredential

All Known Implementing Classes:
S2SFdkCredential, SimpleFdkCredential

public interface FdkCredential

Represents a credential used to retrieve a ManagersFactory instance.


Method Summary
 java.util.Map getOptions()
          Returns the login options, if any.
 java.lang.String getUsername()
          Returns the username for this credential.

 

Method Detail

getUsername

public java.lang.String getUsername()
Returns the username for this credential.
Returns:
The username for this credential; returns null if the username is not known.

getOptions

public java.util.Map getOptions()
Returns the login options, if any.
Returns:
The login options, if any.

Skip navigation links

Oracle Content Database Web Services Java API Reference
10g Release 1 (10.2)

B31408-02


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