krb5.lib
Class AuthenticationServiceImpl

java.lang.Object
  extended by krb5.lib.AuthenticationServiceImpl
All Implemented Interfaces:
java.rmi.Remote, AuthenticationServiceInterface

public class AuthenticationServiceImpl
extends java.lang.Object
implements AuthenticationServiceInterface

Class Description : Implementaion of the AuthenticationServiceInterface.

Version:
1.1
Author:
Bojan Pajkovski

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

Constructor Detail

AuthenticationServiceImpl

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

Method Detail

authenticate

public ASRep authenticate(ASReq req)
                   throws java.rmi.RemoteException
Authenticate the KRB_AS_REQ message sent by the client.

Specified by:
authenticate in interface AuthenticationServiceInterface
Parameters:
req - ASReq
Returns:
ASRep
Throws:
java.rmi.RemoteException