Skip to main content

com.eruces.teadmin.AdministrationQuery

The AdministrationQuery class gets principals from the Key Server with a query.

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.

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.