Uses of Class
org.esupportail.portal.channels.CStockage.provider.access.ServerAccess

Packages that use ServerAccess
org.esupportail.portal.channels.CStockage.channelAction.injac.acl   
org.esupportail.portal.channels.CStockage.channelAction.injac.metadata.parse   
org.esupportail.portal.channels.CStockage.config   
org.esupportail.portal.channels.CStockage.provider.access   
 

Uses of ServerAccess in org.esupportail.portal.channels.CStockage.channelAction.injac.acl
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.injac.acl with parameters of type ServerAccess
static boolean InjacAclManager.getReadersAclOnSpace(ServerAccess access, java.lang.String path, EsupPermissions permissions, java.util.Vector users, java.util.Vector groups, java.lang.String userPrefix, java.lang.String groupPrefix)
          Return the ACL for reading on a space
 

Uses of ServerAccess in org.esupportail.portal.channels.CStockage.channelAction.injac.metadata.parse
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.injac.metadata.parse with parameters of type ServerAccess
static RequiredMetaData RequiredMetaData.getNewRootFileNameMetatada(ServerAccess access, java.lang.String path, java.lang.String name, boolean owner)
          Get the RequiredMetaData object for the "root-file-name" MD for the specified path
 

Uses of ServerAccess in org.esupportail.portal.channels.CStockage.config
 

Fields in org.esupportail.portal.channels.CStockage.config declared as ServerAccess
private  ServerAccess Space.access
          The attribute used to access the server
 

Methods in org.esupportail.portal.channels.CStockage.config that return ServerAccess
 ServerAccess Space.getServerAccessObject()
          Return the object used to access the server
 

Methods in org.esupportail.portal.channels.CStockage.config with parameters of type ServerAccess
 boolean Space.canRead(ServerAccess access)
          Check if we are authorized to read this space
 

Uses of ServerAccess in org.esupportail.portal.channels.CStockage.provider.access
 

Subclasses of ServerAccess in org.esupportail.portal.channels.CStockage.provider.access
 class CifsAccessImpl
          Implements the ServerAccess interface to access a CIFS(SMB) server
Id: CifsAccessImpl.java
Classes: CifsAccessImpl
Creation date: 17/12/2004
Last modification: 24/02/2005
Modifications :
24/02/2005 Thomas Bellembois Correcting some bugs Copyright (c) 2004 Esup Portail (www.esup-portail.org).
 class WebdavAccessImpl
          Id: WebdavAccessImpl.java,v 1.0 14 avr. 2004
Copyright (c) 2004 Esup Portail (www.esup-portail.org)
Classes: WebdavAccessImpl
Original Author: Yohan Colmant
Implements the ServerAccess methods to access a DAV server
 

Methods in org.esupportail.portal.channels.CStockage.provider.access with parameters of type ServerAccess
protected  boolean WebdavAccessImpl.distantCopy(java.lang.String resource, ServerAccess fromAccess, java.lang.String fromPath, java.lang.String toPath)
          The distant copy method
private  boolean WebdavAccessImpl.distantCopy(ChannelResource resource, ServerAccess fromAccess, java.lang.String toPath)
          The distant copy method
private  boolean WebdavAccessImpl.distantCopyFile(java.lang.String fileName, ServerAccess fromAccess, java.lang.String absoluteFromPath, java.lang.String toPath)
          The distant copy method of a file
private  boolean WebdavAccessImpl.distantCopyDirectory(java.lang.String directoryName, ServerAccess fromAccess, java.lang.String absoluteFromPath, java.lang.String toPath)
          The distant copy method of a directory
protected abstract  boolean ServerAccess.distantCopy(java.lang.String resource, ServerAccess fromAccess, java.lang.String fromPath, java.lang.String toPath)
          The distant copy method
private  boolean CifsAccessImpl.distantCopyFile(java.lang.String fileName, ServerAccess fromAccess, java.lang.String absoluteFromPath, java.lang.String toPath)
          Copy a file from a server to the CIFS server
All required checking (if a directory exists...) are supposed to be done by the calling application
private  boolean CifsAccessImpl.distantCopyDirectory(java.lang.String directoryName, ServerAccess fromAccess, java.lang.String absoluteFromPath, java.lang.String toPath)
          Copy a directory from a server to the CIFS server
All required checking (if a directory exists...) are supposed to be done by the calling application
protected  boolean CifsAccessImpl.distantCopy(java.lang.String resource, ServerAccess fromAccess, java.lang.String fromPath, java.lang.String toPath)
          Copy a resource from a server to the CIFS server
All required checking (if a directory exists...) are supposed to be done by the calling application
private  boolean CifsAccessImpl.distantCopy(ChannelResource resource, ServerAccess fromAccess, java.lang.String toPath)
          Copy a resource from a server to the CIFS server
All required checking (if a directory exists...) are supposed to be done by the calling application