com.eruces.teadmin.AdministrationQuery
The AdministrationQuery class gets principals from the Key Server with a query.
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. |
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. |