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
public class NtlmAuthenticatorImpl extends Object implements org.pac4j.core.credentials.authenticator.Authenticator
Authenticator to retriev the LDAP user data and the optionally system user- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description NtlmAuthenticatorImpl(Mandant client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NtlmUserProfile
determineProfileData(String userLoginName)
void
validate(org.pac4j.core.credentials.Credentials credentials, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
-
-
-
Constructor Detail
-
NtlmAuthenticatorImpl
public NtlmAuthenticatorImpl(Mandant client)
-
-
Method Detail
-
validate
public void validate(org.pac4j.core.credentials.Credentials credentials, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
- Specified by:
validate
in interfaceorg.pac4j.core.credentials.authenticator.Authenticator
-
determineProfileData
protected NtlmUserProfile determineProfileData(String userLoginName)
-
-