com.eruces.teadmin.RemoteServerAdmin
The RemoteServerAdmin class supports remote server management.
Deprecated
Inheritance
- Inherits com.eruces.teagent.IConnection
Public Member Functions
| Member | Description |
|---|---|
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
| Parameter | Description |
|---|---|
nSysID | SystemID |
strClsName | class name of principal (Should only provide "UserAndPasswordInfo" and/or "WindowsPrincipalInfo") |
Returns: array of principals