Uses of Class
krb5.lib.TGSReq

Packages that use TGSReq
krb5.client.lib   
krb5.lib   
 

Uses of TGSReq in krb5.client.lib
 

Methods in krb5.client.lib that return TGSReq
 TGSReq KrbTgsReq.getTGSReqMsg()
          Return TGSReq message
 

Uses of TGSReq in krb5.lib
 

Methods in krb5.lib with parameters of type TGSReq
 TGSRep TicketGrantingServiceImpl.handleTGSReq(TGSReq req)
          Authenticate the KRB_TGS_REQ message sent by the client.
 TGSRep TicketGrantingServiceInterface.handleTGSReq(TGSReq req)
          Authenticate the KRB_TGS_REQ message sent by the client.