You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ab...@apache.org on 2015/02/10 07:04:33 UTC

sqoop git commit: SQOOP-2096: Sqoop2: Fix typos in comments in SecurityConstants

Repository: sqoop
Updated Branches:
  refs/heads/sqoop2 6edc79add -> bd17b3fce


SQOOP-2096: Sqoop2: Fix typos in comments in SecurityConstants

(Richard Zhou via Abraham Elmahrek)


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/bd17b3fc
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/bd17b3fc
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/bd17b3fc

Branch: refs/heads/sqoop2
Commit: bd17b3fce1f992a25aceb3038358d74a2e5c2c94
Parents: 6edc79a
Author: Abraham Elmahrek <ab...@apache.org>
Authored: Mon Feb 9 22:04:01 2015 -0800
Committer: Abraham Elmahrek <ab...@apache.org>
Committed: Mon Feb 9 22:04:01 2015 -0800

----------------------------------------------------------------------
 .../apache/sqoop/security/SecurityConstants.java    | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/bd17b3fc/core/src/main/java/org/apache/sqoop/security/SecurityConstants.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/sqoop/security/SecurityConstants.java b/core/src/main/java/org/apache/sqoop/security/SecurityConstants.java
index a9ace27..fde6b60 100644
--- a/core/src/main/java/org/apache/sqoop/security/SecurityConstants.java
+++ b/core/src/main/java/org/apache/sqoop/security/SecurityConstants.java
@@ -46,7 +46,7 @@ public final class SecurityConstants {
 
   /**
    * The config specifies the sqoop authentication handler class.
-   * The default type is org.apache.sqoop.security.SimpleAuthenticationHandler
+   * The default type is org.apache.sqoop.security.Authentication.SimpleAuthenticationHandler
    * <tt>org.apache.sqoop.security.authentication.handler</tt>.
    */
   public static final String AUTHENTICATION_HANDLER =
@@ -96,7 +96,7 @@ public final class SecurityConstants {
 
   /**
    * The config specifies the kerberos keytab for http.
-   * <tt>org.apache.sqoop.security.authentication.kerberos.http.principal</tt>.
+   * <tt>org.apache.sqoop.security.authentication.kerberos.http.keytab</tt>.
    */
   public static final String AUTHENTICATION_KERBEROS_HTTP_KEYTAB =
           PREFIX_AUTHENTICATION_KERBEROS_HTTP_CONFIG + "keytab";
@@ -110,7 +110,7 @@ public final class SecurityConstants {
 
   /**
    * The config specifies the sqoop authorization handler class.
-   * The default type is org.apache.sqoop.security.DefaultAuthorizationHandler
+   * The default type is org.apache.sqoop.security.Authorization.DefaultAuthorizationHandler
    * <tt>org.apache.sqoop.security.authorization.handler</tt>.
    */
   public static final String AUTHORIZATION_HANDLER =
@@ -118,23 +118,23 @@ public final class SecurityConstants {
 
   /**
    * The config specifies the sqoop authorization access controller class.
-   * The default type is org.apache.sqoop.security.DefaultAuthorizationAccessController
-   * <tt>org.apache.sqoop.security.authorization.AccessController</tt>.
+   * The default type is org.apache.sqoop.security.Authorization.DefaultAuthorizationAccessController
+   * <tt>org.apache.sqoop.security.authorization.access_controller</tt>.
    */
   public static final String AUTHORIZATION_ACCESS_CONTROLLER =
           PREFIX_AUTHORIZATION_CONFIG + "access_controller";
 
   /**
    * The config specifies the sqoop authorization validator class.
-   * The default type is org.apache.sqoop.security.DefaultAuthorizationValidator
-   * <tt>org.apache.sqoop.security.authorization.Validator</tt>.
+   * The default type is org.apache.sqoop.security.Authorization.DefaultAuthorizationValidator
+   * <tt>org.apache.sqoop.security.authorization.validator</tt>.
    */
   public static final String AUTHORIZATION_VALIDATOR =
           PREFIX_AUTHORIZATION_CONFIG + "validator";
 
   /**
    * The config specifies the sqoop authentication provider class.
-   * The default type is org.apache.sqoop.security.DefaultAuthenticationProvider
+   * The default type is org.apache.sqoop.security.Authorization.DefaultAuthenticationProvider
    * <tt>org.apache.sqoop.security.authorization.authentication_provider</tt>.
    */
   public static final String AUTHENTICATION_PROVIDER =