471472473474475476477
} } private void verify(AuthInfo credentials, boolean match) throws ThriftSecurityException { if (!match) throw new AccumuloSecurityException(credentials.user, SecurityErrorCode.PERMISSION_DENIED).asThriftException(); }