All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lava.net.psyc.packages.Authentication

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

public class Authentication
extends Skeleton

Variable Index

 o errorInvalidPasswordAliases
 o errorInvalidPasswordTag
 o PackageName
 o passwordAliases
 o passwordTag
 o queryPasswordAliases
 o queryPasswordTag
 o setPasswordAliases
 o setPasswordTag

Constructor Index

 o Authentication(AuthenticationListener)

Method Index

 o addPasswordSent(UNL)
 o havePasswordSent(UNL)
 o received(UNL, String, String)
 o removePasswordSent(UNL)
 o sendPassword(UNL, String)
 o understands()

Variables

 o PackageName
 public static final String PackageName
 o passwordTag
 public static final String passwordTag
 o passwordAliases
 protected static final String passwordAliases[]
 o queryPasswordTag
 public static final String queryPasswordTag
 o queryPasswordAliases
 protected static final String queryPasswordAliases[]
 o setPasswordTag
 public static final String setPasswordTag
 o setPasswordAliases
 protected static final String setPasswordAliases[]
 o errorInvalidPasswordTag
 public static final String errorInvalidPasswordTag
 o errorInvalidPasswordAliases
 protected static final String errorInvalidPasswordAliases[]

Constructors

 o Authentication
 public Authentication(AuthenticationListener listener)

Methods

 o understands
 public boolean understands()
Overrides:
understands in class Skeleton
 o received
 public void received(UNL source,
                      String method,
                      String body)
Overrides:
received in class Skeleton
 o havePasswordSent
 public boolean havePasswordSent(UNL server)
 o addPasswordSent
 public void addPasswordSent(UNL server)
 o removePasswordSent
 public void removePasswordSent(UNL server)
 o sendPassword
 public void sendPassword(UNL server,
                          String password) throws PSYCDeliveryException

All Packages  Class Hierarchy  This Package  Previous  Next  Index