com.eruces.teagent.AuthenticationContext
The AuthenticationContext class represents the authentication context in use.
Since: 3.1
© Pi Soft, 2018-2026 · Tricryption Engine 8.1
Inheritance
- Inherits com.eruces.teagent.TESystem
- Inherited by com.eruces.teagent.CookieAuthenticationContext
- Inherited by com.eruces.teagent.LDAPAuthenticationContext
- Inherited by com.eruces.teagent.SSLMAuthenticationContext
- Inherited by com.eruces.teagent.UPAuthenticationContext
- Inherited by com.eruces.teagent.X509Context
Static Public Member Functions
| Member | Description |
|---|---|
AuthenticationContext getInstance(String strType) | Factory method to get authentication context. |
Public Member Functions
| Member | Description |
|---|---|
abstract void setSecret(Object objSec) | The setSecret method sets secret authentication information. |
Member Function Documentation
AuthenticationContext getInstance(String strType)
Factory method to get authentication context.
Deprecated
Parameters
| Parameter | Description |
|---|---|
strType | A string representing an authentication context. |
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: AuthenticationContext object
abstract void setSecret(Object objSec)
The setSecret method sets secret authentication information.
Deprecated
Parameters
| Parameter | Description |
|---|---|
objSec | A secret property object; both a username and a password object are needed. |
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). |