Skip to main content

com.eruces.teagent.TEAuthenticationMode

The TEAuthenticationMode class defines a authentication mode.

Static Public Attributes

TypeNameDescription
final TEAuthenticationModeMODE_NORMALRepresents a normal mode.
final TEAuthenticationModeMODE_ONLINERepresents a on_line mode.
final TEAuthenticationModeMODE_OFFLINERepresents a off_line mode.

Public Member Functions

MemberDescription
TEAuthenticationMode(TEAuthenticationMode mode)The TEAuthenticationMode constructor defines a authentication mode.
void setRemoteServer(String name)The setRemoteServer method sets the remote Key Server name or ip address.
String getRemoteServer()The getRemoteServer method gets the remote Key Server name or ip address.

Member Function Documentation

TEAuthenticationMode(TEAuthenticationMode mode)

The TEAuthenticationMode constructor defines a authentication mode.

Parameters

ParameterDescription
modeA TEAuthenticationMode object.

void setRemoteServer(String name)

The setRemoteServer method sets the remote Key Server name or ip address.

Parameters

ParameterDescription
nameA string representing the remote Key Server name or ip address.

String getRemoteServer()

The getRemoteServer method gets the remote Key Server name or ip address.

Returns: A string representing the remote Key Server name or ip address.