Package de.xima.fc.web.common.ntlm
Class NtlmAuthenticator
java.lang.Object
de.xima.fc.web.common.ntlm.NtlmAuthenticator
Deprecated.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.ntlmv2.liferay.NtlmUserAccount
authenticate
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated.static void
forceAuthentication
(javax.servlet.http.HttpServletResponse response) Deprecated.
-
Method Details
-
authenticate
@Deprecated public static org.ntlmv2.liferay.NtlmUserAccount authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, NTLMInitializationException Deprecated. -
forceAuthentication
@Deprecated public static void forceAuthentication(javax.servlet.http.HttpServletResponse response) throws IOException Deprecated.- Parameters:
response
- theHttpServletResponse
to force the authentication for- Throws:
IOException
-