Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 50683 invoked from network); 8 Sep 2010 11:59:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Sep 2010 11:59:01 -0000 Received: (qmail 59448 invoked by uid 500); 8 Sep 2010 11:59:01 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 59170 invoked by uid 500); 8 Sep 2010 11:58:59 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 59072 invoked by uid 99); 8 Sep 2010 11:58:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 11:58:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 11:58:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o88BwYHI002284 for ; Wed, 8 Sep 2010 11:58:34 GMT Message-ID: <20336267.73981283947114310.JavaMail.jira@thor> Date: Wed, 8 Sep 2010 07:58:34 -0400 (EDT) From: "Pierre-Arnaud Marcelot (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRAPI-29) Add methods like getHost(), getPort(), isSsl(), isBound(), isAnonymous(), getBindDn() on LdapConnection interface In-Reply-To: <5246663.73971283947113926.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRAPI-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRAPI-29: ----------------------------------------- Summary: Add methods like getHost(), getPort(), isSsl(), isBound(), isAnonymous(), getBindDn() on LdapConnection interface (was: Add methods like getHost(), getPort(), isSsl(), isBound(), getBindDn() on LdapConnection interface) Description: I think it would be interesting to have a few methods added on the LdapConnection interface like: - getHost() to get the name of the remote host - getPort() to get the port of the remote host - isSsl() to know if the connection is using SSL encryption - isBound() to know if the connection has already been bound - isAnonymous() to know if the connection has been bound anonymously - getBindDn() to get the DN of the principal used for binding - and probably more in the same way. Thoughts? was: I think it would be interesting to have a few methods added on the LdapConnection interface like: - getHost() to get the name of the remote host - getPort() to get the port of the remote host - isSsl() to know if the connection is using SSL encryption - isBound() to know if the connection has already been bound - getBindDn() to get the DN of the principal used for binding - and probably more in the same way. Thoughts? > Add methods like getHost(), getPort(), isSsl(), isBound(), isAnonymous(), getBindDn() on LdapConnection interface > ----------------------------------------------------------------------------------------------------------------- > > Key: DIRAPI-29 > URL: https://issues.apache.org/jira/browse/DIRAPI-29 > Project: Directory client API > Issue Type: Improvement > Reporter: Pierre-Arnaud Marcelot > Fix For: 0.3.0 > > > I think it would be interesting to have a few methods added on the LdapConnection interface like: > - getHost() to get the name of the remote host > - getPort() to get the port of the remote host > - isSsl() to know if the connection is using SSL encryption > - isBound() to know if the connection has already been bound > - isAnonymous() to know if the connection has been bound anonymously > - getBindDn() to get the DN of the principal used for binding > - and probably more in the same way. > Thoughts? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.