Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.uddi.client.structures.request
Class GetAuthToken

java.lang.Object
  extended by weblogic.uddi.client.structures.request.Request
      extended by weblogic.uddi.client.structures.request.GetAuthToken

public class GetAuthToken
extends Request

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.


Field Summary
 
Fields inherited from class weblogic.uddi.client.structures.request.Request
generic, xmlns
 
Constructor Summary
GetAuthToken()
          Class Constructor
 
Method Summary
 String getCred()
          Get the value of cred
 String getUserID()
          Get the value of userID
 void setCred(String value)
          Sets the value of cred
 void setUserID(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

GetAuthToken

public GetAuthToken()
Class Constructor

Method Detail

setCred

public void setCred(String value)
Sets the value of cred

Parameters:
value - Value of cred

getCred

public String getCred()
Get the value of cred

Returns:
Value of cred

setUserID

public void setUserID(String value)
Sets the value of userID

Parameters:
value - Value of userID

getUserID

public String getUserID()
Get the value of userID

Returns:
Value of userID

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06