|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--weblogic.uddi.client.structures.request.Request
|
+--weblogic.uddi.client.structures.request.GetAuthToken
The get_authToken message is used to obtain an authentication token. The token is then required to be used for every other uddi publishing api call. This bascially logs in a user for updating the information stored in the registry.
| Fields inherited from class weblogic.uddi.client.structures.request.Request |
generic,
xmlns |
| Constructor Summary | |
GetAuthToken()
Class Constructor |
|
| Method Summary | |
java.lang.String |
getCred()
Get the value of cred |
java.lang.String |
getUserID()
Get the value of userID |
void |
setCred(java.lang.String value)
Sets the value of cred |
void |
setUserID(java.lang.String value)
Sets the value of userID |
| Methods inherited from class weblogic.uddi.client.structures.request.Request |
getGeneric,
getXMLns,
setGeneric,
setXMLns |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public GetAuthToken()
| Method Detail |
public void setCred(java.lang.String value)
value - Value of credpublic java.lang.String getCred()
public void setUserID(java.lang.String value)
value - Value of userIDpublic java.lang.String getUserID()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||