Uses of Class
org.apache.accumulo.core.client.AccumuloSecurityException

Packages that use AccumuloSecurityException
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.util   
org.apache.accumulo.core.util.shell   
org.apache.accumulo.examples.client   
org.apache.accumulo.examples.dirlist   
org.apache.accumulo.examples.helloworld   
org.apache.accumulo.examples.mapreduce.bulk   
org.apache.accumulo.server.security   
org.apache.accumulo.server.tabletserver   
org.apache.accumulo.server.test   
org.apache.accumulo.server.test.functional   
org.apache.accumulo.server.test.scalability   
org.apache.accumulo.server.util   
 

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)
           
 

Uses of AccumuloSecurityException in org.apache.accumulo.examples.client
 

Methods in org.apache.accumulo.examples.client that throw AccumuloSecurityException
static void RandomBatchScanner.main(java.lang.String[] args)
           
static void RowOperations.main(java.lang.String[] args)
           
static void SequentialBatchWriter.main(java.lang.String[] args)
           
static void RandomBatchWriter.main(java.lang.String[] args)
           
 

Uses of AccumuloSecurityException in org.apache.accumulo.examples.dirlist
 

Constructors in org.apache.accumulo.examples.dirlist that throw AccumuloSecurityException
QueryUtil(java.lang.String instanceName, java.lang.String zooKeepers, java.lang.String user, java.lang.String password, java.lang.String tableName, Authorizations auths)
           
 

Uses of AccumuloSecurityException in org.apache.accumulo.examples.helloworld
 

Methods in org.apache.accumulo.examples.helloworld that throw AccumuloSecurityException
static void InsertWithBatchWriter.main(java.lang.String[] args)
           
static void ReadData.main(java.lang.String[] args)
           
 

Uses of AccumuloSecurityException in org.apache.accumulo.examples.mapreduce.bulk
 

Methods in org.apache.accumulo.examples.mapreduce.bulk that throw AccumuloSecurityException
static void SetupTable.main(java.lang.String[] args)
           
static void VerifyIngest.main(java.lang.String[] args)
           
 

Uses of AccumuloSecurityException in org.apache.accumulo.server.security
 

Methods in org.apache.accumulo.server.security that throw AccumuloSecurityException
 boolean ZKAuthenticator.authenticateUser(AuthInfo credentials, java.lang.String user, byte[] pass)
           
 boolean Authenticator.authenticateUser(AuthInfo credentials, java.lang.String user, byte[] pass)
           
 void ZKAuthenticator.changeAuthorizations(AuthInfo credentials, java.lang.String user, Authorizations authorizations)
           
 void Authenticator.changeAuthorizations(AuthInfo credentials, java.lang.String user, Authorizations authorizations)
           
 void ZKAuthenticator.changePassword(AuthInfo credentials, java.lang.String user, byte[] pass)
           
 void Authenticator.changePassword(AuthInfo credentials, java.lang.String user, byte[] pass)
           
 void ZKAuthenticator.createUser(AuthInfo credentials, java.lang.String user, byte[] pass, Authorizations authorizations)
          Creates a user with no permissions whatsoever
 void Authenticator.createUser(AuthInfo credentials, java.lang.String user, byte[] pass, Authorizations authorizations)
           
 void ZKAuthenticator.deleteTable(AuthInfo credentials, java.lang.String table)
           
 void Authenticator.deleteTable(AuthInfo credentials, java.lang.String table)
           
 void ZKAuthenticator.dropUser(AuthInfo credentials, java.lang.String user)
           
 void Authenticator.dropUser(AuthInfo credentials, java.lang.String user)
           
 Authorizations ZKAuthenticator.getUserAuthorizations(AuthInfo credentials, java.lang.String user)
           
 Authorizations Authenticator.getUserAuthorizations(AuthInfo credentials, java.lang.String user)
           
 void ZKAuthenticator.grantSystemPermission(AuthInfo credentials, java.lang.String user, SystemPermission permission)
           
 void Authenticator.grantSystemPermission(AuthInfo credentials, java.lang.String user, SystemPermission permission)
           
 void ZKAuthenticator.grantTablePermission(AuthInfo credentials, java.lang.String user, java.lang.String table, TablePermission permission)
           
 void Authenticator.grantTablePermission(AuthInfo credentials, java.lang.String user, java.lang.String table, TablePermission permission)
           
 boolean ZKAuthenticator.hasSystemPermission(AuthInfo credentials, java.lang.String user, SystemPermission permission)
          Checks if a user has a system permission
 boolean Authenticator.hasSystemPermission(AuthInfo credentials, java.lang.String user, SystemPermission permission)
           
 boolean ZKAuthenticator.hasTablePermission(AuthInfo credentials, java.lang.String user, java.lang.String table, TablePermission permission)
           
 boolean Authenticator.hasTablePermission(AuthInfo credentials, java.lang.String user, java.lang.String table, TablePermission permission)
           
 void ZKAuthenticator.initializeSecurity(AuthInfo credentials, java.lang.String rootuser, byte[] rootpass)
          Only SYSTEM user can call this method
 void Authenticator.initializeSecurity(AuthInfo credentials, java.lang.String rootuser, byte[] rootpass)
           
 java.util.Set<java.lang.String> ZKAuthenticator.listUsers(AuthInfo credentials)
           
 java.util.Set<java.lang.String> Authenticator.listUsers(AuthInfo credentials)
           
 void ZKAuthenticator.revokeSystemPermission(AuthInfo credentials, java.lang.String user, SystemPermission permission)
           
 void Authenticator.revokeSystemPermission(AuthInfo credentials, java.lang.String user, SystemPermission permission)
           
 void ZKAuthenticator.revokeTablePermission(AuthInfo credentials, java.lang.String user, java.lang.String table, TablePermission permission)
           
 void Authenticator.revokeTablePermission(AuthInfo credentials, java.lang.String user, java.lang.String table, TablePermission permission)
           
 

Uses of AccumuloSecurityException in org.apache.accumulo.server.tabletserver
 

Methods in org.apache.accumulo.server.tabletserver that throw AccumuloSecurityException
static java.util.SortedMap<KeyExtent,org.apache.hadoop.io.Text> TabletServer.verifyTabletInformation(KeyExtent extent, TServerInstance instance, java.util.SortedMap<Key,Value> tabletsKeyValues, java.lang.String clientAddress, ZooLock lock)
           
 

Uses of AccumuloSecurityException in org.apache.accumulo.server.test
 

Methods in org.apache.accumulo.server.test that throw AccumuloSecurityException
static void TestIngest.CreateTable.main(java.lang.String[] args)
           
static void QueryMetadataTable.main(java.lang.String[] args)
           
static void GCLotsOfCandidatesTest.main(java.lang.String[] args)
           
static void BulkImportDirectory.main(java.lang.String[] args)
           
 

Uses of AccumuloSecurityException in org.apache.accumulo.server.test.functional
 

Methods in org.apache.accumulo.server.test.functional that throw AccumuloSecurityException
protected  Connector FunctionalTest.getConnector()
           
 void PermissionsTest.SystemPermissionsTest.run()
           
 void PermissionsTest.TablePermissionsTest.run()
           
 

Uses of AccumuloSecurityException in org.apache.accumulo.server.test.scalability
 

Methods in org.apache.accumulo.server.test.scalability that throw AccumuloSecurityException
 void ScaleTest.init(java.util.Properties scaleProps, java.util.Properties testProps, int numTabletServers)
           
 

Uses of AccumuloSecurityException in org.apache.accumulo.server.util
 

Methods in org.apache.accumulo.server.util that throw AccumuloSecurityException
static boolean MetadataTable.getBatchFromRootTablet(AuthInfo credentials, org.apache.hadoop.io.Text startRow, java.util.SortedMap<Key,Value> results, java.util.SortedSet<Column> columns, boolean skipStartRow, int size)
           
static void RandomWriter.main(java.lang.String[] args)
           
static void PrintTable.main(java.lang.String[] args)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.