- groupOfUniqueNames Filtering Thanks @ajbrown
- Dropwizard 1.1.1
negotiateTls
can beNONE
,ATTEMPT
, orSTRICT
. WhereATTEMPT
tries to negotiate TLS if possible andSTRICT
fails the entire operation if TLS does not succeed in being established.
negotiateTls
controls whether or not the Ldap connection tries to negotiate TLS- Dropwizard 1.0.5
- Fixed a bug where
dropwizard-bom
wasn't specified correctly
- Merged pull request 5
- Dropwizard 1.0.2
- Leverage
dropwizard-bom
- Adding
maven-enforcer-plugin
- Dropwizard 1.0.0
- Targetting
Java8
- Dropwizard 0.9.1
- Findbugs 3.0.2
- Updating maven-plugins
- Dropwizard 0.8.4
- Merged pull request 8 to dropwizard 0.8.1
- Moved off 0.1.x for which will be reserved for dropward 0.7.x patches
- Updated
README
for newAuthFactory
andBasicAuthFactory
use in dropwizard 0.8.1
- Merged pull request 2 to add support for returning a
User
type that contains their group memberships intersecting with therestrictGroups
supplied.
- Dropwizard 0.7.1
- Upgrade to findbugs 2.5.4
- Support for dropwizard 0.7.0
Now supports the deprecated 0.6.x dropwizard branch
- Replaced
securityPrincipal
withuserFilter
. - Added
groupFilter
to allow for group membership filtering. - Configurable username, groupname, and group membership attributes.
- Configurable group filtering set. If none are specified then fallback to previous behavior which was no group filtering.
Initial release