com.eruces.teagent.DelegatedAuthenticationContext.DelegationTarget
The DelegationTarget enum is the closed set of target kinds a delegated session can name: none yet, a certificate principal (wire selector "X509"), or an Externally Authenticated principal (wire selector "XAUTH").
There is no other value, and no method of this context takes a selector by string.
© Pi Soft, 2018-2026 · Tricryption Engine 8.1
Public Attributes
| Type | Name | Description |
|---|---|---|
NONE | No selector has been called yet. | |
X509 | A certificate principal, named by its DER certificate. | |
XAUTH | An Externally Authenticated principal, named by its id. |