Uses of Class
org.esupportail.portal.channels.CWebdav.exception.NotAuthorizedException

Packages that use NotAuthorizedException
org.esupportail.portal.channels.CWebdav   
org.esupportail.portal.channels.CWebdav.provider   
tests   
 

Uses of NotAuthorizedException in org.esupportail.portal.channels.CWebdav
 

Methods in org.esupportail.portal.channels.CWebdav that throw NotAuthorizedException
private  void CWebdav.setClipboard(java.lang.String mode)
          Generate the XML String for this mod
private  void CWebdav.createDir()
          Generate the XML String for this mod
 

Uses of NotAuthorizedException in org.esupportail.portal.channels.CWebdav.provider
 

Methods in org.esupportail.portal.channels.CWebdav.provider that throw NotAuthorizedException
 ChannelWebdavResource[] DavAccessImpl.ls(java.lang.String fullPath)
          List all ressources for a given path
 ChannelWebdavResource[] DavAccessImpl.ls(java.lang.String path, java.lang.String targetDirectory)
          List all ressources for a given path
 boolean DavAccessImpl.upload(org.jasig.portal.MultipartDataSource inputFile, java.lang.String path)
          Upload a file to the path given in argument
 boolean DavAccessImpl.delete(java.lang.String file, java.lang.String path)
          Delete the resource given in argument
 boolean DavAccessImpl.rename(java.lang.String oldName, java.lang.String newName, java.lang.String path)
          Rename the resource
 boolean DavAccessImpl.createDir(java.lang.String name, java.lang.String path)
          Create the directory given in argument
 boolean DavAccessImpl.canPaste(java.lang.String clipboardPath, java.util.Vector clipboard, java.lang.String curentDirPath)
          Check if we can paste here
 boolean DavAccessImpl.copy(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Copy method
 boolean DavAccessImpl.move(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Move method
 boolean DavAccessImpl.exists(java.lang.String resourceName, java.lang.String path)
          Check is the resource exists
 boolean DavAccessImpl.exists(java.lang.String fullPath)
          Check is the resource exists
 boolean DavAccessImpl.isDirectory(java.lang.String name, java.lang.String path)
          Check if the resource named name is a directory in the path given
 boolean DavAccessImpl.isEmpty(java.lang.String dir, java.lang.String path)
          Check if the directory named dir is empty or not.
abstract  ChannelWebdavResource[] DavAccess.ls(java.lang.String fullPath)
          List all ressources for a given path
abstract  ChannelWebdavResource[] DavAccess.ls(java.lang.String path, java.lang.String targetDirectory)
          List all ressources for a given path
abstract  boolean DavAccess.upload(org.jasig.portal.MultipartDataSource inputFile, java.lang.String path)
          Upload a file to the path given in argument
abstract  boolean DavAccess.delete(java.lang.String file, java.lang.String path)
          Delete the resource given in argument
abstract  boolean DavAccess.rename(java.lang.String oldName, java.lang.String newName, java.lang.String path)
          Rename the resource
abstract  boolean DavAccess.createDir(java.lang.String name, java.lang.String path)
          Create the directory given in argument
abstract  boolean DavAccess.canPaste(java.lang.String clipboardPath, java.util.Vector clipboard, java.lang.String curentDirPath)
          Check if we can paste here
abstract  boolean DavAccess.copy(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Copy method
abstract  boolean DavAccess.move(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Move method
abstract  boolean DavAccess.exists(java.lang.String fullPath)
          Check is the resource exists
abstract  boolean DavAccess.exists(java.lang.String resourceName, java.lang.String path)
          Check is the resource exists
abstract  boolean DavAccess.isDirectory(java.lang.String name, java.lang.String path)
          Check if the resource named name is a directory in the path given
abstract  boolean DavAccess.isEmpty(java.lang.String dir, java.lang.String path)
          Check if the directory named dir is empty or not.
 

Uses of NotAuthorizedException in tests
 

Methods in tests that throw NotAuthorizedException
 void TestCreate.testCreate()
           
 void TestCreate.testCreateIfExist()