Package | Description |
---|---|
org.alfresco.jlan.client.admin |
Modifier and Type | Method and Description |
---|---|
int |
AdminSession.getAccountType(String userName)
Return the account type for the specified user name
|
StringList |
AdminSession.getGroupList()
Return a list of the groups on the remote server.
|
SessionInfoList |
AdminSession.getSessionList()
Return a list of open sessions on the remote server.
|
ShareInfo |
AdminSession.getShareInfo(String shr)
Return the full share information for the specified share
|
ShareInfoList |
AdminSession.getShareList()
Return the list of available shares on the remote server
|
StringList |
AdminSession.getUserList()
Return the list of users on the remote server.
|
WorkstationInfo |
AdminSession.getWorkstationInfo()
Return the server type/information for the server we are connected to
|
EventlogPipeFile |
AdminSession.openEventLogPipe()
Open the event log DCE/RPC pipe
|
InitShutPipeFile |
AdminSession.openInitShutdownPipe()
Open the shutdown service DCE/RPC pipe
|
IPCPipeFile |
AdminSession.openPipe(int pipeId)
Open the specifed named pipe file and setup the pipe.
|
SamrPipeFile |
AdminSession.openSecurityAccountsManagerPipe()
Open the security accounts manager DCE/RPC pipe (SAMR)
|
SrvsvcPipeFile |
AdminSession.openServerPipe()
Open the server DCE/RPC pipe
|
SvcctlPipeFile |
AdminSession.openServiceManagerPipe()
Open the service manager DCE/RPC pipe
|
WinregPipeFile |
AdminSession.openWindowsRegistryPipe()
Open the Windows registry DCE/RPC pipe
|
WkssvcPipeFile |
AdminSession.openWorkstationPipe()
Open the workstation DCE/RPC pipe
|
Constructor and Description |
---|
SamrPipeFile(IPCSession sess,
DCEPacket pkt,
int handle,
String name,
int maxTx,
int maxRx)
Class constructor
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.