Uses of Class
org.apache.accumulo.core.security.Authorizations
Packages that use Authorizations
Package
Description
-
Uses of Authorizations in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return AuthorizationsModifier and TypeMethodDescriptionClientSideIteratorScanner.getAuthorizations()ConditionalWriterConfig.getAuthorizations()ScannerBase.getAuthorizations()Returns the authorizations that have been set on the scannerMethods in org.apache.accumulo.core.client with parameters of type AuthorizationsModifier and TypeMethodDescriptionAccumuloClient.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads) Factory method to create BatchDeleter.AccumuloClient.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.abstract BatchDeleterConnector.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config) Deprecated.Factory method to create BatchDeleterAccumuloClient.createBatchScanner(String tableName, Authorizations authorizations) Factory method to create a BatchScanner connected to Accumulo.AccumuloClient.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.AccumuloClient.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.ConditionalWriterConfig.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 AuthorizationsModifier and TypeMethodDescriptionabstract AuthorizationsActiveScan.getAuthorizations()SecurityOperations.getUserAuthorizations(String principal) Retrieves the user's authorizations for scanningMethods in org.apache.accumulo.core.client.admin with parameters of type AuthorizationsModifier and TypeMethodDescriptionvoidSecurityOperations.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 AuthorizationsModifier and TypeMethodDescriptionprotected 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 AuthorizationsModifier and TypeMethodDescriptionstatic 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 AuthorizationsModifier and TypeMethodDescriptionRangeInputSplit.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 AuthorizationsModifier and TypeMethodDescriptionvoidRangeInputSplit.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 AuthorizationsModifier and TypeMethodDescriptionRFile.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.iterators
Methods in org.apache.accumulo.core.iterators that return Authorizations -
Uses of Authorizations in org.apache.accumulo.core.iterators.user
Methods in org.apache.accumulo.core.iterators.user with parameters of type AuthorizationsModifier and TypeMethodDescriptionstatic 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.security
Fields in org.apache.accumulo.core.security declared as AuthorizationsModifier and TypeFieldDescriptionstatic final AuthorizationsAuthorizations.EMPTYAn empty set of authorizations.Constructors in org.apache.accumulo.core.security with parameters of type AuthorizationsModifierConstructorDescriptionVisibilityEvaluator(Authorizations authorizations) Creates a new evaluator for the given collection of authorizations. -
Uses of Authorizations in org.apache.accumulo.hadoop.mapreduce
Methods in org.apache.accumulo.hadoop.mapreduce with parameters of type AuthorizationsModifier and TypeMethodDescriptionInputFormatBuilder.InputFormatOptions.auths(Authorizations auths) Sets theAuthorizationsused to scan.
Connector.createBatchDeleter(String, Authorizations, int, BatchWriterConfig)instead.