|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.security.authentication.client.AuthenticatedURL.Token
public static class AuthenticatedURL.Token
Client side authentication token.
| Constructor Summary | |
|---|---|
AuthenticatedURL.Token()
Creates a token. |
|
AuthenticatedURL.Token(String tokenStr)
Creates a token using an existing string representation of the token. |
|
| Method Summary | |
|---|---|
boolean |
isSet()
Returns if a token from the server has been set. |
String |
toString()
Returns the string representation of the token. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticatedURL.Token()
public AuthenticatedURL.Token(String tokenStr)
tokenStr - string representation of the tokenStr.| Method Detail |
|---|
public boolean isSet()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||