Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32C6810C96 for ; Sun, 16 Feb 2014 07:29:49 +0000 (UTC) Received: (qmail 91640 invoked by uid 500); 16 Feb 2014 07:29:48 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 91421 invoked by uid 500); 16 Feb 2014 07:29:44 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 91414 invoked by uid 99); 16 Feb 2014 07:29:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Feb 2014 07:29:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Feb 2014 07:29:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 60F952388868; Sun, 16 Feb 2014 07:29:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1568735 - in /hbase/trunk/hbase-client/src/main/resources: ./ META-INF/ META-INF/services/ META-INF/services/org.apache.hadoop.security.token.TokenIdentifier Date: Sun, 16 Feb 2014 07:29:19 -0000 To: commits@hbase.apache.org From: apurtell@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140216072919.60F952388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: apurtell Date: Sun Feb 16 07:29:18 2014 New Revision: 1568735 URL: http://svn.apache.org/r1568735 Log: HBASE-10550 Register HBase tokens with ServiceLoader Added: hbase/trunk/hbase-client/src/main/resources/ hbase/trunk/hbase-client/src/main/resources/META-INF/ hbase/trunk/hbase-client/src/main/resources/META-INF/services/ hbase/trunk/hbase-client/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier Added: hbase/trunk/hbase-client/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-client/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier?rev=1568735&view=auto ============================================================================== --- hbase/trunk/hbase-client/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier (added) +++ hbase/trunk/hbase-client/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier Sun Feb 16 07:29:18 2014 @@ -0,0 +1,14 @@ +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier