Skip to main content

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

TypeNameDescription
 NONENo selector has been called yet.
 X509A certificate principal, named by its DER certificate.
 XAUTHAn Externally Authenticated principal, named by its id.