|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.plugin.security.authentication.ClientAuth
public class ClientAuth
Mutual authentication between the proxy and a client. A client can be either the plug-in module of a Password Synchronizer or an administration tool. This class handles the authentication protocol from the client side.
| Constructor Summary | |
|---|---|
ClientAuth()
|
|
| Method Summary | |
|---|---|
static boolean |
authenticate(java.net.Socket socket,
java.lang.String authFolder,
PWSyncLog log)
Perform mutual authentication between the proxy and a client. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientAuth()
| Method Detail |
|---|
public static boolean authenticate(java.net.Socket socket,
java.lang.String authFolder,
PWSyncLog log)
Perform mutual authentication between the proxy and a client. This method handles the client side of the protocol.
socket - A connection to the client.authFolder - Authentication folder.log - Logger.
ProxyAuth.authenticate(Socket, String, PWSyncLog)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||