Skip to main content

com.eruces.teadmin.RemoteServerAdmin

The RemoteServerAdmin class supports remote server management.

Deprecated

Since: 3.1

© Pi Soft, 2018-2026 · Tricryption Engine 8.1

Inheritance

Public Member Functions

MemberDescription
RemoteServerAdmin()Constructor.
PrincipalInfo[] getRemotePrincipalList(int nSysID, String[] strClsName)Gets list of principals of given type from remote server.

Member Function Documentation

RemoteServerAdmin()

Constructor.

PrincipalInfo[] getRemotePrincipalList(int nSysID, String[] strClsName)

Gets list of principals of given type from remote server.

Parameters

ParameterDescription
nSysIDSystemID
strClsNameclass name of principal (Should only provide "UserAndPasswordInfo" and/or "WindowsPrincipalInfo")

Exceptions

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

Returns: array of principals