Uses of Class
org.apache.accumulo.core.clientImpl.thrift.ClientService.authenticateUser_args
-
Packages that use ClientService.authenticateUser_args Package Description org.apache.accumulo.core.clientImpl.thrift -
-
Uses of ClientService.authenticateUser_args in org.apache.accumulo.core.clientImpl.thrift
Methods in org.apache.accumulo.core.clientImpl.thrift that return ClientService.authenticateUser_args Modifier and Type Method Description ClientService.authenticateUser_argsClientService.authenticateUser_args. deepCopy()ClientService.authenticateUser_argsClientService.AsyncProcessor.authenticateUser. getEmptyArgsInstance()ClientService.authenticateUser_argsClientService.Processor.authenticateUser. getEmptyArgsInstance()ClientService.authenticateUser_argsClientService.authenticateUser_args. setCredentials(TCredentials credentials)ClientService.authenticateUser_argsClientService.authenticateUser_args. setTinfo(TInfo tinfo)ClientService.authenticateUser_argsClientService.authenticateUser_args. setToAuth(TCredentials toAuth)Methods in org.apache.accumulo.core.clientImpl.thrift with parameters of type ClientService.authenticateUser_args Modifier and Type Method Description intClientService.authenticateUser_args. compareTo(ClientService.authenticateUser_args other)booleanClientService.authenticateUser_args. equals(ClientService.authenticateUser_args that)ClientService.authenticateUser_resultClientService.Processor.authenticateUser. getResult(I iface, ClientService.authenticateUser_args args)voidClientService.AsyncProcessor.authenticateUser. start(I iface, ClientService.authenticateUser_args args, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler)Constructors in org.apache.accumulo.core.clientImpl.thrift with parameters of type ClientService.authenticateUser_args Constructor Description authenticateUser_args(ClientService.authenticateUser_args other)Performs a deep copy on other.
-