You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2014/02/16 08:29:25 UTC

svn commit: r1568736 - in /hbase/branches/0.98/hbase-client/src/main/resources: ./ META-INF/ META-INF/services/ META-INF/services/org.apache.hadoop.security.token.TokenIdentifier

Author: apurtell
Date: Sun Feb 16 07:29:24 2014
New Revision: 1568736

URL: http://svn.apache.org/r1568736
Log:
HBASE-10550 Register HBase tokens with ServiceLoader

Added:
    hbase/branches/0.98/hbase-client/src/main/resources/
    hbase/branches/0.98/hbase-client/src/main/resources/META-INF/
    hbase/branches/0.98/hbase-client/src/main/resources/META-INF/services/
    hbase/branches/0.98/hbase-client/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier

Added: hbase/branches/0.98/hbase-client/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier
URL: http://svn.apache.org/viewvc/hbase/branches/0.98/hbase-client/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier?rev=1568736&view=auto
==============================================================================
--- hbase/branches/0.98/hbase-client/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier (added)
+++ hbase/branches/0.98/hbase-client/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier Sun Feb 16 07:29:24 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