public class AuthInfo extends java.lang.Object implements RegistryObject
Constructor and Description |
---|
AuthInfo()
Constructs a new initialized authentication info.
|
AuthInfo(java.lang.String auth)
Constructs a new authentication info with the given access token.
|
public AuthInfo()
public AuthInfo(java.lang.String auth)
auth
- The access token of the new authentication info.public void setValue(java.lang.String newValue)
newValue
- The new value of the access token.public java.lang.String getValue()
Copyright ? 2003 Apache Software Foundation. All rights reserved.