Modifier and Type | Method and Description |
---|---|
StringList |
SamrPipeFile.enumerateAliases(String domain)
Enumerate the aliases/local groups in a domain
|
StringList |
SamrPipeFile.enumerateDomains()
Enumerate the domains in the server
|
StringList |
SamrPipeFile.enumerateGroups(String domain)
Enumerate the groups in a domain
|
StringList |
SamrPipeFile.enumerateUsers(String domain)
Enumerate the users in a domain
|
StringList |
AdminSession.getDiskList()
Return a list of the disk devices available on the remote server.
|
StringList |
AdminSession.getGroupList()
Return a list of the groups on the remote server.
|
StringList |
AdminSession.getGroupUsers(String grpName)
Get a list of users that are in the specified group.
|
StringList |
AdminSession.getRAPUserGroups(String userName)
Get a list of groups for the specified user, using the RAP call.
|
StringList |
AdminSession.getServerNames(int flags)
Return the list of available servers on the network
|
StringList |
AdminSession.getServiceList()
Return a list of services installed on the remote node.
|
StringList |
AdminSession.getUserGroups(String userName)
Get a list of groups for the specified user.
|
StringList |
AdminSession.getUserList()
Return the list of users on the remote server.
|
Modifier and Type | Method and Description |
---|---|
ServiceHandle |
SvcctlPipeFile.createService(String serviceName,
String displayName,
int svcType,
int startType,
int errCtrl,
String binPath,
String loadGrp,
StringList depend,
String account,
byte[] password)
Create a new service
|
Modifier and Type | Method and Description |
---|---|
static StringList |
NetBIOSSession.FindNameList(String nbName,
char nbType,
int tmo)
Build a list of nodes that own the specified NetBIOS name.
|
static StringList |
NetBIOSSession.FindNameList(String nbName,
char nbType,
int tmo,
NetBIOSSession sess)
Build a list of nodes that own the specified NetBIOS name.
|
Modifier and Type | Method and Description |
---|---|
StringList |
UserAccount.getShareList()
Return the list of shares
|
Modifier and Type | Method and Description |
---|---|
StringList |
PrincipalName.getNames()
Return the name list
|
Constructor and Description |
---|
PrincipalName(int typ,
StringList names)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
static StringList |
FileAttribute.getAttributesAsList(int attr)
Return the specified file attribute as a list of attribute names
|
static StringList |
FileAttribute.getNTAttributesAsList(int attr)
Return the specified NT file attribute as a list of attribute names
|
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectIdFileLoader.setRequiredAttributes(StringList attrNames)
Set the list of required attributes to be added to file requests
|
Modifier and Type | Method and Description |
---|---|
static StringList |
ServerType.TypeAsStrings(int typ)
Convert server type flags to a list of server type strings
|
Modifier and Type | Method and Description |
---|---|
StringList |
ServiceConfigInfo.getDependencies()
Return the service dependency list
|
StringList |
EventlogRecord.getEventStringList()
Return the event strings
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfigInfo.setDependencies(StringList depList)
Set the dependent service name list
|
Modifier and Type | Method and Description |
---|---|
void |
HostAnnouncer.addHostNames(StringList names)
Add a list of names to the announcement list
|
Modifier and Type | Method and Description |
---|---|
StringList |
CIFSConfigSection.getAliasNames()
Return the list of alias names for the server
|
Modifier and Type | Method and Description |
---|---|
int |
CIFSConfigSection.addAliasNames(StringList names)
Add server alias names
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.