Uses of Interface
com.dstc.security.kerberos.msg.KrbTGSReq

Packages that use KrbTGSReq
com.dstc.security.kerberos This package defines the main Kerberos 5 interfaces and classes. 
 

Uses of KrbTGSReq in com.dstc.security.kerberos
 

Methods in com.dstc.security.kerberos that return KrbTGSReq
 KrbTGSReq Kerberos.createKrbTGSReq(Credential cred, PrincipalName sName, String realm, KDCOptions options, Date validFrom, Date validTill, InetAddress[] adds, Ticket addTicket, AuthorizationDataElement[] authData)
          Creates and returns a KrbTGSReq in order to send to a KDC.
 

Methods in com.dstc.security.kerberos with parameters of type KrbTGSReq
 KrbTGSRep Kerberos.getKrbTGSRepFromKDC(KrbTGSReq req)
          Sends the supplied KrbTGSReq to the configured KDC, processes the reply and returns it as a KrbTGSRep, if successful.