[
https://issues.apache.org/jira/browse/DIRKRB-651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16153053#comment-16153053
]
Kai Zheng commented on DIRKRB-651:
----------------------------------
Thanks Jiajia for the taking.
Another comment:
Could we add another constructor method with the new {{krbToken}} parameter
instead of modifying the existing one?
{code}
- private GssInitCred(GSSCaller caller, GssNameElement name, KerberosTicket
ticket, int lifeTime) {
+ private GssInitCred(GSSCaller caller, GssNameElement name,
+ KerberosTicket ticket, KrbToken krbToken, int
lifeTime) {
super(caller, name);
this.ticket = ticket;
this.initLifeTime = lifeTime;
+ this.krbToken = krbToken;
}
{code}
> Add support to send a JWT AccessToken via the GSS API
> -----------------------------------------------------
>
> Key: DIRKRB-651
> URL: https://issues.apache.org/jira/browse/DIRKRB-651
> Project: Directory Kerberos
> Issue Type: Improvement
> Reporter: Colm O hEigeartaigh
> Assignee: Colm O hEigeartaigh
> Fix For: 1.1.0
>
> Attachments: DIRKRB-651.patch
>
>
> This task is to add support to send a JWT AccessToken via the GSS API.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)