Package de.xima.fc.web.common.ntlm
Class NtlmAuthenticator
- java.lang.Object
-
- de.xima.fc.web.common.ntlm.NtlmAuthenticator
-
@Deprecated public class NtlmAuthenticator extends Object
Deprecated.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static 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 Detail
-
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
-
-