|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, 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
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
o
- the other token instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |