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
-
PackageName
-
-
AuthenticationServer(AuthenticationServerListener)
-
-
getPassword(UNL)
-
-
invalidPassword(UNL)
-
-
invalidPassword(UNL, String)
-
-
queryPassword(UNL)
-
-
queryPassword(UNL, String)
-
-
understands()
-
-
variableChanged(UNL, VariableModifier)
-
PackageName
public static final String PackageName
AuthenticationServer
public AuthenticationServer(AuthenticationServerListener listener)
understands
public boolean understands()
- Overrides:
- understands in class Skeleton
variableChanged
public void variableChanged(UNL source,
VariableModifier modifier)
- Overrides:
- variableChanged in class Skeleton
getPassword
public String getPassword(UNL client)
queryPassword
public void queryPassword(UNL client,
String body) throws PSYCDeliveryException
queryPassword
public void queryPassword(UNL client) throws PSYCDeliveryException
invalidPassword
public void invalidPassword(UNL client,
String body) throws PSYCDeliveryException
invalidPassword
public void invalidPassword(UNL client) throws PSYCDeliveryException
All Packages Class Hierarchy This Package Previous Next Index