jdk/src/share/classes/sun/security/krb5/KrbApReq.java
changeset 3483 a16fce1820ef
parent 3315 2c61231c7973
child 4168 1a8d21bb898c
equal deleted inserted replaced
3482:4aaa66ce712d 3483:a16fce1820ef
     1 /*
     1 /*
     2  * Portions Copyright 2000-2007 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Portions Copyright 2000-2009 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Sun designates this
     7  * published by the Free Software Foundation.  Sun designates this
   354         creds = new Credentials(
   354         creds = new Credentials(
   355                                 apReqMessg.ticket,
   355                                 apReqMessg.ticket,
   356                                 authenticator.cname,
   356                                 authenticator.cname,
   357                                 apReqMessg.ticket.sname,
   357                                 apReqMessg.ticket.sname,
   358                                 enc_ticketPart.key,
   358                                 enc_ticketPart.key,
   359                                 null,
   359                                 enc_ticketPart.flags,
   360                                 enc_ticketPart.authtime,
   360                                 enc_ticketPart.authtime,
   361                                 enc_ticketPart.starttime,
   361                                 enc_ticketPart.starttime,
   362                                 enc_ticketPart.endtime,
   362                                 enc_ticketPart.endtime,
   363                                 enc_ticketPart.renewTill,
   363                                 enc_ticketPart.renewTill,
   364                                 enc_ticketPart.caddr);
   364                                 enc_ticketPart.caddr,
       
   365                                 enc_ticketPart.authorizationData);
   365         if (DEBUG) {
   366         if (DEBUG) {
   366             System.out.println(">>> KrbApReq: authenticate succeed.");
   367             System.out.println(">>> KrbApReq: authenticate succeed.");
   367         }
   368         }
   368     }
   369     }
   369 
   370