commit | 967c2422591b70a82bd8fc991e87088e880f5024 | [log] [tgz] |
---|---|---|
author | Florian Zschocke <florian.zschocke@devolo.de> | Wed Nov 23 02:59:39 2016 +0100 |
committer | Florian Zschocke <florian.zschocke@devolo.de> | Wed Nov 23 02:59:39 2016 +0100 |
tree | 9a86e2fee4e9d97359b18e9cde7d8e73b92ba22c | |
parent | 8d27912b0f7f0a67a929671a9c6ff3c8052e3497 [diff] |
Extract LdapConnection into new class from LdapAuthProvider Extract the inner class `LdapConnection` from the `LdapAuthProvider` into a separate class, so that it can be used from multiple classes that have to connect to an LDAP directory. The new class is placed into the new package `com.gitblit.ldap`, since it isn't specific to authentication.