All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.download.registration.CredentialSrvAppl

java.lang.Object
   |
   +----semper.certificate.CertificateMan
           |
           +----semper.download.registration.CredentialSrvAppl

public class CredentialSrvAppl
extends CertificateMan
implements Runnable
Implements the credential server

Version:
$Revision: 1.5 $ $Date: 1998/08/20 09:28:57 $
Author:
Petros Pantis, Kostas Tzelepis

Method Index

 o deleteCredentials(TinguinSession)
Triggered from the administrator in order to revoke credentials
 o displayCredentials(TinguinSession)
Displays the list of the stored credentials
 o displayNews(TinguinSession)
Displays the contents of the news database
 o init()
Method called from the Library object in order to initialize the CRA
 o insertNewCredentials(TinguinSession)
Displays a tinguin window in order to allow the administrator to define new credentials
 o isStopped()
Called from the CredentialSrvAdmin in orrder to check if the CRA-server is running or have been interrupted
 o main(String[])
Main method which is used to start up the Credential/News server This dummy server use a file named credential.txt
 o run()
Starts the dispatcher for the incomming client requests
 o Start()
Starts the CRA server which handle the incomming client requests
 o Stop()
Stopps the CRA server

Methods

 o main
 public static void main(String args[])
Main method which is used to start up the Credential/News server This dummy server use a file named credential.txt

 o init
 public static void init()
Method called from the Library object in order to initialize the CRA

 o Start
 public void Start()
Starts the CRA server which handle the incomming client requests

 o Stop
 public void Stop()
Stopps the CRA server

 o run
 public void run()
Starts the dispatcher for the incomming client requests

 o insertNewCredentials
 public void insertNewCredentials(TinguinSession rdisplay)
Displays a tinguin window in order to allow the administrator to define new credentials

Parameters:
rdisplay - the associated tinguin session
 o deleteCredentials
 public void deleteCredentials(TinguinSession display)
Triggered from the administrator in order to revoke credentials

Parameters:
display - the associated tinguin session for the displayed window
 o displayCredentials
 public void displayCredentials(TinguinSession display)
Displays the list of the stored credentials

Parameters:
display - the associated tinguin session
 o isStopped
 public boolean isStopped()
Called from the CredentialSrvAdmin in orrder to check if the CRA-server is running or have been interrupted

Returns:
value true if the CRA-server is stopped
 o displayNews
 public void displayNews(TinguinSession display)
Displays the contents of the news database

Parameters:
display - the associated tinguin session

All Packages  Class Hierarchy  This Package  Previous  Next  Index