com.ibm.security.krb5

Class KrbTgsRep

  1. java.lang.Object
  2. extended bycom.ibm.security.krb5.KrbTgsRep

  1. public class KrbTgsRep
  2. extends java.lang.Object
This class encapsulates a TGS-REP that is sent from the KDC to the Kerberos client.

Method Summary

Modifier and Type Method and Description
  1. Credentials
getCreds()
Return the credentials that were contained in this KRB-TGS-REP.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

getCreds

  1. public Credentials getCreds()
Return the credentials that were contained in this KRB-TGS-REP.
Returns:
DOCUMENT ME!