Class KerberosAuthenticatorImpl

  • All Implemented Interfaces:
    org.pac4j.core.credentials.authenticator.Authenticator

    public class KerberosAuthenticatorImpl
    extends org.pac4j.kerberos.credentials.authenticator.KerberosAuthenticator
    implements org.pac4j.core.credentials.authenticator.Authenticator
    Authenticator to retriev the LDAP user data and the optionally system user
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • KerberosAuthenticatorImpl

        public KerberosAuthenticatorImpl​(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 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)