You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by vi...@apache.org on 2013/02/28 17:43:21 UTC

svn commit: r1451250 - in /accumulo/trunk: ./ core/ core/src/main/java/org/apache/accumulo/core/security/thrift/AuthInfo.java core/src/main/thrift/security.thrift

Author: vines
Date: Thu Feb 28 16:43:20 2013
New Revision: 1451250

URL: http://svn.apache.org/r1451250
Log:
ACCUMULO-1025 - deprecating AuthInfo properly


Modified:
    accumulo/trunk/   (props changed)
    accumulo/trunk/core/   (props changed)
    accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/thrift/AuthInfo.java
    accumulo/trunk/core/src/main/thrift/security.thrift

Propchange: accumulo/trunk/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.5:r1451019-1451248

Propchange: accumulo/trunk/core/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.5/core:r1451019-1451248

Modified: accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/thrift/AuthInfo.java
URL: http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/thrift/AuthInfo.java?rev=1451250&r1=1451249&r2=1451250&view=diff
==============================================================================
--- accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/thrift/AuthInfo.java (original)
+++ accumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/thrift/AuthInfo.java Thu Feb 28 16:43:20 2013
@@ -46,6 +46,10 @@ import java.util.Arrays;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+/**
+ *  * @Deprecated since 1.5
+ * *
+ */
 @SuppressWarnings("all") public class AuthInfo implements org.apache.thrift.TBase<AuthInfo, AuthInfo._Fields>, java.io.Serializable, Cloneable {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("AuthInfo");
 

Modified: accumulo/trunk/core/src/main/thrift/security.thrift
URL: http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/thrift/security.thrift?rev=1451250&r1=1451249&r2=1451250&view=diff
==============================================================================
--- accumulo/trunk/core/src/main/thrift/security.thrift (original)
+++ accumulo/trunk/core/src/main/thrift/security.thrift Thu Feb 28 16:43:20 2013
@@ -38,6 +38,9 @@ enum SecurityErrorCode {
     INSUFFICIENT_PROPERTIES = 17;
 }
 
+/**
+ * @Deprecated since 1.5
+**/
 struct AuthInfo {
     1:string user,
     2:binary password,