Class | Description |
---|---|
NtlmProcessingFilter |
A clean-room implementation for Spring Security of an NTLM HTTP filter
leveraging the JCIFS library.
|
NtlmProcessingFilterEntryPoint |
Used by
ExceptionTranslationFilter to assist with the NTLM
negotiation. |
NtlmUsernamePasswordAuthenticationToken |
An NTLM-specific
UsernamePasswordAuthenticationToken that allows any provider to bypass the problem of an
empty password since NTLM does not retrieve the user's password from the PDC. |
Exception | Description |
---|---|
NtlmBaseException |
Base class for NTLM exceptions so that it is easier to distinguish them
from other
AuthenticationException s in the
NtlmProcessingFilterEntryPoint . |
NtlmBeginHandshakeException |
Signals the beginning of an NTLM handshaking process.
|
NtlmType2MessageException |
Contains the NTLM Type 2 message that is sent back to the client during
negotiations.
|