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

Packages that use PropertiesException
org.esupportail.portal.channels.CWebdav.channelAction.classic   
org.esupportail.portal.channels.CWebdav.channelAction.injac   
org.esupportail.portal.channels.CWebdav.channelAction.injac.config   
org.esupportail.portal.channels.CWebdav.channelAction.injac.metadata   
org.esupportail.portal.channels.CWebdav.config   
org.esupportail.portal.channels.CWebdav.provider.access   
 

Uses of PropertiesException in org.esupportail.portal.channels.CWebdav.channelAction.classic
 

Methods in org.esupportail.portal.channels.CWebdav.channelAction.classic that throw PropertiesException
private static java.lang.StringBuffer DefaultRenderXml.getXmlAction(ChannelConfiguration config)
          Get the XML for the action bar
private static java.lang.StringBuffer DefaultRenderXml.getXmlContent(ChannelResource[] ressources, ChannelConfiguration config)
          Get the XML for the content
 

Uses of PropertiesException in org.esupportail.portal.channels.CWebdav.channelAction.injac
 

Methods in org.esupportail.portal.channels.CWebdav.channelAction.injac that throw PropertiesException
private static java.lang.StringBuffer DefaultRenderXml.getXmlAction(Space currentSpace, java.lang.String userPortalLogin, java.util.Vector userGroups, DirectoryProperties directoryProperties)
          Get the XML for the action bar
private static java.lang.StringBuffer DefaultRenderXml.getXmlContent(Space currentSpace, ChannelResource[] ressources, ChannelConfiguration config, java.lang.String userPortalLogin, java.util.Vector userGroups, DirectoryProperties directoryProperties)
          Get the XML for the content
private  java.lang.StringBuffer ChannelAction.renderXmlAdminSpaceChangeMetadataFile(java.lang.String choice)
          When we change the metadata file
private  java.lang.StringBuffer ChannelAction.renderXmlAdminSpaceChangeRenderType(java.lang.String choice)
          When we change the rendering type
private  java.lang.StringBuffer ChannelAction.renderXmlAdminSpaceAdd(org.jasig.portal.ChannelRuntimeData runtimeData, org.jasig.portal.ChannelStaticData staticData, org.xml.sax.ContentHandler out)
          When we want to add a user or a group
private  java.lang.StringBuffer ChannelAction.renderXmlAdminSpaceValidServantResults(org.jasig.portal.ChannelRuntimeData runtimeData, org.jasig.portal.ChannelStaticData staticData)
          When we check the servant results
private  java.lang.StringBuffer ChannelAction.renderXmlAdminSpaceDelete(org.jasig.portal.ChannelRuntimeData runtimeData)
          When we delete a user or a group
private  java.lang.StringBuffer ChannelAction.renderXmlAdminSpaceGenerateXml()
          Generate xml for the administration rendering
 

Uses of PropertiesException in org.esupportail.portal.channels.CWebdav.channelAction.injac.config
 

Methods in org.esupportail.portal.channels.CWebdav.channelAction.injac.config that throw PropertiesException
static InjacConfig InjacConfig.getInstance()
          Used as a singleton for the injac config
 java.util.ArrayList InjacConfig.getMetadataProfiles()
          return the metadataProfiles list
 java.util.ArrayList InjacConfig.getRenderingTypes()
          return the renderingTypes list
 

Constructors in org.esupportail.portal.channels.CWebdav.channelAction.injac.config that throw PropertiesException
InjacConfig()
          Constructor
 

Uses of PropertiesException in org.esupportail.portal.channels.CWebdav.channelAction.injac.metadata
 

Methods in org.esupportail.portal.channels.CWebdav.channelAction.injac.metadata that throw PropertiesException
static boolean MetaDataManager.setMetadataOnSpace(ServerAccess access, java.lang.String path, InjacSpaceManagementProperties smp)
          Set the metadata set by manager on a space
 java.lang.String InjacSpaceManagementProperties.getMetadataProfile()
          Return in the good format the list of MD that the user have to set
 

Constructors in org.esupportail.portal.channels.CWebdav.channelAction.injac.metadata that throw PropertiesException
InjacSpaceManagementProperties(java.lang.String selectedMetadataProfile, java.lang.String selectedRenderingType, java.lang.String description, boolean publicReading, org.esupportail.portal.utils.webdav.acl.EsupPermissions readingPermission, java.util.Vector readerGroups, java.util.Vector readerUsers, java.util.Vector writerGroups, java.util.Vector writerUsers, java.util.Vector editorGroups, java.util.Vector editorUsers, java.util.Vector managerGroups, java.util.Vector managerUsers)
          Constructor
 

Uses of PropertiesException in org.esupportail.portal.channels.CWebdav.config
 

Methods in org.esupportail.portal.channels.CWebdav.config that throw PropertiesException
 boolean Space.isCasAuthentication()
          If the selected authentication is CAS
 boolean Space.isTrustedAuthentication()
          If the selected authentication is TRUSTED
 boolean Space.isAskedAuthentication()
          If the selected authentication is ASKED
 java.lang.String Space.getPassword()
           
 java.lang.String Space.getUrl()
           
 boolean Space.setServerAccessObject()
          Set the server access object for this space
 java.util.ArrayList ChannelConfiguration.getSpaces()
          return the spaces list
 java.util.Hashtable ChannelConfiguration.getServerAccess()
          return the server access list
 java.util.Hashtable ChannelConfiguration.getChannelActions()
          return the channel actions list
 java.lang.String ChannelConfiguration.getUsernameAttribute()
           
 java.util.Vector ChannelConfiguration.getInvisibleRegexp()
           
 

Constructors in org.esupportail.portal.channels.CWebdav.config that throw PropertiesException
ChannelConfiguration()
          Constructor
 

Uses of PropertiesException in org.esupportail.portal.channels.CWebdav.provider.access
 

Methods in org.esupportail.portal.channels.CWebdav.provider.access that throw PropertiesException
 void WebdavAccessImpl.init(Space space)
          This method initializes the parameters.
abstract  void ServerAccess.init(Space space)
          This method initializes the parameters.
 void CifsAccessImpl.init(Space space)
          Initializes the CIFS server parameters
You have to call this method before calling the connect method.