krb5.lib
Interface AuthenticationServiceInterface

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

public interface AuthenticationServiceInterface
extends java.rmi.Remote

Class Description : Authentication Service Interface

Version:
1.1
Author:
Bojan Pajkovski

Method Summary
 ASRep authenticate(ASReq req)
          Authenticate the KRB_AS_REQ request messsage sent by the client.
 

Method Detail

authenticate

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

Parameters:
req - ASReq
Returns:
ASRep
Throws:
java.rmi.RemoteException