com.ibm.security.krb5

Class KrbAsRep

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

  1. public class KrbAsRep
  2. extends java.lang.Object
This class encapsulates a AS-REP message that the KDC sends to the client.

Method Summary

Modifier and Type Method and Description
  1. Credentials
getCreds()
DOCUMENT ME!
  1. Credentials
setCredentials()
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()
DOCUMENT ME!
Returns:
DOCUMENT ME!

setCredentials

  1. public Credentials setCredentials( )