Interface EnumDSSLDAPSecureConnMethodNames


  • public interface EnumDSSLDAPSecureConnMethodNames
    Interface to specify LDAP connection methods.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • DssLDAPNonEncryptedConn

        static final java.lang.String DssLDAPNonEncryptedConn
        Connect with cleartext.
        See Also:
        Constant Field Values
      • DssLDAPEncryptedConn

        static final java.lang.String DssLDAPEncryptedConn
        Connect with SSL.
        See Also:
        Constant Field Values