Modifier and Type | Method and Description |
---|---|
SharedDeviceList |
FTPServer.getShareList()
Get the shared device list
|
protected SharedDeviceList |
FTPSrvSession.getShareList()
Get the list of filtered shares that are available to this session
|
Modifier and Type | Method and Description |
---|---|
boolean |
FTPPath.setSharedDevice(SharedDeviceList shareList,
FTPSrvSession sess)
Set the shared device
|
Modifier and Type | Method and Description |
---|---|
SharedDeviceList |
HomeShareMapper.getShareList(String host,
SrvSession sess,
boolean allShares)
Return the list of available shares.
|
Modifier and Type | Method and Description |
---|---|
SharedDeviceList |
SrvSession.getDynamicShareList()
Return the list of dynamic shares created for this session
|
SharedDeviceList |
NetworkServer.getFullShareList(String host,
SrvSession sess)
Return the complete shared device list.
|
SharedDeviceList |
NetworkServer.getShareList(String host,
SrvSession sess)
Return the available shared device list.
|
Modifier and Type | Method and Description |
---|---|
SharedDeviceList |
DefaultAccessControlManager.filterShareList(SrvSession sess,
SharedDeviceList shares)
Filter the list of shared devices to return a list that contains only the shares that
are visible or accessible by the session.
|
SharedDeviceList |
AccessControlManager.filterShareList(SrvSession sess,
SharedDeviceList shares)
Filter a shared device list to remove shares that are not visible or the session does
not have access to.
|
Modifier and Type | Method and Description |
---|---|
SharedDeviceList |
DefaultAccessControlManager.filterShareList(SrvSession sess,
SharedDeviceList shares)
Filter the list of shared devices to return a list that contains only the shares that
are visible or accessible by the session.
|
SharedDeviceList |
AccessControlManager.filterShareList(SrvSession sess,
SharedDeviceList shares)
Filter a shared device list to remove shares that are not visible or the session does
not have access to.
|
Modifier and Type | Method and Description |
---|---|
SharedDeviceList |
ShareMapper.getShareList(String host,
SrvSession sess,
boolean allShares)
Return the share list for the specified host.
|
Modifier and Type | Method and Description |
---|---|
void |
SharedDeviceList.addShares(SharedDeviceList shrList)
Add shares from the specified list to this list, using a shallow copy
|
Constructor and Description |
---|
SharedDeviceList(SharedDeviceList shrList)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
SharedDeviceList |
DefaultShareMapper.getShareList(String host,
SrvSession sess,
boolean allShares)
Return the list of available shares.
|
SharedDeviceList |
FilesystemsConfigSection.getShares()
Return the shared device list.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.