Modifier and Type | Method and Description |
---|---|
AuthenticationToken |
ClientOpts.getToken() |
Modifier and Type | Method and Description |
---|---|
Connector |
ZooKeeperInstance.getConnector(String principal,
AuthenticationToken token) |
Connector |
Instance.getConnector(String principal,
AuthenticationToken token)
Returns a connection to this instance of accumulo.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SecurityOperationsImpl.authenticateUser(String principal,
AuthenticationToken token) |
boolean |
SecurityOperations.authenticateUser(String principal,
AuthenticationToken token)
Verify a username/password combination is valid
|
Modifier and Type | Method and Description |
---|---|
static void |
AccumuloOutputFormat.setConnectorInfo(org.apache.hadoop.mapred.JobConf job,
String principal,
AuthenticationToken token)
Sets the connector information needed to communicate with Accumulo in this job.
|
static void |
InputFormatBase.setConnectorInfo(org.apache.hadoop.mapred.JobConf job,
String principal,
AuthenticationToken token)
Sets the connector information needed to communicate with Accumulo in this job.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationToken |
RangeInputSplit.getToken() |
Modifier and Type | Method and Description |
---|---|
static void |
AccumuloOutputFormat.setConnectorInfo(org.apache.hadoop.mapreduce.Job job,
String principal,
AuthenticationToken token)
Sets the connector information needed to communicate with Accumulo in this job.
|
static void |
InputFormatBase.setConnectorInfo(org.apache.hadoop.mapreduce.Job job,
String principal,
AuthenticationToken token)
Sets the connector information needed to communicate with Accumulo in this job.
|
void |
RangeInputSplit.setToken(AuthenticationToken token) |
Modifier and Type | Method and Description |
---|---|
static void |
ConfiguratorBase.setConnectorInfo(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf,
String principal,
AuthenticationToken token)
Sets the connector information needed to communicate with Accumulo in this job.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MockSecurityOperations.authenticateUser(String principal,
AuthenticationToken token) |
Connector |
MockInstance.getConnector(String principal,
AuthenticationToken token) |
Modifier and Type | Class and Description |
---|---|
class |
NullToken |
class |
PasswordToken |
Modifier and Type | Method and Description |
---|---|
AuthenticationToken |
AuthenticationToken.clone() |
Modifier and Type | Method and Description |
---|---|
static AuthenticationToken |
CredentialHelper.extractToken(String tokenClass,
byte[] token) |
static AuthenticationToken |
CredentialHelper.extractToken(TCredentials toAuth) |
Modifier and Type | Method and Description |
---|---|
static TCredentials |
CredentialHelper.create(String principal,
AuthenticationToken token,
String instanceID) |
static TCredentials |
CredentialHelper.createSquelchError(String principal,
AuthenticationToken token,
String instanceID) |
static byte[] |
CredentialHelper.toBytes(AuthenticationToken token) |
static String |
CredentialHelper.tokenAsBase64(AuthenticationToken token) |
Constructor and Description |
---|
Credentials(Instance instance,
String principal,
AuthenticationToken token) |
Modifier and Type | Method and Description |
---|---|
AuthenticationToken |
Shell.getToken() |
Modifier and Type | Method and Description |
---|---|
void |
Shell.updateUser(String principal,
AuthenticationToken token) |
Constructor and Description |
---|
FileDataQuery(String instanceName,
String zooKeepers,
String user,
AuthenticationToken token,
String tableName,
Authorizations auths) |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends AuthenticationToken> |
ProxyServer.tokenClass |
Modifier and Type | Method and Description |
---|---|
Connector |
HdfsZooInstance.getConnector(String principal,
AuthenticationToken token) |
Modifier and Type | Class and Description |
---|---|
class |
SystemToken |
Modifier and Type | Method and Description |
---|---|
static AuthenticationToken |
SecurityConstants.getSystemToken() |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends AuthenticationToken>> |
InsecureAuthenticator.getSupportedTokenTypes() |
Set<Class<? extends AuthenticationToken>> |
ZKAuthenticator.getSupportedTokenTypes() |
Set<Class<? extends AuthenticationToken>> |
Authenticator.getSupportedTokenTypes() |
Modifier and Type | Method and Description |
---|---|
boolean |
InsecureAuthenticator.authenticateUser(String principal,
AuthenticationToken token) |
boolean |
ZKAuthenticator.authenticateUser(String principal,
AuthenticationToken token) |
boolean |
Authenticator.authenticateUser(String principal,
AuthenticationToken token) |
void |
InsecureAuthenticator.changePassword(String user,
AuthenticationToken token) |
void |
ZKAuthenticator.changePassword(String principal,
AuthenticationToken token) |
void |
Authenticator.changePassword(String principal,
AuthenticationToken token) |
void |
InsecureAuthenticator.createUser(String principal,
AuthenticationToken token) |
void |
ZKAuthenticator.createUser(String principal,
AuthenticationToken token)
Creates a user with no permissions whatsoever
|
void |
Authenticator.createUser(String principal,
AuthenticationToken token) |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationToken |
FunctionalTest.getToken() |
Modifier and Type | Method and Description |
---|---|
protected void |
FunctionalTest.setToken(AuthenticationToken token) |
Modifier and Type | Method and Description |
---|---|
AuthenticationToken |
State.getToken() |
Modifier and Type | Method and Description |
---|---|
AuthenticationToken |
WalkingSecurity.getSysToken() |
AuthenticationToken |
WalkingSecurity.getTabToken() |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends AuthenticationToken>> |
WalkingSecurity.getSupportedTokenTypes() |
Modifier and Type | Method and Description |
---|---|
static void |
Authenticate.authenticate(String principal,
AuthenticationToken token,
State state,
Properties props) |
boolean |
WalkingSecurity.authenticateUser(String principal,
AuthenticationToken token) |
void |
WalkingSecurity.changePassword(String principal,
AuthenticationToken token) |
void |
WalkingSecurity.createUser(String principal,
AuthenticationToken token) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.