| 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() |
| Constructor and Description |
|---|
MutationsRejectedException(List<ConstraintViolationSummary> cvsList,
HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause) |
| 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-2016 The Apache Software Foundation. All Rights Reserved.