Name

com.ibm.uddi.response.AuthToken

Synopsis

This class encapsulates the UDDI operator response for a get_authToken( ) query. Use the getAuthInfoString( ) method to retrieve the actual authentication token value.

Synopsis

public class AuthToken extends UDDIElement {
  // Constructors
    public AuthToken(  );
    public AuthToken(String operator, String authInfo);
    public AuthToken(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public AuthInfo getAuthInfo(  );
    public String getAuthInfoString(  );
    public String getOperator(  );
    public void saveToXML(Element parent);
    public void setAuthInfo(AuthInfo s);
    public void setAuthInfo(String s);
    public void setOperator(String s);
}

Hierarchy

java.lang.Object --> com.ibm.uddi.UDDIElement --> com.ibm.uddi.response.AuthToken

Get Web Services Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.