org.apache.juddi.datatype.response
Class AuthToken
java.lang.Object
org.apache.juddi.datatype.response.AuthToken
- All Implemented Interfaces:
- java.io.Serializable, RegistryObject
public class AuthToken
- extends java.lang.Object
- implements RegistryObject
Contains a single authInfo element that contains an access token that is to
be passed back in all of the publisher API messages that change data. This
message is always returned using SSL encryption as a synchronous response
to the get_authToken message.
- Author:
- Steve Viens (sviens@apache.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthToken
public AuthToken()
AuthToken
public AuthToken(AuthInfo authInfo)
setGeneric
public void setGeneric(java.lang.String genericValue)
- Parameters:
genericValue
-
getGeneric
public java.lang.String getGeneric()
- Returns:
- String UDDI generic value.
setOperator
public void setOperator(java.lang.String operator)
getOperator
public java.lang.String getOperator()
setAuthInfo
public void setAuthInfo(AuthInfo authInfo)
getAuthInfo
public AuthInfo getAuthInfo()
Copyright © 2004-2007 null. All Rights Reserved.