krb5.lib
Class TicketGrantingServiceImpl

java.lang.Object
  extended by krb5.lib.TicketGrantingServiceImpl
All Implemented Interfaces:
java.rmi.Remote, TicketGrantingServiceInterface

public class TicketGrantingServiceImpl
extends java.lang.Object
implements TicketGrantingServiceInterface

Class Description : Implementaion of the TicketGrantingServiceInterface.

Version:
1.1
Author:
Bojan Pajkovski

Constructor Summary
TicketGrantingServiceImpl()
          Class Constructor: Initialize the authentication database if it is doesn't exist
 
Method Summary
 TGSRep handleTGSReq(TGSReq req)
          Authenticate the KRB_TGS_REQ message sent by the client.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TicketGrantingServiceImpl

public TicketGrantingServiceImpl()
Class Constructor: Initialize the authentication database if it is doesn't exist

Method Detail

handleTGSReq

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

Specified by:
handleTGSReq in interface TicketGrantingServiceInterface
Parameters:
req - TGSReq
Returns:
TGSRep
Throws:
java.rmi.RemoteException