cgl.fthpis.datatype.request
Class AuthInfo

java.lang.Object
  extended bycgl.fthpis.datatype.request.AuthInfo
All Implemented Interfaces:
org.apache.juddi.datatype.RegistryObject, java.io.Serializable

public class AuthInfo
extends java.lang.Object
implements org.apache.juddi.datatype.RegistryObject

Author:
Mehmet S. Aktas (maktas@indiana.edu)
See Also:
Serialized Form

Field Summary
(package private)  java.lang.String publisherID
           
(package private)  java.lang.String value
           
 
Constructor Summary
AuthInfo()
          Constructs a new initialized authentication info.
AuthInfo(java.lang.String auth, java.lang.String id)
          Constructs a new authentication info with the given access token.
 
Method Summary
 java.lang.String getPublisherID()
          Returns the value of the access token of this authentication info.
 java.lang.String getValue()
          Returns the value of the access token of this authentication info.
 void setPublisherID(java.lang.String id)
          Sets the access token of this authentication info.
 void setValue(java.lang.String newValue)
          Sets the access token of this authentication info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

java.lang.String value

publisherID

java.lang.String publisherID
Constructor Detail

AuthInfo

public AuthInfo()
Constructs a new initialized authentication info.


AuthInfo

public AuthInfo(java.lang.String auth,
                java.lang.String id)
Constructs a new authentication info with the given access token.

Parameters:
auth - The access token of the new authentication info.
Method Detail

setValue

public void setValue(java.lang.String newValue)
Sets the access token of this authentication info.

Parameters:
newValue - The new value of the access token.

getValue

public java.lang.String getValue()
Returns the value of the access token of this authentication info.

Returns:
The value of the access token of this authentication info.

setPublisherID

public void setPublisherID(java.lang.String id)
Sets the access token of this authentication info.


getPublisherID

public java.lang.String getPublisherID()
Returns the value of the access token of this authentication info.

Returns:
The value of the access token of this authentication info.