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

Packages that use SecurityErrorCode
org.apache.accumulo.core.client   
org.apache.accumulo.core.security.thrift   
 

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

Methods in org.apache.accumulo.core.client that return SecurityErrorCode
 SecurityErrorCode AccumuloSecurityException.getErrorCode()
          Deprecated. since 1.5.0; Use AccumuloSecurityException.getSecurityErrorCode() instead.
 

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

Fields in org.apache.accumulo.core.security.thrift declared as SecurityErrorCode
 SecurityErrorCode ThriftSecurityException.code
          Deprecated.  
 

Methods in org.apache.accumulo.core.security.thrift that return SecurityErrorCode
static SecurityErrorCode SecurityErrorCode.findByValue(int value)
          Deprecated. Find a the enum type by its integer value, as defined in the Thrift IDL.
 SecurityErrorCode ThriftSecurityException.getCode()
          Deprecated.  
static SecurityErrorCode SecurityErrorCode.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static SecurityErrorCode[] SecurityErrorCode.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.core.security.thrift with parameters of type SecurityErrorCode
 ThriftSecurityException ThriftSecurityException.setCode(SecurityErrorCode code)
          Deprecated.  
 

Constructors in org.apache.accumulo.core.security.thrift with parameters of type SecurityErrorCode
ThriftSecurityException(String user, SecurityErrorCode code)
          Deprecated.  
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.