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

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

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

Methods in org.apache.accumulo.core.client that return SecurityErrorCode
 SecurityErrorCode AccumuloSecurityException.getSecurityErrorCode()
           
 

Methods in org.apache.accumulo.core.client that return types with arguments of type SecurityErrorCode
 Map<KeyExtent,Set<SecurityErrorCode>> MutationsRejectedException.getAuthorizationFailuresMap()
           
 

Constructor parameters in org.apache.accumulo.core.client with type arguments of type SecurityErrorCode
MutationsRejectedException(Instance instance, List<ConstraintViolationSummary> cvsList, HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause)
           
MutationsRejectedException(List<ConstraintViolationSummary> cvsList, HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause)
          Deprecated. since 1.6.0, see MutationsRejectedException.MutationsRejectedException(Instance, List, HashMap, Collection, int, Throwable)
 

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

Methods in org.apache.accumulo.core.client.security that return SecurityErrorCode
static SecurityErrorCode SecurityErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SecurityErrorCode[] SecurityErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.