org.apache.hadoop.hive.metastore.model
Class MDelegationToken
java.lang.Object
org.apache.hadoop.hive.metastore.model.MDelegationToken
public class MDelegationToken
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDelegationToken
public MDelegationToken(String tokenIdentifier,
String tokenStr)
getTokenStr
public String getTokenStr()
setTokenStr
public void setTokenStr(String tokenStr)
getTokenIdentifier
public String getTokenIdentifier()
setTokenIdentifier
public void setTokenIdentifier(String tokenIdentifier)
Copyright © 2012 The Apache Software Foundation