Package org.apache.hadoop.hbase.thrift
Class ThriftHttpServlet.RemoteUserIdentity
java.lang.Object
org.apache.hadoop.hbase.thrift.ThriftHttpServlet.RemoteUserIdentity
- Enclosing class:
- ThriftHttpServlet
Basic "struct" class to hold the final base64-encoded, authenticated GSSAPI token for the user
with the given principal talking to the Thrift server.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
outToken
-
principal
-
-
Constructor Details
-
RemoteUserIdentity
RemoteUserIdentity(String principal, String outToken)
-