com.eruces.teagent.AuthenticationContext
The AuthenticationContext class represents the authentication context in use.
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
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. |
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. |