public class ClusterUser extends Object
| Constructor and Description |
|---|
ClusterUser(String principal,
File keytab) |
ClusterUser(String principal,
String password) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
File |
getKeytab() |
String |
getPassword() |
String |
getPrincipal() |
AuthenticationToken |
getToken()
Computes the appropriate
AuthenticationToken for the user represented by this object. |
int |
hashCode() |
String |
toString() |
public String getPrincipal()
public File getKeytab()
public String getPassword()
public AuthenticationToken getToken() throws IOException
AuthenticationToken for the user represented by this object.
May not yet be created in Accumulo.AuthenticationToken to use with Accumulo for this userIOException - if performing necessary login failedCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.