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