Description
SecurityUtil currently lives in accumulo-core but has no reason to be there. It's used as a wrapper to extract the necessary information from the AccumuloConfiguration (the keytab and principal) and perform the login using Hadoop's UserGroupInformation.
This is not relevant for clients, and should live in server-base instead.