public class

KrbTgsReq

extends KrbKdcReq
java.lang.Object
   ↳ sun.security.krb5.KrbKdcReq
     ↳ sun.security.krb5.KrbTgsReq

Class Overview

This class encapsulates a Kerberos TGS-REQ that is sent from the client to the KDC.

Summary

[Expand]
Inherited Fields
From class sun.security.krb5.KrbKdcReq
Public Constructors
KrbTgsReq(Credentials asCreds, PrincipalName sname)
Public Methods
KrbTgsRep getReply()
String send()
Sends a TGS request to the realm of the target.
Credentials sendAndGetCreds()
Sends the request, waits for a reply, and returns the Credentials.
[Expand]
Inherited Methods
From class sun.security.krb5.KrbKdcReq
From class java.lang.Object

Public Constructors

public KrbTgsReq (Credentials asCreds, PrincipalName sname)

Public Methods

public KrbTgsRep getReply ()

public String send ()

Sends a TGS request to the realm of the target.

Throws
KrbException
IOException
KrbException

public Credentials sendAndGetCreds ()

Sends the request, waits for a reply, and returns the Credentials. Used in Credentials, KrbCred, and internal/CredentialsUtil.