|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.response.AuthToken
AuthToken represents an authToken response message. The authToken message is used to return the authentication information that should be used in subsequent calls to the publishers API messages.
For information, the XML syntax for an authToken message is:
<authToken generic="1.0" operator="uddi.someoperator" xmlns="urn:uddi-org:api" >
<authInfo>some opaque token value</authInfo>
</authToken>
| Field Summary | |
protected AuthInfo |
authInfo
The autentication information. |
protected java.lang.String |
generic
The UDDI version in use. |
protected Operator |
operator
The operator information. |
| Constructor Summary | |
AuthToken(AuthInfo authInfo)
AuthToken constructor. |
|
AuthToken(java.lang.String generic,
AuthInfo authInfo,
Operator operator)
Deprecated. as of UDDI V3.0 |
|
| Method Summary | |
AuthInfo |
getAuthInfo()
Gets the authentication information. |
java.lang.String |
getGeneric()
Deprecated. as of UDDI V3.0 |
Operator |
getOperator()
Deprecated. as of UDDI V3.0 |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String generic
protected AuthInfo authInfo
protected Operator operator
| Constructor Detail |
public AuthToken(java.lang.String generic,
AuthInfo authInfo,
Operator operator)
generic - The UDDI version in use.authInfo - The authentication information.operator - The operator information.public AuthToken(AuthInfo authInfo)
authInfo - The authentication information.| Method Detail |
public java.lang.String getGeneric()
public AuthInfo getAuthInfo()
public Operator getOperator()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The visiting UDDI object.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||