A J2EE filter that provides NTLMv2 authentication. This can be used for implementing Active Directory based auto login functionality. It's based on (and uses) the NTLMv2 Authentication library which in turn is based on the Liferay implementation.
The filter has been modified to allow different caching and configuration implementations as well as allow selective filtering.
The caching implementations provided are:
- Ehcache
- Cache2k
The configuration implementations provided are:
- Filter parameters
- System properties/environmental variables
However, it's very simple to implement your own.
This code is distributed under the LGPL license.