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
- Inherits LoginModule
- Inherited by com.eruces.teagent.auth.login.TEUPLoginModule
Protected Attributes
| Type | Name | Description |
|---|---|---|
| TEAgentConnection | m_conn | |
| String | m_strServer | |
| int | m_nPort | |
| int | m_nConnType | |
| Subject | m_subject | |
| CallbackHandler | m_callbackHandler | |
| TEPrincipal | m_principal | |
| boolean | m_bDebug |
Public Member Functions
| Member | Description |
|---|---|
void initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options) | |
boolean commit() | |
boolean abort() | |
boolean logout() | |
TEAgentConnection getConnection() |