org.apache.jetspeed.security.impl.ntlm |
|
Java Source File Name | Type | Comment |
NtlmHttpServletRequestFilter.java | Class | NtlmHttpServletRequestFilter can be used in combination with an Ntml authentication filter (jCIFS).
The NtlmHttpServletRequestFilter must be configured after the jCIFS filter in web.xml. |
NtlmHttpServletRequestWrapper.java | Class | NtlmHttpServletRequestWrapper should be used in combination with an Ntml authentication filter (jCIFS).
This filter wraps the original request, setting the principal and remoteUser retrieved by Ntml
authentication with the client. |
NtlmSecurityValve.java | Class | NTLMSecurityValve provides Subject creation based on the
NTLM provided request.getRemoteUser() user name. |