Uses of Interface
org.apache.accumulo.core.client.security.tokens.AuthenticationToken
-
-
Uses of AuthenticationToken in org.apache.accumulo.core.cli
Methods in org.apache.accumulo.core.cli that return AuthenticationToken Modifier and Type Method Description AuthenticationTokenClientOpts. getToken() -
Uses of AuthenticationToken in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client with parameters of type AuthenticationToken Modifier and Type Method Description AccumuloClient.ConnectionOptions<T>AccumuloClient.AuthenticationArgs. as(CharSequence principal, AuthenticationToken token)Build using specified credentialsConnectorInstance. getConnector(String principal, AuthenticationToken token)Deprecated.Returns a connection to this instance of accumulo.ConnectorZooKeeperInstance. 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 AuthenticationToken Modifier and Type Method Description booleanSecurityOperations. 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 AuthenticationToken Modifier and Type Method Description protected 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 AuthenticationToken Modifier and Type Method Description static 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 AuthenticationToken Modifier and Type Method Description protected 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.AuthenticationTokenRangeInputSplit. getToken()Deprecated.Methods in org.apache.accumulo.core.client.mapreduce with parameters of type AuthenticationToken Modifier and Type Method Description static 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.tokens Modifier and Type Interface Description interfaceDelegationTokenAnAuthenticationTokenthat wraps a "Hadoop style" delegation token created by Accumulo.Classes in org.apache.accumulo.core.client.security.tokens that implement AuthenticationToken Modifier and Type Class Description classCredentialProviderTokenAnAuthenticationTokenbacked by a Hadoop CredentialProvider.classKerberosTokenAuthentication token for Kerberos authenticated clientsclassNullTokenclassPasswordTokenMethods in org.apache.accumulo.core.client.security.tokens with type parameters of type AuthenticationToken Modifier and Type Method Description static <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 AuthenticationToken Modifier and Type Method Description AuthenticationTokenAuthenticationToken. 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 AuthenticationToken Modifier and Type Method Description static byte[]AuthenticationToken.AuthenticationTokenSerializer. serialize(AuthenticationToken token)A convenience method to serialize tokens. -
Uses of AuthenticationToken in org.apache.accumulo.core.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement AuthenticationToken Modifier and Type Class Description classDelegationTokenImplMethods in org.apache.accumulo.core.clientImpl that return AuthenticationToken Modifier and Type Method Description AuthenticationTokenClientContext. getAuthenticationToken()AuthenticationTokenClientInfo. getAuthenticationToken()AuthenticationTokenClientInfoImpl. getAuthenticationToken()AuthenticationTokenCredentials. getToken()Gets the authentication token.AuthenticationTokenClientContext. token()Methods in org.apache.accumulo.core.clientImpl with parameters of type AuthenticationToken Modifier and Type Method Description AccumuloClient.ConnectionOptions<T>ClientContext.ClientBuilderImpl. as(CharSequence principal, AuthenticationToken token)booleanSecurityOperationsImpl. authenticateUser(String principal, AuthenticationToken token)static ClientInfoClientInfo. from(Properties properties, AuthenticationToken token)Constructors in org.apache.accumulo.core.clientImpl with parameters of type AuthenticationToken Constructor Description ClientInfoImpl(Properties properties, AuthenticationToken token)Credentials(String principal, AuthenticationToken token)Creates a new credentials object. -
Uses of AuthenticationToken in org.apache.accumulo.core.clientImpl.mapreduce
Classes in org.apache.accumulo.core.clientImpl.mapreduce that implement AuthenticationToken Modifier and Type Class Description classDelegationTokenStubDeprecated.since 2.0.0Methods in org.apache.accumulo.core.clientImpl.mapreduce that return AuthenticationToken Modifier and Type Method Description AuthenticationTokenDelegationTokenStub. clone()Deprecated. -
Uses of AuthenticationToken in org.apache.accumulo.core.clientImpl.mapreduce.lib
Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib that return AuthenticationToken Modifier and Type Method Description static AuthenticationTokenConfiguratorBase. getAuthenticationToken(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.static AuthenticationTokenConfiguratorBase. getTokenFromFile(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, String principal, String tokenFile)Reads from the token file in distributed cache.static AuthenticationTokenConfiguratorBase. unwrapAuthenticationToken(org.apache.hadoop.mapred.JobConf job, AuthenticationToken token)Unwraps the providedAuthenticationTokenif it is an instance of DelegationTokenStub, reconstituting it from the providedJobConf.static AuthenticationTokenConfiguratorBase. unwrapAuthenticationToken(org.apache.hadoop.mapreduce.JobContext job, AuthenticationToken token)Unwraps the providedAuthenticationTokenif it is an instance of DelegationTokenStub, reconstituting it from the providedJobConf.Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib with parameters of type AuthenticationToken Modifier and Type Method Description static voidConfiguratorBase. setConnectorInfo(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, String principal, AuthenticationToken token)Sets the connector information needed to communicate with Accumulo in this job.static AuthenticationTokenConfiguratorBase. unwrapAuthenticationToken(org.apache.hadoop.mapred.JobConf job, AuthenticationToken token)Unwraps the providedAuthenticationTokenif it is an instance of DelegationTokenStub, reconstituting it from the providedJobConf.static AuthenticationTokenConfiguratorBase. unwrapAuthenticationToken(org.apache.hadoop.mapreduce.JobContext job, AuthenticationToken token)Unwraps the providedAuthenticationTokenif it is an instance of DelegationTokenStub, reconstituting it from the providedJobConf. -
Uses of AuthenticationToken in org.apache.accumulo.core.conf
Methods in org.apache.accumulo.core.conf that return AuthenticationToken Modifier and Type Method Description static AuthenticationTokenClientProperty. decodeToken(String className, String tokenString)static AuthenticationTokenClientProperty. getAuthenticationToken(Properties properties)Methods in org.apache.accumulo.core.conf with parameters of type AuthenticationToken Modifier and Type Method Description static StringClientProperty. encodeToken(AuthenticationToken token)static voidClientProperty. setAuthenticationToken(Properties properties, AuthenticationToken token) -
Uses of AuthenticationToken in org.apache.accumulo.core.rpc
Methods in org.apache.accumulo.core.rpc with parameters of type AuthenticationToken Modifier and Type Method Description static SaslConnectionParamsSaslConnectionParams. from(AccumuloConfiguration config, AuthenticationToken token)protected voidSaslConnectionParams. updateFromToken(AuthenticationToken token)Constructors in org.apache.accumulo.core.rpc with parameters of type AuthenticationToken Constructor Description SaslConnectionParams(Properties properties, AuthenticationToken token)SaslConnectionParams(AccumuloConfiguration conf, AuthenticationToken token)
-