Uses of Class
org.apache.accumulo.core.clientImpl.thrift.ClientService.authenticate_result
-
Packages that use ClientService.authenticate_result Package Description org.apache.accumulo.core.clientImpl.thrift -
-
Uses of ClientService.authenticate_result in org.apache.accumulo.core.clientImpl.thrift
Methods in org.apache.accumulo.core.clientImpl.thrift that return ClientService.authenticate_result Modifier and Type Method Description ClientService.authenticate_resultClientService.authenticate_result. deepCopy()ClientService.authenticate_resultClientService.Processor.authenticate. getResult(I iface, ClientService.authenticate_args args)ClientService.authenticate_resultClientService.authenticate_result. setSec(ThriftSecurityException sec)ClientService.authenticate_resultClientService.authenticate_result. setSuccess(boolean success)Methods in org.apache.accumulo.core.clientImpl.thrift with parameters of type ClientService.authenticate_result Modifier and Type Method Description intClientService.authenticate_result. compareTo(ClientService.authenticate_result other)booleanClientService.authenticate_result. equals(ClientService.authenticate_result that)Constructors in org.apache.accumulo.core.clientImpl.thrift with parameters of type ClientService.authenticate_result Constructor Description authenticate_result(ClientService.authenticate_result other)Performs a deep copy on other.
-