Class KerberosAuthenticatorImpl

java.lang.Object
org.pac4j.kerberos.credentials.authenticator.KerberosAuthenticator
de.xima.fc.web.common.auth.kerberos.KerberosAuthenticatorImpl
All Implemented Interfaces:
org.pac4j.core.credentials.authenticator.Authenticator

@Deprecated public class KerberosAuthenticatorImpl extends org.pac4j.kerberos.credentials.authenticator.KerberosAuthenticator implements org.pac4j.core.credentials.authenticator.Authenticator
Deprecated.
Will be moved in version 8.0.0.
Authenticator to retriev the LDAP user data and the optionally system user
Author:
XIMA MEDIA GmbH
  • Field Summary

    Fields inherited from class org.pac4j.kerberos.credentials.authenticator.KerberosAuthenticator

    logger, ticketValidator

    Fields inherited from interface org.pac4j.core.credentials.authenticator.Authenticator

    ALWAYS_VALIDATE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.pac4j.kerberos.profile.KerberosProfile
    determineUserData(String userLoginName, GSSContext gssContext)
    Deprecated.
     
    void
    validate(org.pac4j.core.credentials.Credentials credentials, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KerberosAuthenticatorImpl

      public KerberosAuthenticatorImpl(Mandant client)
      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 interface org.pac4j.core.credentials.authenticator.Authenticator
      Overrides:
      validate in class org.pac4j.kerberos.credentials.authenticator.KerberosAuthenticator
    • determineUserData

      protected org.pac4j.kerberos.profile.KerberosProfile determineUserData(String userLoginName, GSSContext gssContext)
      Deprecated.