Uses of Enum
org.apache.accumulo.core.client.security.SecurityErrorCode
Packages that use SecurityErrorCode
-
Uses of SecurityErrorCode in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return SecurityErrorCodeMethods in org.apache.accumulo.core.client that return types with arguments of type SecurityErrorCodeModifier and TypeMethodDescriptionMutationsRejectedException.getAuthorizationFailuresMap()Deprecated.MutationsRejectedException.getSecurityErrorCodes()Constructor parameters in org.apache.accumulo.core.client with type arguments of type SecurityErrorCodeModifierConstructorDescriptionMutationsRejectedException(List<ConstraintViolationSummary> cvsList, HashMap<KeyExtent, Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause) Deprecated.MutationsRejectedException(Instance instance, List<ConstraintViolationSummary> cvsList, HashMap<KeyExtent, Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause) Deprecated.MutationsRejectedException(Instance instance, List<ConstraintViolationSummary> cvsList, Map<TabletId, Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause) -
Uses of SecurityErrorCode in org.apache.accumulo.core.client.security
Methods in org.apache.accumulo.core.client.security that return SecurityErrorCodeModifier and TypeMethodDescriptionstatic SecurityErrorCodeReturns 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.
MutationsRejectedException.getSecurityErrorCodes()