Using username and password for KerberosRestTemplate

474 Views Asked by At

How can I pass in kerberos username and password to the KerberosRestTemplate instead of passing keytab location or using validated cache. This works fine with plain spring security kerberos where for all rest calls the user passes the -u user:password param which is picked up by SunJaasKerberosClient to login.

0

There are 0 best solutions below