public static class AuthenticatedURL.Token extends Object
Constructor and Description |
---|
AuthenticatedURL.Token()
Creates a token.
|
AuthenticatedURL.Token(String tokenStr)
Creates a token using an existing string representation of the token.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Return if two token instances are equal.
|
int |
hashCode()
Return the hashcode for the token.
|
boolean |
isSet()
Returns if a token from the server has been set.
|
String |
toString()
Returns the string representation of the token.
|
public AuthenticatedURL.Token()
public AuthenticatedURL.Token(String tokenStr)
tokenStr
- string representation of the tokenStr.public boolean isSet()
public String toString()
public int hashCode()
Copyright © 2013 Apache Software Foundation. All rights reserved.