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.
-
CheckAuthentication()
- Constructor of CheckAuthentication class.
-
DoCheck(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.
CheckAuthentication
public CheckAuthentication()
- Constructor of CheckAuthentication class.
DoCheck
public boolean DoCheck(Template 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