Uses of Interface
org.apache.accumulo.core.client.security.tokens.AuthenticationToken

Packages that use AuthenticationToken
org.apache.accumulo.core.cli   
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.mapred   
org.apache.accumulo.core.client.mapreduce   
org.apache.accumulo.core.client.mapreduce.lib.util This package exists to store common helpers for configuring MapReduce jobs in a single location. 
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.client.security.tokens   
org.apache.accumulo.core.security   
org.apache.accumulo.core.util.shell   
org.apache.accumulo.examples.simple.filedata   
org.apache.accumulo.proxy   
org.apache.accumulo.server.client   
org.apache.accumulo.server.client.security.token   
org.apache.accumulo.server.security   
org.apache.accumulo.server.security.handler   
org.apache.accumulo.test.functional   
org.apache.accumulo.test.randomwalk   
org.apache.accumulo.test.randomwalk.security   
 

Uses of AuthenticationToken in org.apache.accumulo.core.cli
 

Methods in org.apache.accumulo.core.cli that return AuthenticationToken
 AuthenticationToken ClientOpts.getToken()
           
 

Uses of AuthenticationToken in org.apache.accumulo.core.client
 

Methods in org.apache.accumulo.core.client with parameters of type AuthenticationToken
 Connector Instance.getConnector(String principal, AuthenticationToken token)
          Returns a connection to this instance of accumulo.
 Connector ZooKeeperInstance.getConnector(String principal, AuthenticationToken token)
           
 

Uses of AuthenticationToken in org.apache.accumulo.core.client.admin
 

Methods in org.apache.accumulo.core.client.admin with parameters of type AuthenticationToken
 boolean SecurityOperationsImpl.authenticateUser(String principal, AuthenticationToken token)
           
 boolean SecurityOperations.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 with parameters of type AuthenticationToken
static void AccumuloOutputFormat.setConnectorInfo(org.apache.hadoop.mapred.JobConf job, String principal, AuthenticationToken token)
          Sets the connector information needed to communicate with Accumulo in this job.
static void InputFormatBase.setConnectorInfo(org.apache.hadoop.mapred.JobConf job, String principal, AuthenticationToken token)
          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 with parameters of type AuthenticationToken
static void AccumuloOutputFormat.setConnectorInfo(org.apache.hadoop.mapreduce.Job job, String principal, AuthenticationToken token)
          Sets the connector information needed to communicate with Accumulo in this job.
static void InputFormatBase.setConnectorInfo(org.apache.hadoop.mapreduce.Job job, String principal, AuthenticationToken token)
          Sets the connector information needed to communicate with Accumulo in this job.
 

Uses of AuthenticationToken in org.apache.accumulo.core.client.mapreduce.lib.util
 

Methods in org.apache.accumulo.core.client.mapreduce.lib.util with parameters of type AuthenticationToken
static void ConfiguratorBase.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.
 

Uses of AuthenticationToken in org.apache.accumulo.core.client.mock
 

Methods in org.apache.accumulo.core.client.mock with parameters of type AuthenticationToken
 boolean MockSecurityOperations.authenticateUser(String principal, AuthenticationToken token)
           
 Connector MockInstance.getConnector(String principal, AuthenticationToken token)
           
 

Uses of AuthenticationToken in org.apache.accumulo.core.client.security.tokens
 

Classes in org.apache.accumulo.core.client.security.tokens that implement AuthenticationToken
 class NullToken
           
 class PasswordToken
           
 

Methods in org.apache.accumulo.core.client.security.tokens that return AuthenticationToken
 AuthenticationToken AuthenticationToken.clone()
           
 

Uses of AuthenticationToken in org.apache.accumulo.core.security
 

Methods in org.apache.accumulo.core.security that return AuthenticationToken
static AuthenticationToken CredentialHelper.extractToken(String tokenClass, byte[] token)
           
static AuthenticationToken CredentialHelper.extractToken(TCredentials toAuth)
           
 

Methods in org.apache.accumulo.core.security with parameters of type AuthenticationToken
static TCredentials CredentialHelper.create(String principal, AuthenticationToken token, String instanceID)
           
static TCredentials CredentialHelper.createSquelchError(String principal, AuthenticationToken token, String instanceID)
           
static String CredentialHelper.tokenAsBase64(AuthenticationToken token)
           
 

Constructors in org.apache.accumulo.core.security with parameters of type AuthenticationToken
Credentials(Instance instance, String principal, AuthenticationToken token)
           
 

Uses of AuthenticationToken in org.apache.accumulo.core.util.shell
 

Methods in org.apache.accumulo.core.util.shell that return AuthenticationToken
 AuthenticationToken Shell.getToken()
           
 

Methods in org.apache.accumulo.core.util.shell with parameters of type AuthenticationToken
 void Shell.updateUser(String principal, AuthenticationToken token)
           
 

Uses of AuthenticationToken in org.apache.accumulo.examples.simple.filedata
 

Constructors in org.apache.accumulo.examples.simple.filedata with parameters of type AuthenticationToken
FileDataQuery(String instanceName, String zooKeepers, String user, AuthenticationToken token, String tableName, Authorizations auths)
           
 

Uses of AuthenticationToken in org.apache.accumulo.proxy
 

Fields in org.apache.accumulo.proxy with type parameters of type AuthenticationToken
protected  Class<? extends AuthenticationToken> ProxyServer.tokenClass
           
 

Uses of AuthenticationToken in org.apache.accumulo.server.client
 

Methods in org.apache.accumulo.server.client with parameters of type AuthenticationToken
 Connector HdfsZooInstance.getConnector(String principal, AuthenticationToken token)
           
 

Uses of AuthenticationToken in org.apache.accumulo.server.client.security.token
 

Classes in org.apache.accumulo.server.client.security.token that implement AuthenticationToken
 class SystemToken
           
 

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

Methods in org.apache.accumulo.server.security that return AuthenticationToken
static AuthenticationToken SecurityConstants.getSystemToken()
           
 

Uses of AuthenticationToken in org.apache.accumulo.server.security.handler
 

Methods in org.apache.accumulo.server.security.handler that return types with arguments of type AuthenticationToken
 Set<Class<? extends AuthenticationToken>> Authenticator.getSupportedTokenTypes()
           
 Set<Class<? extends AuthenticationToken>> ZKAuthenticator.getSupportedTokenTypes()
           
 Set<Class<? extends AuthenticationToken>> InsecureAuthenticator.getSupportedTokenTypes()
           
 

Methods in org.apache.accumulo.server.security.handler with parameters of type AuthenticationToken
 boolean Authenticator.authenticateUser(String principal, AuthenticationToken token)
           
 boolean ZKAuthenticator.authenticateUser(String principal, AuthenticationToken token)
           
 boolean InsecureAuthenticator.authenticateUser(String principal, AuthenticationToken token)
           
 void Authenticator.changePassword(String principal, AuthenticationToken token)
           
 void ZKAuthenticator.changePassword(String principal, AuthenticationToken token)
           
 void InsecureAuthenticator.changePassword(String user, AuthenticationToken token)
           
 void Authenticator.createUser(String principal, AuthenticationToken token)
           
 void ZKAuthenticator.createUser(String principal, AuthenticationToken token)
          Creates a user with no permissions whatsoever
 void InsecureAuthenticator.createUser(String principal, AuthenticationToken token)
           
 

Uses of AuthenticationToken in org.apache.accumulo.test.functional
 

Methods in org.apache.accumulo.test.functional that return AuthenticationToken
protected  AuthenticationToken FunctionalTest.getToken()
           
 

Methods in org.apache.accumulo.test.functional with parameters of type AuthenticationToken
protected  void FunctionalTest.setToken(AuthenticationToken token)
           
 

Uses of AuthenticationToken in org.apache.accumulo.test.randomwalk
 

Methods in org.apache.accumulo.test.randomwalk that return AuthenticationToken
 AuthenticationToken State.getToken()
           
 

Uses of AuthenticationToken in org.apache.accumulo.test.randomwalk.security
 

Methods in org.apache.accumulo.test.randomwalk.security that return AuthenticationToken
 AuthenticationToken WalkingSecurity.getSysToken()
           
 AuthenticationToken WalkingSecurity.getTabToken()
           
 

Methods in org.apache.accumulo.test.randomwalk.security that return types with arguments of type AuthenticationToken
 Set<Class<? extends AuthenticationToken>> WalkingSecurity.getSupportedTokenTypes()
           
 

Methods in org.apache.accumulo.test.randomwalk.security with parameters of type AuthenticationToken
static void Authenticate.authenticate(String principal, AuthenticationToken token, State state, Properties props)
           
 boolean WalkingSecurity.authenticateUser(String principal, AuthenticationToken token)
           
 void WalkingSecurity.changePassword(String principal, AuthenticationToken token)
           
 void WalkingSecurity.createUser(String principal, AuthenticationToken token)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.