Skip to main content

com.eruces.teagent.auth.login.TELoginModule

The TELoginModule class is the base login module for the Tricryption Engine: it opens a TEAgentConnection when the login commits and closes it on logout.

Since: 3.1

© Pi Soft, 2018-2026 · Tricryption Engine 8.1

Inheritance

Protected Attributes

TypeNameDescription
TEAgentConnectionm_conn
Stringm_strServer
intm_nPort
intm_nConnType
Subjectm_subject
CallbackHandlerm_callbackHandler
TEPrincipalm_principal
booleanm_bDebug

Public Member Functions

MemberDescription
void initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options)
boolean commit()
boolean abort()
boolean logout()
TEAgentConnection getConnection()