| Package | Description |
|---|---|
| org.apache.accumulo.core.client | |
| org.apache.accumulo.core.client.security |
| Modifier and Type | Method and Description |
|---|---|
SecurityErrorCode |
AccumuloSecurityException.getSecurityErrorCode() |
| Modifier and Type | Method and Description |
|---|---|
Map<KeyExtent,Set<SecurityErrorCode>> |
MutationsRejectedException.getAuthorizationFailuresMap()
Deprecated.
since 1.7.0 see
MutationsRejectedException.getSecurityErrorCodes() |
Map<TabletId,Set<SecurityErrorCode>> |
MutationsRejectedException.getSecurityErrorCodes() |
| Constructor and Description |
|---|
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) |
MutationsRejectedException(List<ConstraintViolationSummary> cvsList,
HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2011–2017 The Apache Software Foundation. All rights reserved.