BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.uddi.client.structures.response
Class AuthToken

java.lang.Object
  extended byweblogic.uddi.client.structures.response.Response
      extended byweblogic.uddi.client.structures.response.AuthToken

public class AuthToken
extends Response

AuthToken contains the authentication information that should be used in publishers API messages.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from class weblogic.uddi.client.structures.response.Response
generic, operator
 
Constructor Summary
AuthToken()
          Class constructor specifying the xml element that denotes an authorization token.
 
Method Summary
 AuthInfo getAuthInfo()
          Gets the value of the authorization information.
 void setAuthInfo(AuthInfo value)
          Sets the value of the authorization information.
 
Methods inherited from class weblogic.uddi.client.structures.response.Response
getGeneric, getOperator, setGeneric, setOperator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthToken

public AuthToken()
Class constructor specifying the xml element that denotes an authorization token.

Method Detail

getAuthInfo

public AuthInfo getAuthInfo()
Gets the value of the authorization information.

Returns:
the current value of the authorization information.

setAuthInfo

public void setAuthInfo(AuthInfo value)
Sets the value of the authorization information.

Parameters:
value - the new authorization information.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.