Skip to content

Commit

Permalink
Add ResultCode.getStandardName
Browse files Browse the repository at this point in the history
Added a ResultCode.getStandardName method that can be used to
retrieve the name assigned to the associated result code in the
relevant specification.  This may not be available for result codes
that are not defined in known specifications.
  • Loading branch information
dirmgr committed May 8, 2023
1 parent 1ad2acd commit 55b7740
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 114 deletions.
7 changes: 7 additions & 0 deletions docs/release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ <h3>Version 6.0.9</h3>
<br><br>
</li>

<li>
Added a ResultCode.getStandardName method that can be used to retrieve the name
assigned to the associated result code in the relevant specification. This may
not be available for result codes that are not defined in known specifications.
<br><br>
</li>

<li>
Added a new HTTPProxySocketFactory class that can be used to allow establishing
LDAP and LDAPS connections through an HTTP proxy server, and added a new
Expand Down
Loading

0 comments on commit 55b7740

Please sign in to comment.