Uses of Class
org.apache.accumulo.core.clientImpl.thrift.SecurityErrorCode
-
Packages that use SecurityErrorCode Package Description org.apache.accumulo.core.client org.apache.accumulo.core.clientImpl.thrift org.apache.accumulo.core.dataImpl.thrift -
-
Uses of SecurityErrorCode in org.apache.accumulo.core.client
Constructors in org.apache.accumulo.core.client with parameters of type SecurityErrorCode Constructor Description AccumuloSecurityException(String user, SecurityErrorCode errorcode)
AccumuloSecurityException(String user, SecurityErrorCode errorcode, String tableInfo)
AccumuloSecurityException(String user, SecurityErrorCode errorcode, String tableInfo, Throwable cause)
AccumuloSecurityException(String user, SecurityErrorCode errorcode, Throwable cause)
-
Uses of SecurityErrorCode in org.apache.accumulo.core.clientImpl.thrift
Fields in org.apache.accumulo.core.clientImpl.thrift declared as SecurityErrorCode Modifier and Type Field Description SecurityErrorCode
ThriftSecurityException. code
Methods in org.apache.accumulo.core.clientImpl.thrift that return SecurityErrorCode Modifier and Type Method Description static SecurityErrorCode
SecurityErrorCode. findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.SecurityErrorCode
ThriftSecurityException. getCode()
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.Methods in org.apache.accumulo.core.clientImpl.thrift with parameters of type SecurityErrorCode Modifier and Type Method Description ThriftSecurityException
ThriftSecurityException. setCode(SecurityErrorCode code)
Constructors in org.apache.accumulo.core.clientImpl.thrift with parameters of type SecurityErrorCode Constructor Description ThriftSecurityException(String user, SecurityErrorCode code)
-
Uses of SecurityErrorCode in org.apache.accumulo.core.dataImpl.thrift
Fields in org.apache.accumulo.core.dataImpl.thrift with type parameters of type SecurityErrorCode Modifier and Type Field Description Map<TKeyExtent,SecurityErrorCode>
UpdateErrors. authorizationFailures
Methods in org.apache.accumulo.core.dataImpl.thrift that return types with arguments of type SecurityErrorCode Modifier and Type Method Description Map<TKeyExtent,SecurityErrorCode>
UpdateErrors. getAuthorizationFailures()
Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type SecurityErrorCode Modifier and Type Method Description void
UpdateErrors. putToAuthorizationFailures(TKeyExtent key, SecurityErrorCode val)
Method parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type SecurityErrorCode Modifier and Type Method Description UpdateErrors
UpdateErrors. setAuthorizationFailures(Map<TKeyExtent,SecurityErrorCode> authorizationFailures)
-