API Changes for LDAP Authentication Methods
There have been several changes in the API that deal with LDAP functionality. If you have implemented a custom LDAP authenticator, you may need to change your implementation.
These methods have been deleted:
- getServer()
- getPort()
- getPrincipalAttribute()
- getOtherAttributes()
These new methods have been added:
- getPrincipal()
- getURL()
With the previous implementation of the API, the URL was created with calls to getServer() and getPort(). Now a single method call to getURL() is enough.