com.eruces.teadmin.AdministrationQuery
The AdministrationQuery class gets principals from the Key Server with a query.
Since: 1.0
© Pi Soft, 2018-2026 · Tricryption Engine 8.1
Inheritance
- Inherits com.eruces.teagent.IConnection
Public Member Functions
| Member | Description |
|---|---|
AdministrationQuery() | The default class constructor. |
PrincipalInfo[] getPrincipalList(String clsName, Query query) | The getPrincipalList method gets principals from the Key Server with a query. |
PrincipalInfo[] getPrincipalList(int SystemId, String clsName, Query query) | The getPrincipalList method gets principals from a specific Key Server with a query. |
Member Function Documentation
AdministrationQuery()
The default class constructor.
PrincipalInfo[] getPrincipalList(String clsName, Query query)
The getPrincipalList method gets principals from the Key Server with a query.
Parameters
| Parameter | Description |
|---|---|
clsName | Class name of the principal, e.g. UserAndPasswordInfo, WindowsPrincipalInfo. |
query | A query. |
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). |
PrincipalInfo[] getPrincipalList(int SystemId, String clsName, Query query)
The getPrincipalList method gets principals from a specific Key Server with a query.
Parameters
| Parameter | Description |
|---|---|
SystemId | The system ID to be checked. |
clsName | Class name of the principal, e.g. UserAndPasswordInfo, WindowsPrincipalInfo. |
query | A query. |
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). |