public static class AuthenticatedURL.Token extends Object
Constructor and Description |
---|
Token()
Creates a token.
|
Token(String tokenStr)
Creates a token using an existing string representation of the token.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isSet()
Returns if a token from the server has been set.
|
String |
toString()
Returns the string representation of the token.
|
public Token()
public Token(String tokenStr)
tokenStr
- string representation of the tokenStr.Copyright © 2008–2021 Apache Software Foundation. All rights reserved.