Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 43C2610D06 for ; Tue, 17 Dec 2013 15:17:11 +0000 (UTC) Received: (qmail 50037 invoked by uid 500); 17 Dec 2013 15:16:58 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 49803 invoked by uid 500); 17 Dec 2013 15:16:11 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 49607 invoked by uid 99); 17 Dec 2013 15:16:02 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Dec 2013 15:16:02 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 8B5431C0133; Tue, 17 Dec 2013 15:16:00 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0798361459707876932==" MIME-Version: 1.0 Subject: Re: Review Request 16305: ACCUMULO-2030 - Javadoc for core/security From: "Bill Havanki" To: "Bill Havanki" , "accumulo" , "Sean Busbey" Date: Tue, 17 Dec 2013 15:16:00 -0000 Message-ID: <20131217151600.27244.18560@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Bill Havanki" X-ReviewGroup: accumulo X-ReviewRequest-URL: https://reviews.apache.org/r/16305/ X-Sender: "Bill Havanki" References: <20131217020601.27244.97108@reviews.apache.org> In-Reply-To: <20131217020601.27244.97108@reviews.apache.org> Reply-To: "Bill Havanki" X-ReviewRequest-Repository: accumulo --===============0798361459707876932== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit > On Dec. 16, 2013, 9:06 p.m., Sean Busbey wrote: > > core/src/main/java/org/apache/accumulo/core/security/Authorizations.java, line 222 > > > > > > Can we get a TODO or a follow on Jira that this shouldn't be making a copy? > > Bill Havanki wrote: > I'll file a follow-on JIRA. ACCUMULO-2039 > On Dec. 16, 2013, 9:06 p.m., Sean Busbey wrote: > > core/src/main/java/org/apache/accumulo/core/security/SystemPermission.java, lines 28-30 > > > > > > Can you add a brief description of the permissions, or are they documented somewhere else we can link to? > > Bill Havanki wrote: > I haven't found docs, and I don't think I could write anything particularly elucidating. I will file a follow-on JIRA. ACCUMULO-2040 > On Dec. 16, 2013, 9:06 p.m., Sean Busbey wrote: > > core/src/main/java/org/apache/accumulo/core/security/TablePermission.java, lines 27-29 > > > > > > Can you add a brief description of the permissions, or are they documented somewhere else we can link to? > > Bill Havanki wrote: > I haven't found docs, and I don't think I could write anything particularly elucidating. I will file a follow-on JIRA. ACCUMULO-2040 > On Dec. 16, 2013, 9:06 p.m., Sean Busbey wrote: > > core/src/main/java/org/apache/accumulo/core/security/NamespacePermission.java, lines 27-29 > > > > > > Can you add a brief description of the permissions, or are they documented somewhere else we can link to? > > Bill Havanki wrote: > I haven't found docs, and I don't think I could write anything particularly elucidating. I will file a follow-on JIRA. ACCUMULO-2040 - Bill ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16305/#review30513 ----------------------------------------------------------- On Dec. 17, 2013, 10:02 a.m., Bill Havanki wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/16305/ > ----------------------------------------------------------- > > (Updated Dec. 17, 2013, 10:02 a.m.) > > > Review request for accumulo. > > > Bugs: ACCUMULO-2030 > https://issues.apache.org/jira/browse/ACCUMULO-2030 > > > Repository: accumulo > > > Description > ------- > > Javadoc for o.a.a.core.security. > > I'll wait to submit the patch until a committer +1 or three business days inactivity, whichever happens first. > > > Diffs > ----- > > core/src/main/java/org/apache/accumulo/core/security/AuthorizationContainer.java 041bf3c > core/src/main/java/org/apache/accumulo/core/security/Authorizations.java 5cecefb > core/src/main/java/org/apache/accumulo/core/security/ColumnVisibility.java bd16b84 > core/src/main/java/org/apache/accumulo/core/security/Credentials.java 45708a8 > core/src/main/java/org/apache/accumulo/core/security/NamespacePermission.java fb6847b > core/src/main/java/org/apache/accumulo/core/security/SystemPermission.java 6bdb8e6 > core/src/main/java/org/apache/accumulo/core/security/TablePermission.java 912b5fb > core/src/main/java/org/apache/accumulo/core/security/VisibilityConstraint.java ae29cc7 > core/src/main/java/org/apache/accumulo/core/security/VisibilityEvaluator.java 45b595f > core/src/main/java/org/apache/accumulo/core/security/VisibilityParseException.java 2f46dc9 > > Diff: https://reviews.apache.org/r/16305/diff/ > > > Testing > ------- > > mvn javadoc:javadoc returns no errors or warnings for these classes. > > > Thanks, > > Bill Havanki > > --===============0798361459707876932==--