src/java.security.jgss/share/classes/sun/security/krb5/internal/ccache/Credentials.java
changeset 57487 643978a35f6e
parent 47216 71c04702a3d5
child 58611 53ddf218eddd
equal deleted inserted replaced
57486:347804d623fc 57487:643978a35f6e
   178         //
   178         //
   179         // This class is for the initiator side. Also, authdata inside a ccache
   179         // This class is for the initiator side. Also, authdata inside a ccache
   180         // is most likely to be the one in Authenticator in PA-TGS-REQ encoded
   180         // is most likely to be the one in Authenticator in PA-TGS-REQ encoded
   181         // in TGS-REQ, therefore only stored with a service ticket. Currently
   181         // in TGS-REQ, therefore only stored with a service ticket. Currently
   182         // in Java, we only reads TGTs.
   182         // in Java, we only reads TGTs.
   183         return new sun.security.krb5.Credentials(ticket,
   183         return new sun.security.krb5.Credentials(ticket, cname, null, sname,
   184                 cname, sname, key, flags, authtime, starttime, endtime, renewTill, caddr);
   184                 null, key, flags, authtime, starttime, endtime, renewTill,
       
   185                 caddr);
   185     }
   186     }
   186 
   187 
   187     public KerberosTime getStartTime() {
   188     public KerberosTime getStartTime() {
   188         return starttime;
   189         return starttime;
   189     }
   190     }