You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2017/11/28 22:56:57 UTC

[directory-ldap-api] 01/03: Added the EXTERNAL mechanism

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch shared-value
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git

commit 588ad9719ca92bd70249d1d74a0c26e6209af9fb
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Tue Nov 28 23:38:16 2017 +0100

    Added the EXTERNAL mechanism
---
 .../directory/api/ldap/model/constants/SupportedSaslMechanisms.java    | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ldap/model/src/main/java/org/apache/directory/api/ldap/model/constants/SupportedSaslMechanisms.java b/ldap/model/src/main/java/org/apache/directory/api/ldap/model/constants/SupportedSaslMechanisms.java
index 5eb52ff..99a50f5 100644
--- a/ldap/model/src/main/java/org/apache/directory/api/ldap/model/constants/SupportedSaslMechanisms.java
+++ b/ldap/model/src/main/java/org/apache/directory/api/ldap/model/constants/SupportedSaslMechanisms.java
@@ -47,6 +47,9 @@ public final class SupportedSaslMechanisms
     /** Not a SASL JDK supported mechanism */
     public static final String GSS_SPNEGO = "GSS-SPNEGO";
 
+    /** EXTERNAL mechanism */
+    public static final String EXTERNAL = "EXTERNAL";
+
     /**
      *  Ensures no construction of this class, also ensures there is no need for final keyword above
      *  (Implicit super constructor is not visible for default constructor),

-- 
To stop receiving notification emails like this one, please contact
"commits@directory.apache.org" <co...@directory.apache.org>.