Class DirectKerberosClient

  • All Implemented Interfaces:
    Client<KerberosCredentials>

    public class DirectKerberosClient
    extends DirectClient<KerberosCredentials>

    This class is the client to authenticate users directly based on Kerberos ticket. (i.e. being a direct client it do not redirects to callback URLs).

    Since:
    2.1.0
    Author:
    Garry Boyce