com.eruces.teagent.TEAgentAuthenticConnection
The TEAgentAuthenticConnection class opens a connection with username and password authentication.
Inheritance
- Inherits com.eruces.teagent.TEAgentConnection
Public Member Functions
| Member | Description |
|---|---|
TEAgentAuthenticConnection() | The TEAgentAuthenticConnection constructor constructs a non-connected object. |
TEAgentAuthenticConnection(String strServerName, int nPort, String strUserName, String strPasswd) | The TEAgentAuthenticConnection constructor specifies a server name, port number, username and password. |
Protected Member Functions
| Member | Description |
|---|---|
void finalize() | The finalize method is used to. |
Member Function Documentation
TEAgentAuthenticConnection()
The TEAgentAuthenticConnection constructor constructs a non-connected object.
TEAgentAuthenticConnection(String strServerName, int nPort, String strUserName, String strPasswd)
The TEAgentAuthenticConnection constructor specifies a server name, port number, username and password.
Parameters
| Parameter | Description |
|---|---|
strServerName | A string representing the name of a Key Server. |
nPort | An integer representing a Key Server access port number. |
strUserName | A string representing a username to connect to the Key Server. |
strPasswd | A string representing a password. |
void finalize()
The finalize method is used to.