use of org.pac4j.kerberos.client.indirect.IndirectKerberosClient in project pac4j by pac4j.
the class KerberosClientsKerbyTests method setupIndirectKerberosClient.
private IndirectKerberosClient setupIndirectKerberosClient() {
IndirectKerberosClient client = new IndirectKerberosClient(new KerberosAuthenticator(getKerberosValidator()));
client.setCallbackUrl("http://dummy.com/");
return client;
}
Aggregations