com.eruces.teagent.Authentication
The Authentication class is the base of the client-side authentication schemes: getInstance selects one by TEAuthenticationType, and authenticate drives the initial, update and final exchange with the server.
Since: 3.0
© Pi Soft, 2018-2026 · Tricryption Engine 8.1
Inheritance
- Inherits com.eruces.teagent.TESystem
- Inherited by com.eruces.teagent.CookieAuthentication
- Inherited by com.eruces.teagent.LDAPAuthentication
- Inherited by com.eruces.teagent.SSLMAuthentication
- Inherited by com.eruces.teagent.UPAuthentication
- Inherited by com.eruces.teagent.X509Context.X509Authentication
Static Public Member Functions
| Member | Description |
|---|---|
Authentication getInstance(TEAuthenticationType type) | |
Authentication getInstance(String strType) |
Public Member Functions
| Member | Description |
|---|---|
long authenticate(TEAgentConnection conn) |
Member Function Documentation
Authentication getInstance(TEAuthenticationType type)
Deprecated
Parameters
| Parameter | Description |
|---|---|
type |
Exceptions
| Exception | Description |
|---|---|
TEAgentException | if the request cannot be completed on the connection, or the Key Service returns an error for it (delivered as a TEServerException). |
Returns:
Authentication getInstance(String strType)
Deprecated
Parameters
| Parameter | Description |
|---|---|
strType |
Exceptions
| Exception | Description |
|---|---|
TEAgentException | if the request cannot be completed on the connection, or the Key Service returns an error for it (delivered as a TEServerException). |
Returns: