All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lava.net.psyc.packages.AuthenticationServer

java.lang.Object
   |
   +----lava.net.psyc.packages.Skeleton
           |
           +----lava.net.psyc.packages.AuthenticationServer

public class AuthenticationServer
extends Skeleton

Variable Index

 o PackageName

Constructor Index

 o AuthenticationServer(AuthenticationServerListener)

Method Index

 o getPassword(UNL)
 o invalidPassword(UNL)
 o invalidPassword(UNL, String)
 o queryPassword(UNL)
 o queryPassword(UNL, String)
 o understands()
 o variableChanged(UNL, VariableModifier)

Variables

 o PackageName
 public static final String PackageName

Constructors

 o AuthenticationServer
 public AuthenticationServer(AuthenticationServerListener listener)

Methods

 o understands
 public boolean understands()
Overrides:
understands in class Skeleton
 o variableChanged
 public void variableChanged(UNL source,
                             VariableModifier modifier)
Overrides:
variableChanged in class Skeleton
 o getPassword
 public String getPassword(UNL client)
 o queryPassword
 public void queryPassword(UNL client,
                           String body) throws PSYCDeliveryException
 o queryPassword
 public void queryPassword(UNL client) throws PSYCDeliveryException
 o invalidPassword
 public void invalidPassword(UNL client,
                             String body) throws PSYCDeliveryException
 o invalidPassword
 public void invalidPassword(UNL client) throws PSYCDeliveryException

All Packages  Class Hierarchy  This Package  Previous  Next  Index