Uses of Class
org.apache.accumulo.core.security.Authorizations
-
-
Uses of Authorizations in org.apache.accumulo.core.cli
Fields in org.apache.accumulo.core.cli declared as Authorizations Modifier and Type Field Description AuthorizationsClientOpts. authsMethods in org.apache.accumulo.core.cli that return Authorizations Modifier and Type Method Description AuthorizationsClientOpts.AuthConverter. convert(String value) -
Uses of Authorizations in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return Authorizations Modifier and Type Method Description AuthorizationsClientSideIteratorScanner. getAuthorizations()AuthorizationsConditionalWriterConfig. getAuthorizations()AuthorizationsScannerBase. getAuthorizations()Returns the authorizations that have been set on the scannerMethods in org.apache.accumulo.core.client with parameters of type Authorizations Modifier and Type Method Description BatchDeleterAccumuloClient. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads)Factory method to create BatchDeleter.BatchDeleterAccumuloClient. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)Factory method to create BatchDeleterabstract BatchDeleterConnector. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads)Deprecated.since 1.5.0; UseConnector.createBatchDeleter(String, Authorizations, int, BatchWriterConfig)instead.abstract BatchDeleterConnector. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)Deprecated.Factory method to create BatchDeleterBatchScannerAccumuloClient. createBatchScanner(String tableName, Authorizations authorizations)Factory method to create a BatchScanner connected to Accumulo.BatchScannerAccumuloClient. createBatchScanner(String tableName, Authorizations authorizations, int numQueryThreads)Factory method to create a BatchScanner connected to Accumulo.abstract BatchScannerConnector. createBatchScanner(String tableName, Authorizations authorizations, int numQueryThreads)Deprecated.Factory method to create a BatchScanner connected to Accumulo.ScannerAccumuloClient. createScanner(String tableName, Authorizations authorizations)Factory method to create a Scanner connected to Accumulo.abstract ScannerConnector. createScanner(String tableName, Authorizations authorizations)Deprecated.Factory method to create a Scanner connected to Accumulo.ConditionalWriterConfigConditionalWriterConfig. setAuthorizations(Authorizations auths)A set of authorization labels that will be checked against the column visibility of each key in order to filter data. -
Uses of Authorizations in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return Authorizations Modifier and Type Method Description abstract AuthorizationsActiveScan. getAuthorizations()AuthorizationsSecurityOperations. getUserAuthorizations(String principal)Retrieves the user's authorizations for scanningMethods in org.apache.accumulo.core.client.admin with parameters of type Authorizations Modifier and Type Method Description voidSecurityOperations. changeUserAuthorizations(String principal, Authorizations authorizations)Set the user's record-level authorizationsorg.apache.hadoop.io.TextTableOperations. getMaxRow(String tableName, Authorizations auths, org.apache.hadoop.io.Text startRow, boolean startInclusive, org.apache.hadoop.io.Text endRow, boolean endInclusive)Finds the max row within a given range. -
Uses of Authorizations in org.apache.accumulo.core.client.mapred
Methods in org.apache.accumulo.core.client.mapred that return Authorizations Modifier and Type Method Description protected static AuthorizationsAbstractInputFormat. getScanAuthorizations(org.apache.hadoop.mapred.JobConf job)Deprecated.Gets the authorizations to set for the scans from the configuration.Methods in org.apache.accumulo.core.client.mapred with parameters of type Authorizations Modifier and Type Method Description static voidAbstractInputFormat. setScanAuthorizations(org.apache.hadoop.mapred.JobConf job, Authorizations auths)Deprecated.Sets theAuthorizationsused to scan. -
Uses of Authorizations in org.apache.accumulo.core.client.mapreduce
Methods in org.apache.accumulo.core.client.mapreduce that return Authorizations Modifier and Type Method Description AuthorizationsRangeInputSplit. getAuths()Deprecated.protected static AuthorizationsAbstractInputFormat. getScanAuthorizations(org.apache.hadoop.mapreduce.JobContext job)Deprecated.Gets the authorizations to set for the scans from the configuration.Methods in org.apache.accumulo.core.client.mapreduce with parameters of type Authorizations Modifier and Type Method Description voidRangeInputSplit. setAuths(Authorizations auths)Deprecated.static voidAbstractInputFormat. setScanAuthorizations(org.apache.hadoop.mapreduce.Job job, Authorizations auths)Deprecated.Sets theAuthorizationsused to scan. -
Uses of Authorizations in org.apache.accumulo.core.client.rfile
Methods in org.apache.accumulo.core.client.rfile with parameters of type Authorizations Modifier and Type Method Description RFile.ScannerOptionsRFile.ScannerOptions. withAuthorizations(Authorizations auths)The authorizations passed here will be used to filter Keys, from theScanner, based on the content of the column visibility field. -
Uses of Authorizations in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return Authorizations Modifier and Type Method Description AuthorizationsActiveScanImpl. getAuthorizations()AuthorizationsOfflineScanner. getAuthorizations()AuthorizationsScannerImpl. getAuthorizations()AuthorizationsScannerOptions. getAuthorizations()AuthorizationsTabletServerBatchReader. getAuthorizations()AuthorizationsSecurityOperationsImpl. getUserAuthorizations(String principal)Methods in org.apache.accumulo.core.clientImpl with parameters of type Authorizations Modifier and Type Method Description voidSecurityOperationsImpl. changeUserAuthorizations(String principal, Authorizations authorizations)BatchDeleterClientContext. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads)BatchDeleterClientContext. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)BatchDeleterConnectorImpl. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads)Deprecated.BatchDeleterConnectorImpl. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)Deprecated.BatchScannerClientContext. createBatchScanner(String tableName, Authorizations authorizations)BatchScannerClientContext. createBatchScanner(String tableName, Authorizations authorizations, int numQueryThreads)BatchScannerConnectorImpl. createBatchScanner(String tableName, Authorizations authorizations, int numQueryThreads)Deprecated.ScannerClientContext. createScanner(String tableName, Authorizations authorizations)ScannerConnectorImpl. createScanner(String tableName, Authorizations authorizations)Deprecated.static voidTabletServerBatchReaderIterator. doLookup(ClientContext context, String server, Map<KeyExtent,List<Range>> requested, Map<KeyExtent,List<Range>> failures, Map<KeyExtent,List<Range>> unscanned, TabletServerBatchReaderIterator.ResultReceiver receiver, List<Column> columns, ScannerOptions options, Authorizations authorizations)static booleanThriftScanner. getBatchFromServer(ClientContext context, Range range, KeyExtent extent, String server, SortedMap<Key,Value> results, SortedSet<Column> fetchedColumns, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, int size, Authorizations authorizations, long batchTimeOut, String classLoaderContext)org.apache.hadoop.io.TextTableOperationsImpl. getMaxRow(String tableName, Authorizations auths, org.apache.hadoop.io.Text startRow, boolean startInclusive, org.apache.hadoop.io.Text endRow, boolean endInclusive)Constructors in org.apache.accumulo.core.clientImpl with parameters of type Authorizations Constructor Description OfflineScanner(ClientContext context, TableId tableId, Authorizations authorizations)ScannerImpl(ClientContext context, TableId tableId, Authorizations authorizations)ScanState(ClientContext context, TableId tableId, Authorizations authorizations, Range range, SortedSet<Column> fetchedColumns, int size, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, boolean isolated, long readaheadThreshold, SamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)TabletServerBatchDeleter(ClientContext context, TableId tableId, Authorizations authorizations, int numQueryThreads, BatchWriterConfig bwConfig)TabletServerBatchReader(ClientContext context, Class<?> scopeClass, TableId tableId, Authorizations authorizations, int numQueryThreads)TabletServerBatchReader(ClientContext context, TableId tableId, Authorizations authorizations, int numQueryThreads)TabletServerBatchReaderIterator(ClientContext context, TableId tableId, Authorizations authorizations, ArrayList<Range> ranges, int numThreads, ExecutorService queryThreadPool, ScannerOptions scannerOptions, long timeout) -
Uses of Authorizations in org.apache.accumulo.core.clientImpl.mapreduce.lib
Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib that return Authorizations Modifier and Type Method Description static AuthorizationsInputConfigurator. getScanAuthorizations(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)Gets the authorizations to set for the scans from the configuration.Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib with parameters of type Authorizations Modifier and Type Method Description static voidInputConfigurator. setScanAuthorizations(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, Authorizations auths)Sets theAuthorizationsused to scan. -
Uses of Authorizations in org.apache.accumulo.core.iterators
Methods in org.apache.accumulo.core.iterators that return Authorizations Modifier and Type Method Description default AuthorizationsIteratorEnvironment. getAuthorizations()Return the Scan Authorizations used in this Iterator. -
Uses of Authorizations in org.apache.accumulo.core.iterators.user
Methods in org.apache.accumulo.core.iterators.user with parameters of type Authorizations Modifier and Type Method Description static voidTransformingIterator. setAuthorizations(IteratorSetting config, Authorizations auths)Configure authorizations used for post transformation filtering.static voidVisibilityFilter. setAuthorizations(IteratorSetting setting, Authorizations auths) -
Uses of Authorizations in org.apache.accumulo.core.iteratorsImpl.system
Fields in org.apache.accumulo.core.iteratorsImpl.system declared as Authorizations Modifier and Type Field Description protected AuthorizationsVisibilityFilter. authorizationsMethods in org.apache.accumulo.core.iteratorsImpl.system with parameters of type Authorizations Modifier and Type Method Description static SortedKeyValueIterator<Key,Value>SystemIteratorUtil. setupSystemScanIterators(SortedKeyValueIterator<Key,Value> source, Set<Column> cols, Authorizations auths, byte[] defaultVisibility, AccumuloConfiguration conf)static SortedKeyValueIterator<Key,Value>VisibilityFilter. wrap(SortedKeyValueIterator<Key,Value> source, Authorizations authorizations, byte[] defaultVisibility) -
Uses of Authorizations in org.apache.accumulo.core.security
Fields in org.apache.accumulo.core.security declared as Authorizations Modifier and Type Field Description static AuthorizationsAuthorizations. EMPTYAn empty set of authorizations.Constructors in org.apache.accumulo.core.security with parameters of type Authorizations Constructor Description VisibilityEvaluator(Authorizations authorizations)Creates a new evaluator for the given collection of authorizations.
-