|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.ridc.auth.impl.BasicCredentials
public class BasicCredentials
Credentials to use for Basic Auth requests.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface oracle.stellent.ridc.auth.Credentials |
|---|
Credentials.BasicCredentials, Credentials.HeaderCredentials, Credentials.HttpClientCredentials |
| Constructor Summary | |
|---|---|
BasicCredentials(java.lang.String userName, java.lang.String password)The constructor with the username and password arguments. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPassword() |
java.lang.String |
getUserName() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicCredentials(java.lang.String userName,
java.lang.String password)
userName - the user namepassword - the password| Method Detail |
|---|
public java.lang.String getUserName()
getUserName in interface Credentials.BasicCredentialspublic java.lang.String getPassword()
getPassword in interface Credentials.BasicCredentials
|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||