Skip to main content

com.eruces.teagent.TEAgentAuthenticConnection

The TEAgentAuthenticConnection class opens a connection with username and password authentication.

Inheritance

Public Member Functions

MemberDescription
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

MemberDescription
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

ParameterDescription
strServerNameA string representing the name of a Key Server.
nPortAn integer representing a Key Server access port number.
strUserNameA string representing a username to connect to the Key Server.
strPasswdA string representing a password.

void finalize()

The finalize method is used to.