Uses of Interface
org.jwall.web.audit.util.Authenticator

Packages that use Authenticator
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. 
 

Uses of Authenticator in org.jwall.web.audit.net
 

Methods in org.jwall.web.audit.net with parameters of type Authenticator
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.
 

Constructors in org.jwall.web.audit.net with parameters of type Authenticator
NetworkClientWorkerThread(Socket sock, Authenticator users, NetworkEventServer serv)
           
NetworkEventServer(int port, Authenticator auth)
           
NetworkEventServer(String s, Authenticator auth)
           
NetworkEventServer(String serv, int port, Authenticator auth)
           
 

Uses of Authenticator in org.jwall.web.audit.util
 

Classes in org.jwall.web.audit.util that implement Authenticator
 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 © 2012 jwall.org. All Rights Reserved.