Uses of Interface
org.apache.accumulo.core.client.security.tokens.AuthenticationToken
Packages that use AuthenticationToken
Package
Description
-
Uses of AuthenticationToken in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client with parameters of type AuthenticationTokenModifier and TypeMethodDescriptionAccumuloClient.AuthenticationArgs.as(CharSequence principal, AuthenticationToken token) Build using specified credentialsInstance.getConnector(String principal, AuthenticationToken token) Deprecated.Returns a connection to this instance of accumulo.ZooKeeperInstance.getConnector(String principal, AuthenticationToken token) Deprecated. -
Uses of AuthenticationToken in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin with parameters of type AuthenticationTokenModifier and TypeMethodDescriptionbooleanSecurityOperations.authenticateUser(String principal, AuthenticationToken token) Verify a username/password combination is valid -
Uses of AuthenticationToken in org.apache.accumulo.core.client.mapred
Methods in org.apache.accumulo.core.client.mapred that return AuthenticationTokenModifier and TypeMethodDescriptionprotected static AuthenticationTokenAbstractInputFormat.getAuthenticationToken(org.apache.hadoop.mapred.JobConf job) Deprecated.Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.protected static AuthenticationTokenAccumuloOutputFormat.getAuthenticationToken(org.apache.hadoop.mapred.JobConf job) Deprecated.Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.Methods in org.apache.accumulo.core.client.mapred with parameters of type AuthenticationTokenModifier and TypeMethodDescriptionstatic voidAbstractInputFormat.setConnectorInfo(org.apache.hadoop.mapred.JobConf job, String principal, AuthenticationToken token) Deprecated.Sets the connector information needed to communicate with Accumulo in this job.static voidAccumuloOutputFormat.setConnectorInfo(org.apache.hadoop.mapred.JobConf job, String principal, AuthenticationToken token) Deprecated.Sets the connector information needed to communicate with Accumulo in this job. -
Uses of AuthenticationToken in org.apache.accumulo.core.client.mapreduce
Methods in org.apache.accumulo.core.client.mapreduce that return AuthenticationTokenModifier and TypeMethodDescriptionprotected static AuthenticationTokenAbstractInputFormat.getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext job) Deprecated.Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.protected static AuthenticationTokenAccumuloOutputFormat.getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext context) Deprecated.Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.RangeInputSplit.getToken()Deprecated.Methods in org.apache.accumulo.core.client.mapreduce with parameters of type AuthenticationTokenModifier and TypeMethodDescriptionstatic voidAbstractInputFormat.setConnectorInfo(org.apache.hadoop.mapreduce.Job job, String principal, AuthenticationToken token) Deprecated.Sets the connector information needed to communicate with Accumulo in this job.static voidAccumuloOutputFormat.setConnectorInfo(org.apache.hadoop.mapreduce.Job job, String principal, AuthenticationToken token) Deprecated.Sets the connector information needed to communicate with Accumulo in this job.voidRangeInputSplit.setToken(AuthenticationToken token) Deprecated. -
Uses of AuthenticationToken in org.apache.accumulo.core.client.security.tokens
Subinterfaces of AuthenticationToken in org.apache.accumulo.core.client.security.tokensModifier and TypeInterfaceDescriptioninterfaceAnAuthenticationTokenthat wraps a "Hadoop style" delegation token created by Accumulo.Classes in org.apache.accumulo.core.client.security.tokens that implement AuthenticationTokenModifier and TypeClassDescriptionclassAnAuthenticationTokenbacked by a Hadoop CredentialProvider.classAuthentication token for Kerberos authenticated clientsclassclassMethods in org.apache.accumulo.core.client.security.tokens with type parameters of type AuthenticationTokenModifier and TypeMethodDescriptionstatic <T extends AuthenticationToken>
TAuthenticationToken.AuthenticationTokenSerializer.deserialize(Class<T> tokenType, byte[] tokenBytes) A convenience method to create tokens from serialized bytes, created byAuthenticationToken.AuthenticationTokenSerializer.serialize(AuthenticationToken)Methods in org.apache.accumulo.core.client.security.tokens that return AuthenticationTokenModifier and TypeMethodDescriptionAuthenticationToken.clone()static AuthenticationTokenAuthenticationToken.AuthenticationTokenSerializer.deserialize(String tokenClassName, byte[] tokenBytes) An alternate version ofAuthenticationToken.AuthenticationTokenSerializer.deserialize(Class, byte[])that accepts a token class name rather than a token class.Methods in org.apache.accumulo.core.client.security.tokens with parameters of type AuthenticationTokenModifier and TypeMethodDescriptionstatic byte[]AuthenticationToken.AuthenticationTokenSerializer.serialize(AuthenticationToken token) A convenience method to serialize tokens. -
Uses of AuthenticationToken in org.apache.accumulo.minicluster
Methods in org.apache.accumulo.minicluster with parameters of type AuthenticationTokenModifier and TypeMethodDescriptionMiniAccumuloCluster.createAccumuloClient(String user, AuthenticationToken token) Utility method to create anAccumuloClientwith connection to the MAC.