BEA WebLogic Server 9.0 API Reference
weblogic.uddi.client.structures.response
Class AuthToken
java.lang.Object
weblogic.uddi.client.structures.response.Response
weblogic.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.
Constructor Summary |
AuthToken()
Class constructor specifying the xml element that denotes an authorization token. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthToken
public AuthToken()
- Class constructor specifying the xml element that denotes an authorization token.
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.