java.lang.Objectcom.microfocus.cobol.connector.transport.miniServer.ASEEMiniServer
Title: Connector Transport Layer Description: Generic Connector transport layer. Copyright: Copyright (c) 2001 Company: Micro Focus International Ltd
| Constructor Summary | |
ASEEMiniServer(int port)
Create a new server on a specific port |
|
| Method Summary | |
void |
addUserAuthentication(String username,
String password)
Add username/password to database |
void |
deleteUser(String username)
Delete user from local database. |
Hashtable |
getUserPasswordHashtable()
get username password hashtable |
boolean |
isUserPasswordValid(String username,
String password)
Is user password valid. |
boolean |
isValidUser(String username)
Is username valid |
static void |
main(String[] args)
Method declaration |
void |
startServer()
start server |
void |
stopServer()
stopServer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ASEEMiniServer(int port)
throws BindException
port -
BindException| Method Detail |
public static void main(String[] args)
args -
public void stopServer()
throws IOException
IOException
public void startServer()
throws IOException
IOException
public void addUserAuthentication(String username,
String password)
username - password - public Hashtable getUserPasswordHashtable()
public boolean isValidUser(String username)
username -
public void deleteUser(String username)
username -
public boolean isUserPasswordValid(String username,
String password)
username - password -
Copyright © 2000 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.