Uses of Class
org.apache.accumulo.core.security.thrift.AuthInfo

Packages that use AuthInfo
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.security.thrift   
org.apache.accumulo.server.client   
 

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

Methods in org.apache.accumulo.core.client with parameters of type AuthInfo
 Connector Instance.getConnector(AuthInfo auth)
          Deprecated. since 1.5, use Instance.getConnector(String, AuthenticationToken) with PasswordToken
 Connector ZooKeeperInstance.getConnector(AuthInfo auth)
          Deprecated. 
 

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

Methods in org.apache.accumulo.core.client.mock with parameters of type AuthInfo
 Connector MockInstance.getConnector(AuthInfo auth)
          Deprecated. 
 

Uses of AuthInfo in org.apache.accumulo.core.security.thrift
 

Methods in org.apache.accumulo.core.security.thrift that return AuthInfo
 AuthInfo AuthInfo.deepCopy()
          Deprecated.  
 AuthInfo AuthInfo.setInstanceId(String instanceId)
          Deprecated.  
 AuthInfo AuthInfo.setPassword(byte[] password)
          Deprecated.  
 AuthInfo AuthInfo.setPassword(ByteBuffer password)
          Deprecated.  
 AuthInfo AuthInfo.setUser(String user)
          Deprecated.  
 

Methods in org.apache.accumulo.core.security.thrift with parameters of type AuthInfo
 int AuthInfo.compareTo(AuthInfo other)
          Deprecated.  
 boolean AuthInfo.equals(AuthInfo that)
          Deprecated.  
 

Constructors in org.apache.accumulo.core.security.thrift with parameters of type AuthInfo
AuthInfo(AuthInfo other)
          Deprecated. Performs a deep copy on other.
 

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

Methods in org.apache.accumulo.server.client with parameters of type AuthInfo
 Connector HdfsZooInstance.getConnector(AuthInfo auth)
          Deprecated. 
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.