Class semper.certappl.CheckAuthentication
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certappl.CheckAuthentication

java.lang.Object
   |
   +----semper.certappl.CheckAuthentication

public class CheckAuthentication
extends Object
Class CheckAuthentication is used for checking user's authentication against CA server.

Constructor Index

 o CheckAuthentication()
Constructor of CheckAuthentication class.

Method Index

 o DoCheck(DummyTemplate)
DoCheck method starts the checking procedure by giving a template as input from which the SemperUser could be constructed and also by giving a file MainTable.

Constructors

 o CheckAuthentication
  public CheckAuthentication()
Constructor of CheckAuthentication class.

Methods

 o DoCheck
  public static boolean DoCheck(DummyTemplate template)
DoCheck method starts the checking procedure by giving a template as input from which the SemperUser could be constructed and also by giving a file MainTable. DoCheck method reads in MainTable and searches for a proper SemperUser which is already constructed from template.
Parameters:
template - = Template from which aSemperUser is constructed.

All Packages  Class Hierarchy  This Package  Previous  Next  Index