Spring Security Framework

Package org.springframework.security.ui.ntlm

Class Summary
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 Summary
NtlmBaseException Base class for NTLM exceptions so that it is easier to distinguish them from other AuthenticationExceptions 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.
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.