Skip to main content

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

Public Member Functions

MemberDescription
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

ParameterDescription
clsNameClass name of the principal, e.g. UserAndPasswordInfo, WindowsPrincipalInfo.
queryA query.

Exceptions

ExceptionDescription
TEAgentExceptionif 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

ParameterDescription
SystemIdThe system ID to be checked.
clsNameClass name of the principal, e.g. UserAndPasswordInfo, WindowsPrincipalInfo.
queryA query.

Exceptions

ExceptionDescription
TEAgentExceptionif the request cannot be completed on the connection, or the Key Service returns an error for it (delivered as a TEServerException).