|
Oracle Content Database Web Services Java API Reference 10g Release 1 (10.2) B31408-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.ifs.fdk.SimpleFdkCredential
An implementation of FdkCredential that encapsulates a username and password pair.
| Constructor Summary | |
SimpleFdkCredential(java.lang.String username, java.lang.String password)Creates a SimpleFdkCredential with no login options. |
|
SimpleFdkCredential(java.lang.String username, java.lang.String password, java.util.Map options)Creates a SimpleFdkCredential with login options. |
|
| Method Summary | |
java.util.Map |
getOptions()Returns the login options, if any. |
java.lang.String |
getPassword()Returns the password. |
java.lang.String |
getUsername()Returns the username for this credential. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleFdkCredential(java.lang.String username,
java.lang.String password)
username - The username. Required.password - The password. Required.
public SimpleFdkCredential(java.lang.String username,
java.lang.String password,
java.util.Map options)
username - The username. Required.password - The password. Required.options - Login options. Optional.| Method Detail |
public java.lang.String getUsername()
getUsername in interface FdkCredentialnull if the username is not known.public java.util.Map getOptions()
getOptions in interface FdkCredentialpublic java.lang.String getPassword()
|
Oracle Content Database Web Services Java API Reference 10g Release 1 (10.2) B31408-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||