|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AccumuloSecurityException in org.apache.accumulo.core.client |
---|
Methods in org.apache.accumulo.core.client that throw AccumuloSecurityException | |
---|---|
BatchWriter |
MultiTableBatchWriter.getBatchWriter(java.lang.String table)
|
Connector |
ZooKeeperInstance.getConnector(java.lang.String user,
byte[] pass)
|
Connector |
Instance.getConnector(java.lang.String user,
byte[] pass)
|
Connector |
ZooKeeperInstance.getConnector(java.lang.String user,
java.lang.CharSequence pass)
|
Connector |
Instance.getConnector(java.lang.String user,
java.lang.CharSequence pass)
|
Uses of AccumuloSecurityException in org.apache.accumulo.core.client.admin |
---|
Methods in org.apache.accumulo.core.client.admin that throw AccumuloSecurityException | |
---|---|
void |
TableOperationsImpl.addAggregators(java.lang.String tableName,
java.util.List<AggregatorConfiguration> aggregators)
|
void |
TableOperations.addAggregators(java.lang.String tableName,
java.util.List<AggregatorConfiguration> aggregators)
|
void |
TableOperationsImpl.addSplits(java.lang.String tableName,
java.util.SortedSet<org.apache.hadoop.io.Text> partitionKeys)
|
void |
TableOperations.addSplits(java.lang.String tableName,
java.util.SortedSet<org.apache.hadoop.io.Text> partitionKeys)
|
boolean |
SecurityOperations.authenticateUser(java.lang.String user,
byte[] password)
Verify a username/password combination is valid |
boolean |
SecurityOperationsImpl.authenticateUser(java.lang.String user,
byte[] password)
Verify a username/password combination is valid |
void |
SecurityOperations.changeUserAuthorizations(java.lang.String user,
Authorizations authorizations)
Set the user's record-level authorizations |
void |
SecurityOperationsImpl.changeUserAuthorizations(java.lang.String user,
Authorizations authorizations)
Set the user's record-level authorizations |
void |
SecurityOperations.changeUserPassword(java.lang.String user,
byte[] password)
Set the user's password |
void |
SecurityOperationsImpl.changeUserPassword(java.lang.String user,
byte[] password)
Set the user's password |
void |
TableOperationsImpl.create(java.lang.String tableName)
Create a table with no special configuration |
void |
TableOperations.create(java.lang.String tableName)
Create a table with no special configuration |
void |
TableOperationsImpl.create(java.lang.String tableName,
TimeType timeType)
|
void |
TableOperations.create(java.lang.String tableName,
TimeType timeType)
|
void |
SecurityOperations.createUser(java.lang.String user,
byte[] password,
Authorizations authorizations)
Create a user |
void |
SecurityOperationsImpl.createUser(java.lang.String user,
byte[] password,
Authorizations authorizations)
Create a user |
void |
TableOperationsImpl.delete(java.lang.String tableName)
Delete a table |
void |
TableOperations.delete(java.lang.String tableName)
Delete a table |
void |
SecurityOperations.dropUser(java.lang.String user)
Delete a user |
void |
SecurityOperationsImpl.dropUser(java.lang.String user)
Delete a user |
void |
TableOperationsImpl.flush(java.lang.String tableName)
Flush a table |
void |
TableOperations.flush(java.lang.String tableName)
Flush a table |
java.util.List<ActiveScan> |
InstanceOperations.getActiveScans(java.lang.String tserver)
List the active scans on tablet server. |
Authorizations |
SecurityOperations.getUserAuthorizations(java.lang.String user)
Retrieves the user's authorizations for scanning |
Authorizations |
SecurityOperationsImpl.getUserAuthorizations(java.lang.String user)
Retrieves the user's authorizations for scanning |
void |
SecurityOperations.grantSystemPermission(java.lang.String user,
SystemPermission permission)
Grant a user a system permission |
void |
SecurityOperationsImpl.grantSystemPermission(java.lang.String user,
SystemPermission permission)
Grant a user a system permission |
void |
SecurityOperations.grantTablePermission(java.lang.String user,
java.lang.String table,
TablePermission permission)
Grant a user a specific permission for a specific table |
void |
SecurityOperationsImpl.grantTablePermission(java.lang.String user,
java.lang.String table,
TablePermission permission)
Grant a user a specific permission for a specific table |
boolean |
SecurityOperations.hasSystemPermission(java.lang.String user,
SystemPermission perm)
Verify the user has a particular system permission |
boolean |
SecurityOperationsImpl.hasSystemPermission(java.lang.String user,
SystemPermission perm)
Verify the user has a particular system permission |
boolean |
SecurityOperations.hasTablePermission(java.lang.String user,
java.lang.String table,
TablePermission perm)
Verify the user has a particular table permission |
boolean |
SecurityOperationsImpl.hasTablePermission(java.lang.String user,
java.lang.String table,
TablePermission perm)
Verify the user has a particular table permission |
BulkImportHelper.AssignmentStats |
TableOperationsImpl.importDirectory(java.lang.String tableName,
java.lang.String dir,
java.lang.String failureDir,
int numThreads,
int numAssignThreads,
boolean disableGC)
|
BulkImportHelper.AssignmentStats |
TableOperations.importDirectory(java.lang.String tableName,
java.lang.String dir,
java.lang.String failureDir,
int numThreads,
int numAssignThreads,
boolean disableGC)
|
java.util.Set<java.lang.String> |
SecurityOperations.listUsers()
Return a list of users in accumulo |
java.util.Set<java.lang.String> |
SecurityOperationsImpl.listUsers()
Return a list of users in accumulo |
void |
TableOperationsImpl.offline(java.lang.String tableName)
|
void |
TableOperations.offline(java.lang.String tableName)
|
void |
TableOperationsImpl.online(java.lang.String tableName)
|
void |
TableOperations.online(java.lang.String tableName)
|
void |
InstanceOperations.removeProperty(java.lang.String property)
Removes a instance property from zookeeper |
void |
TableOperationsImpl.removeProperty(java.lang.String tableName,
java.lang.String property)
Removes a property from a table |
void |
TableOperations.removeProperty(java.lang.String tableName,
java.lang.String property)
Removes a property from a table |
void |
TableOperationsImpl.rename(java.lang.String oldTableName,
java.lang.String newTableName)
Rename a table |
void |
TableOperations.rename(java.lang.String oldTableName,
java.lang.String newTableName)
Rename a table |
void |
SecurityOperations.revokeSystemPermission(java.lang.String user,
SystemPermission permission)
Revoke a system permission from a user |
void |
SecurityOperationsImpl.revokeSystemPermission(java.lang.String user,
SystemPermission permission)
Revoke a system permission from a user |
void |
SecurityOperations.revokeTablePermission(java.lang.String user,
java.lang.String table,
TablePermission permission)
Revoke a table permission for a specific user on a specific table |
void |
SecurityOperationsImpl.revokeTablePermission(java.lang.String user,
java.lang.String table,
TablePermission permission)
Revoke a table permission for a specific user on a specific table |
void |
TableOperationsImpl.setLocalityGroups(java.lang.String tableName,
java.util.Map<java.lang.String,java.util.Set<org.apache.hadoop.io.Text>> groups)
Sets a tables locality groups. |
void |
TableOperations.setLocalityGroups(java.lang.String tableName,
java.util.Map<java.lang.String,java.util.Set<org.apache.hadoop.io.Text>> groups)
Sets a tables locality groups. |
void |
InstanceOperations.setProperty(java.lang.String property,
java.lang.String value)
Sets an instance property in zookeeper. |
void |
TableOperationsImpl.setProperty(java.lang.String tableName,
java.lang.String property,
java.lang.String value)
Sets a property on a table |
void |
TableOperations.setProperty(java.lang.String tableName,
java.lang.String property,
java.lang.String value)
Sets a property on a table |
java.util.Set<Range> |
TableOperationsImpl.splitRangeByTablets(java.lang.String tableName,
Range range,
int maxSplits)
|
java.util.Set<Range> |
TableOperations.splitRangeByTablets(java.lang.String tableName,
Range range,
int maxSplits)
|
Uses of AccumuloSecurityException in org.apache.accumulo.core.client.impl |
---|
Methods in org.apache.accumulo.core.client.impl that throw AccumuloSecurityException | |
---|---|
protected TabletLocator.TabletLocation |
TabletLocatorImpl._locateTablet(org.apache.hadoop.io.Text row,
boolean skipRow,
boolean retry,
boolean lock)
|
void |
TabletLocatorImpl.binMutations(java.util.List<Mutation> mutations,
java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations,
java.util.List<Mutation> failures)
|
void |
RootTabletLocator.binMutations(java.util.List<Mutation> mutations,
java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations,
java.util.List<Mutation> failures)
|
abstract void |
TabletLocator.binMutations(java.util.List<Mutation> mutations,
java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations,
java.util.List<Mutation> failures)
|
java.util.List<Range> |
TabletLocatorImpl.binRanges(java.util.List<Range> ranges,
java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
|
java.util.List<Range> |
RootTabletLocator.binRanges(java.util.List<Range> ranges,
java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
|
abstract java.util.List<Range> |
TabletLocator.binRanges(java.util.List<Range> ranges,
java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
|
static boolean |
ThriftScanner.getBatchFromServer(AuthInfo credentials,
org.apache.hadoop.io.Text startRow,
KeyExtent extent,
java.lang.String server,
java.util.SortedMap<Key,Value> results,
java.util.SortedSet<Column> fetchedColumns,
boolean skipStartKey,
int size,
Authorizations authorizations,
boolean retry,
AccumuloConfiguration conf)
|
BatchWriter |
MultiTableBatchWriterImpl.getBatchWriter(java.lang.String tableName)
|
Connector |
HdfsZooInstance.getConnector(java.lang.String user,
byte[] pass)
|
Connector |
HdfsZooInstance.getConnector(java.lang.String user,
java.lang.CharSequence pass)
|
TabletLocator.TabletLocation |
TabletLocatorImpl.locateTablet(org.apache.hadoop.io.Text row,
boolean skipRow,
boolean retry)
|
TabletLocator.TabletLocation |
RootTabletLocator.locateTablet(org.apache.hadoop.io.Text row,
boolean skipRow,
boolean retry)
|
abstract TabletLocator.TabletLocation |
TabletLocator.locateTablet(org.apache.hadoop.io.Text row,
boolean skipRow,
boolean retry)
|
java.util.List<TabletLocator.TabletLocation> |
MetadataLocationObtainer.lookupTablet(TabletLocator.TabletLocation src,
org.apache.hadoop.io.Text row,
org.apache.hadoop.io.Text stopRow,
TabletLocator parent)
|
java.util.List<TabletLocator.TabletLocation> |
TabletLocatorImpl.TabletLocationObtainer.lookupTablet(TabletLocator.TabletLocation src,
org.apache.hadoop.io.Text row,
org.apache.hadoop.io.Text stopRow,
TabletLocator parent)
|
java.util.List<TabletLocator.TabletLocation> |
MetadataLocationObtainer.lookupTablets(java.lang.String tserver,
java.util.Map<KeyExtent,java.util.List<Range>> tabletsRanges,
TabletLocator parent)
|
java.util.List<TabletLocator.TabletLocation> |
TabletLocatorImpl.TabletLocationObtainer.lookupTablets(java.lang.String tserver,
java.util.Map<KeyExtent,java.util.List<Range>> map,
TabletLocator parent)
|
static java.util.List<KeyValue> |
ThriftScanner.scan(Instance instance,
AuthInfo credentials,
ThriftScanner.ScanState scanState,
int timeOut,
AccumuloConfiguration conf)
|
void |
Writer.update(Mutation m)
|
Constructors in org.apache.accumulo.core.client.impl that throw AccumuloSecurityException | |
---|---|
ConnectorImpl(Instance instance,
java.lang.String user,
byte[] password)
|
Uses of AccumuloSecurityException in org.apache.accumulo.core.client.mock |
---|
Methods in org.apache.accumulo.core.client.mock that throw AccumuloSecurityException | |
---|---|
void |
MockTableOperations.addAggregators(java.lang.String tableName,
java.util.List<AggregatorConfiguration> aggregators)
|
void |
MockTableOperations.addSplits(java.lang.String tableName,
java.util.SortedSet<org.apache.hadoop.io.Text> partitionKeys)
|
boolean |
MockSecurityOperations.authenticateUser(java.lang.String name,
byte[] password)
|
void |
MockTabletLocator.binMutations(java.util.List<Mutation> mutations,
java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations,
java.util.List<Mutation> failures)
|
java.util.List<Range> |
MockTabletLocator.binRanges(java.util.List<Range> ranges,
java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
|
void |
MockSecurityOperations.changeUserAuthorizations(java.lang.String name,
Authorizations authorizations)
|
void |
MockSecurityOperations.changeUserPassword(java.lang.String name,
byte[] password)
|
void |
MockTableOperations.create(java.lang.String tableName)
|
void |
MockTableOperations.create(java.lang.String tableName,
TimeType timeType)
|
void |
MockSecurityOperations.createUser(java.lang.String user,
byte[] password,
Authorizations authorizations)
|
void |
MockTableOperations.delete(java.lang.String tableName)
|
void |
MockSecurityOperations.dropUser(java.lang.String user)
|
void |
MockTableOperations.flush(java.lang.String tableName)
|
BatchWriter |
MockMultiTableBatchWriter.getBatchWriter(java.lang.String table)
|
Connector |
MockInstance.getConnector(java.lang.String user,
byte[] pass)
|
Connector |
MockInstance.getConnector(java.lang.String user,
java.lang.CharSequence pass)
|
Authorizations |
MockSecurityOperations.getUserAuthorizations(java.lang.String name)
|
void |
MockSecurityOperations.grantSystemPermission(java.lang.String name,
SystemPermission permission)
|
void |
MockSecurityOperations.grantTablePermission(java.lang.String name,
java.lang.String tableName,
TablePermission permission)
|
boolean |
MockSecurityOperations.hasSystemPermission(java.lang.String name,
SystemPermission perm)
|
boolean |
MockSecurityOperations.hasTablePermission(java.lang.String name,
java.lang.String tableName,
TablePermission perm)
|
BulkImportHelper.AssignmentStats |
MockTableOperations.importDirectory(java.lang.String tableName,
java.lang.String dir,
java.lang.String failureDir,
int numThreads,
int numAssignThreads,
boolean disableGC)
|
java.util.Set<java.lang.String> |
MockSecurityOperations.listUsers()
|
TabletLocator.TabletLocation |
MockTabletLocator.locateTablet(org.apache.hadoop.io.Text row,
boolean skipRow,
boolean retry)
|
void |
MockTableOperations.offline(java.lang.String tableName)
|
void |
MockTableOperations.online(java.lang.String tableName)
|
void |
MockTableOperations.removeProperty(java.lang.String tableName,
java.lang.String property)
|
void |
MockTableOperations.rename(java.lang.String oldTableName,
java.lang.String newTableName)
|
void |
MockSecurityOperations.revokeSystemPermission(java.lang.String name,
SystemPermission permission)
|
void |
MockSecurityOperations.revokeTablePermission(java.lang.String name,
java.lang.String tableName,
TablePermission permission)
|
void |
MockTableOperations.setLocalityGroups(java.lang.String tableName,
java.util.Map<java.lang.String,java.util.Set<org.apache.hadoop.io.Text>> groups)
|
void |
MockTableOperations.setProperty(java.lang.String tableName,
java.lang.String property,
java.lang.String value)
|
java.util.Set<Range> |
MockTableOperations.splitRangeByTablets(java.lang.String tableName,
Range range,
int maxSplits)
|
Uses of AccumuloSecurityException in org.apache.accumulo.core.util |
---|
Methods in org.apache.accumulo.core.util that throw AccumuloSecurityException | |
---|---|
static void |
MetadataTable.getEntries(Instance instance,
AuthInfo credentials,
java.lang.String table,
boolean isTid,
java.util.Map<KeyExtent,java.lang.String> locations,
java.util.SortedSet<KeyExtent> tablets)
|
BulkImportHelper.AssignmentStats |
BulkImportHelper.importDirectory(org.apache.hadoop.fs.Path dir,
org.apache.hadoop.fs.Path failureDir,
int numThreads,
int numAssignThreads,
boolean disableGC)
|
Uses of AccumuloSecurityException in org.apache.accumulo.core.util.shell |
---|
Methods in org.apache.accumulo.core.util.shell that throw AccumuloSecurityException | |
---|---|
int |
Shell.UsersCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.AuthenticateCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.CreateUserCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.DropUserCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.PasswdCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.SetAuthsCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.GetAuthsCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.UserPermissionsCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.GrantCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.RevokeCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.DeleteIterCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.SetIterCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.SetScanIterCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.ConfigCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.UserCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.ScanCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.DeleteManyCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.GrepCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.DeleteCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.AddSplitsCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.SelectCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.SelectrowCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.InsertCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.DeleteTableCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.CreateTableCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.RenameTableCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.TablesCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.TableCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.ImportDirectoryCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
Shell.GetSplitsCommand.execute(java.lang.String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
protected void |
Shell.FlushCommand.flush(Shell shellState,
java.lang.String tableName)
|
protected void |
Shell.OfflineCommand.flush(Shell shellState,
java.lang.String tableName)
|
protected void |
Shell.OnlineCommand.flush(Shell shellState,
java.lang.String tableName)
|
protected void |
Shell.CompactCommand.flush(Shell shellState,
java.lang.String tableName)
|
protected Authorizations |
Shell.ScanCommand.getAuths(org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
protected void |
Shell.SetIterCommand.setTableProperties(org.apache.commons.cli.CommandLine cl,
Shell shellState,
java.lang.String tableName,
int priority,
java.util.Map<java.lang.String,java.lang.String> options,
java.lang.String classname,
java.lang.String name)
|
protected void |
Shell.SetScanIterCommand.setTableProperties(org.apache.commons.cli.CommandLine cl,
Shell shellState,
java.lang.String tableName,
int priority,
java.util.Map<java.lang.String,java.lang.String> options,
java.lang.String classname,
java.lang.String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |