Package de.xima.fc.web.common.auth.ntlm
Class NtlmAuthenticatorImpl
java.lang.Object
de.xima.fc.web.common.auth.ntlm.NtlmAuthenticatorImpl
- All Implemented Interfaces:
org.pac4j.core.credentials.authenticator.Authenticator
@Deprecated
public class NtlmAuthenticatorImpl
extends Object
implements org.pac4j.core.credentials.authenticator.Authenticator
Deprecated.
NTLM is no longer supported by Micrsosft.
Authenticator to retriev the LDAP user data and the optionally system user
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from interface org.pac4j.core.credentials.authenticator.Authenticator
ALWAYS_VALIDATE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NtlmUserProfile
determineProfileData
(String userLoginName) Deprecated.void
validate
(org.pac4j.core.credentials.Credentials credentials, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore) Deprecated.
-
Constructor Details
-
NtlmAuthenticatorImpl
Deprecated.
-
-
Method Details
-
validate
public void validate(org.pac4j.core.credentials.Credentials credentials, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore) Deprecated.- Specified by:
validate
in interfaceorg.pac4j.core.credentials.authenticator.Authenticator
-
determineProfileData
Deprecated.
-