[
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.