krb5.lib
Interface TicketGrantingServiceInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
TicketGrantingServiceImpl

public interface TicketGrantingServiceInterface
extends java.rmi.Remote

Class Description : Ticket Granting Service Interface.

Version:
1.1
Author:
Bojan Pajkovski

Method Summary
 TGSRep handleTGSReq(TGSReq req)
          Authenticate the KRB_TGS_REQ message sent by the client.
 

Method Detail

handleTGSReq

TGSRep handleTGSReq(TGSReq req)
                    throws java.rmi.RemoteException
Authenticate the KRB_TGS_REQ message sent by the client.

Parameters:
req - TGSReq
Returns:
TGSRep
Throws:
java.rmi.RemoteException