BEA Systems, Inc.

Uses of Class
weblogic.uddi.client.structures.datatypes.AuthInfo

Packages that use AuthInfo
weblogic.uddi.client.structures.request   
weblogic.uddi.client.structures.response   
 

Uses of AuthInfo in weblogic.uddi.client.structures.request
 

Fields in weblogic.uddi.client.structures.request declared as AuthInfo
protected  AuthInfo UpdateRequest.authInfo
           
 

Methods in weblogic.uddi.client.structures.request that return AuthInfo
 AuthInfo UpdateRequest.getAuthInfo()
          Gets the value of the authorization information.
 

Methods in weblogic.uddi.client.structures.request with parameters of type AuthInfo
 void UpdateRequest.setAuthInfo(AuthInfo value)
          Sets the value of the authorization information.
 

Uses of AuthInfo in weblogic.uddi.client.structures.response
 

Methods in weblogic.uddi.client.structures.response that return AuthInfo
 AuthInfo AuthToken.getAuthInfo()
          Gets the value of the authorization information.
 

Methods in weblogic.uddi.client.structures.response with parameters of type AuthInfo
 void AuthToken.setAuthInfo(AuthInfo value)
          Sets the value of the authorization information.
 


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