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 FdkCredential

All Known Implementing Classes:
IfsFdkCredential, PrincipalFdkCredential, S2SFdkCredential, SimpleFdkCredential, TrustedFdkCredential

public interface class FdkCredential

A credential interface. Actual implementations need to add more functionality specific to each credential type.


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

 

Method Detail

getUsername

java.lang.String getUsername()
Returns:
The username for this credential, if known, null otherwise.

getOptions

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

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.