Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

This is deprecated and will be removed in the V4 release

The resource:SVNResource type allows access to data which is stored in an SVN repository.

...

The resource: prefix is defined by the  urn:mace:shibboleth:2.0:resource schema which can be located at http://shibboleth.net/schema/idp/shibboleth-resource.xsd

Attributes

NameTypeDefaultDescription

repositoryURL

URLrequiredThe URL of the directory within the SVN repository. svn, svn+ssh, http(s) are supported

workingCopyDirectory

Local directory namerequiredThe name of a local directory into which the repository directory will be unpacked. This directory will be created if it doesn't exist

resourceFile

File namerequiredThe file name to be used

username

String
 

user name used to authenticate to the remote repository

password

String
 

password used to authentication to the remote repository

proxyHost

String
 

 HTTP proxy used through which HTTP/HTTPS connections will be sent

proxyPort

String
 

 HTTP proxy port used through which HTTP/HTTPS connections will be sent

proxyUserName

String
 

Username to be presented at the HTTP proxy

proxyPassword

String
 

Password to be presented at the HTTP proxy

 


Child Elements

No Child Elements should be specified.  Any child elements will be ignored.

...

The same underlying code is used when define top level configuration to be loaded from SVN.  See SVNResource