ikbs.graphics
Class Verify

java.lang.Object
  extended by ikbs.graphics.Verify

public class Verify
extends java.lang.Object

IKBS v2.7 - Verify permet de vérifier que le login et le le password est correcte


Field Summary
protected  java.applet.Applet myApp
           
 
Constructor Summary
Verify(java.applet.Applet myApp)
           
 
Method Summary
protected  boolean verify(java.lang.String login, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myApp

protected java.applet.Applet myApp
Constructor Detail

Verify

public Verify(java.applet.Applet myApp)
Method Detail

verify

protected boolean verify(java.lang.String login,
                         java.lang.String password)