| Package | Description |
|---|---|
| org.jwall.web.audit.net |
The
net-package provides network communication like sending
or receiving of audit data over tcp-connections. |
| org.jwall.web.audit.util |
This package simply contains some utility classes that are used for parsing and
convenience.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkEventServer |
NetworkEventServer.createSSLEventServer(File keyFile,
String pass,
int port,
Authenticator auth) |
static NetworkEventServer |
NetworkEventServer.createSSLEventServer(InputStream keyIn,
int port,
Authenticator auth) |
static NetworkEventServer |
NetworkEventServer.createSSLEventServer(InputStream keyStream,
String pass,
int port,
Authenticator auth)
This method creates a new NetworkEventServer that is based on an SSL-enabled server socket.
|
| Constructor and Description |
|---|
NetworkClientWorkerThread(Socket sock,
Authenticator users,
NetworkEventServer serv) |
NetworkEventServer(int port,
Authenticator auth) |
NetworkEventServer(String s,
Authenticator auth) |
NetworkEventServer(String serv,
int port,
Authenticator auth) |
| Modifier and Type | Class and Description |
|---|---|
class |
PasswordFileAuthenticator
This extension of the SimplePasswordAuthenticator class simply reads users and
groups from files which are given to the constructor at instantiation time.
|
class |
SimplePasswordAuthenticator |
Copyright © 2013 jwall.org. All Rights Reserved.