Return-Path: X-Original-To: apmail-archiva-commits-archive@www.apache.org Delivered-To: apmail-archiva-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 30541D66C for ; Thu, 21 Feb 2013 23:46:59 +0000 (UTC) Received: (qmail 28250 invoked by uid 500); 21 Feb 2013 23:46:59 -0000 Delivered-To: apmail-archiva-commits-archive@archiva.apache.org Received: (qmail 28209 invoked by uid 500); 21 Feb 2013 23:46:59 -0000 Mailing-List: contact commits-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list commits@archiva.apache.org Received: (qmail 28200 invoked by uid 99); 21 Feb 2013 23:46:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 23:46:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 23:46:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 435252388B46; Thu, 21 Feb 2013 23:46:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1448858 [4/10] - in /archiva/site-content/docs/1.4-M4-SNAPSHOT: ./ adminguide/ adminguide/webservices/ customising/ images/ rest-docs-archiva-rest-api/ rest-docs-redback-rest-api/ tour/ userguide/ Date: Thu, 21 Feb 2013 23:46:14 -0000 To: commits@archiva.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130221234623.435252388B46@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_rbacManagerImplementationInformation.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_rbacManagerImplementationInformation.html?rev=1448858&view=auto ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_rbacManagerImplementationInformation.html (added) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_rbacManagerImplementationInformation.html Thu Feb 21 23:46:10 2013 @@ -0,0 +1,185 @@ + + + + + + + + + + + + + rbacManagerImplementationInformation + + + + + + + + + + + + + + + +
+
+ +
+
+

rbacManagerImplementationInformation element

+ + + + + + + + + + + + + + + + + +
Type:RBACManagerImplementationInformation
Namespace:(default namespace)
XML Schema:ns0.xsd
Available Since:1.4-M4
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<rbacManagerImplementationInformation> + <beanId>...</beanId> + <descriptionKey>...</descriptionKey> + <readOnly>...</readOnly> +</rbacManagerImplementationInformation> +

Example JSON

+ { + "beanId" : "...", + "descriptionKey" : "...", + "readOnly" : false +} + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackImplementationsInformations.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackImplementationsInformations.html?rev=1448858&view=auto ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackImplementationsInformations.html (added) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackImplementationsInformations.html Thu Feb 21 23:46:10 2013 @@ -0,0 +1,207 @@ + + + + + + + + + + + + + redbackImplementationsInformations + + + + + + + + + + + + + + + +
+
+ +
+
+

redbackImplementationsInformations element

+ + + + + + + + + + + + + + + + + +
Type:redbackImplementationsInformations
Namespace:(default namespace)
XML Schema:ns0.xsd
Available Since:1.4-M4
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<redbackImplementationsInformations> + <userManagerImplementationInformations> + <beanId>...</beanId> + <descriptionKey>...</descriptionKey> + <readOnly>...</readOnly> + </userManagerImplementationInformations> + <userManagerImplementationInformations> + <!--...--> + </userManagerImplementationInformations> + <!--...more "userManagerImplementationInformations" elements...--> + <rbacManagerImplementationInformations> + <beanId>...</beanId> + <descriptionKey>...</descriptionKey> + <readOnly>...</readOnly> + </rbacManagerImplementationInformations> + <rbacManagerImplementationInformations> + <!--...--> + </rbacManagerImplementationInformations> + <!--...more "rbacManagerImplementationInformations" elements...--> +</redbackImplementationsInformations> +

Example JSON

+ { + "userManagerImplementationInformations" : [ { + "beanId" : "...", + "descriptionKey" : "...", + "readOnly" : false + }, ... ], + "rbacManagerImplementationInformations" : [ { + "beanId" : "...", + "descriptionKey" : "...", + "readOnly" : false + }, ... ] +} + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackRuntimeConfiguration.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackRuntimeConfiguration.html?rev=1448858&r1=1448857&r2=1448858&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackRuntimeConfiguration.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackRuntimeConfiguration.html Thu Feb 21 23:46:10 2013 @@ -74,6 +74,7 @@
  • uiConfiguration element
  • cacheConfiguration element
  • policyInformation element
  • +
  • redbackImplementationsInformations element
  • redbackRuntimeConfiguration element
  • artifactTransferRequest element
  • archivaRepositoryStatistics element
  • @@ -84,12 +85,12 @@
  • proxyConnector element
  • networkProxy element
  • artifact element
  • -
  • repositoryScannerStatistics element
  • repositoryScanStatistics element
  • +
  • repositoryScannerStatistics element
  • proxyConnectorRule element
  • fileType element
  • -
  • legacyArtifactPath element
  • artifactContent element
  • +
  • legacyArtifactPath element
  • propertyEntry element
  • projectVersionMetadata element
  • dependency element
  • @@ -98,6 +99,7 @@
  • queueEntry element
  • artifactContentEntry element
  • browseResult element
  • +
  • rbacManagerImplementationInformation element
  • archivaRuntimeConfiguration element
  • license element
  • organization element
  • @@ -127,18 +129,30 @@

    Example XML

    <?xml version="1.0" encoding="UTF-8"?> <redbackRuntimeConfiguration> - <rbacManagerImpls>...</rbacManagerImpls> - <rbacManagerImpls>...</rbacManagerImpls> - <!--...more "rbacManagerImpls" elements...--> - <configurationPropertiesEntries> - <key>...</key> - <value>...</value> - </configurationPropertiesEntries> - <configurationPropertiesEntries> - <!--...--> - </configurationPropertiesEntries> - <!--...more "configurationPropertiesEntries" elements...--> + <configurationProperties> + <entry> + <key>...</key> + <value>...</value> + </entry> + <entry> + <key> + <!--(another 'string' type)--> + </key> + <value> + <!--(another 'string' type)--> + </value> + </entry> + <!--...more entries...--> + </configurationProperties> + <userManagerImpls>...</userManagerImpls> + <userManagerImpls>...</userManagerImpls> + <!--...more "userManagerImpls" elements...--> <ldapConfiguration> + <port>...</port> + <password>...</password> + <ssl>...</ssl> + <baseDn>...</baseDn> + <baseGroupsDn>...</baseGroupsDn> <extraProperties> <entry> <key>...</key> @@ -155,12 +169,9 @@ <!--...more entries...--> </extraProperties> <bindDn>...</bindDn> - <port>...</port> - <ssl>...</ssl> + <useRoleNameAsGroup>...</useRoleNameAsGroup> <hostName>...</hostName> - <baseDn>...</baseDn> - <contextFactory>...</contextFactory> - <authenticationMethod>...</authenticationMethod> + <writable>...</writable> <extraPropertiesEntries> <key>...</key> <value>...</value> @@ -169,74 +180,71 @@ <!--...--> </extraPropertiesEntries> <!--...more "extraPropertiesEntries" elements...--> + <contextFactory>...</contextFactory> <bindAuthenticatorEnabled>...</bindAuthenticatorEnabled> - <password>...</password> + <authenticationMethod>...</authenticationMethod> </ldapConfiguration> - <useUsersCache>...</useUsersCache> <migratedFromRedbackConfiguration>...</migratedFromRedbackConfiguration> - <configurationProperties> - <entry> - <key>...</key> - <value>...</value> - </entry> - <entry> - <key> - <!--(another 'string' type)--> - </key> - <value> - <!--(another 'string' type)--> - </value> - </entry> - <!--...more entries...--> - </configurationProperties> - <userManagerImpls>...</userManagerImpls> - <userManagerImpls>...</userManagerImpls> - <!--...more "userManagerImpls" elements...--> + <configurationPropertiesEntries> + <key>...</key> + <value>...</value> + </configurationPropertiesEntries> + <configurationPropertiesEntries> + <!--...--> + </configurationPropertiesEntries> + <!--...more "configurationPropertiesEntries" elements...--> + <rbacManagerImpls>...</rbacManagerImpls> + <rbacManagerImpls>...</rbacManagerImpls> + <!--...more "rbacManagerImpls" elements...--> + <useUsersCache>...</useUsersCache> <usersCacheConfiguration> - <timeToLiveSeconds>...</timeToLiveSeconds> <maxElementsInMemory>...</maxElementsInMemory> <maxElementsOnDisk>...</maxElementsOnDisk> <timeToIdleSeconds>...</timeToIdleSeconds> + <timeToLiveSeconds>...</timeToLiveSeconds> </usersCacheConfiguration> </redbackRuntimeConfiguration>

    Example JSON

    { - "rbacManagerImpls" : [ "...", ... ], - "configurationPropertiesEntries" : [ { - "key" : "...", - "value" : "..." - }, ... ], + "configurationProperties" : [ { + "..." : ... + }, { + } ], + "userManagerImpls" : [ "...", ... ], "ldapConfiguration" : { + "port" : ..., + "password" : "...", + "ssl" : false, + "baseDn" : "...", + "baseGroupsDn" : "...", "extraProperties" : [ { "..." : ... }, { } ], "bindDn" : "...", - "port" : ..., - "ssl" : false, + "useRoleNameAsGroup" : false, "hostName" : "...", - "baseDn" : "...", - "contextFactory" : "...", - "authenticationMethod" : "...", + "writable" : false, "extraPropertiesEntries" : [ { "key" : "...", "value" : "..." }, ... ], + "contextFactory" : "...", "bindAuthenticatorEnabled" : false, - "password" : "..." + "authenticationMethod" : "..." }, - "useUsersCache" : false, "migratedFromRedbackConfiguration" : false, - "configurationProperties" : [ { - "..." : ... - }, { - } ], - "userManagerImpls" : [ "...", ... ], + "configurationPropertiesEntries" : [ { + "key" : "...", + "value" : "..." + }, ... ], + "rbacManagerImpls" : [ "...", ... ], + "useUsersCache" : false, "usersCacheConfiguration" : { - "timeToLiveSeconds" : ..., "maxElementsInMemory" : ..., "maxElementsOnDisk" : ..., - "timeToIdleSeconds" : ... + "timeToIdleSeconds" : ..., + "timeToLiveSeconds" : ... } } Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html?rev=1448858&r1=1448857&r2=1448858&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html Thu Feb 21 23:46:10 2013 @@ -74,6 +74,7 @@
  • uiConfiguration element
  • cacheConfiguration element
  • policyInformation element
  • +
  • redbackImplementationsInformations element
  • redbackRuntimeConfiguration element
  • artifactTransferRequest element
  • archivaRepositoryStatistics element
  • @@ -84,12 +85,12 @@
  • proxyConnector element
  • networkProxy element
  • artifact element
  • -
  • repositoryScannerStatistics element
  • repositoryScanStatistics element
  • +
  • repositoryScannerStatistics element
  • proxyConnectorRule element
  • fileType element
  • -
  • legacyArtifactPath element
  • artifactContent element
  • +
  • legacyArtifactPath element
  • propertyEntry element
  • projectVersionMetadata element
  • dependency element
  • @@ -98,6 +99,7 @@
  • queueEntry element
  • artifactContentEntry element
  • browseResult element
  • +
  • rbacManagerImplementationInformation element
  • archivaRuntimeConfiguration element
  • license element
  • organization element
  • @@ -127,22 +129,16 @@

    Example XML

    <?xml version="1.0" encoding="UTF-8"?> <remoteRepository> - <url>...</url> - <cronExpression>...</cronExpression> <userName>...</userName> - <downloadRemoteIndexOnStartup>...</downloadRemoteIndexOnStartup> - <remoteDownloadTimeout>...</remoteDownloadTimeout> - <extraHeadersEntries> + <cronExpression>...</cronExpression> + <extraParametersEntries> <key>...</key> <value>...</value> - </extraHeadersEntries> - <extraHeadersEntries> + </extraParametersEntries> + <extraParametersEntries> <!--...--> - </extraHeadersEntries> - <!--...more "extraHeadersEntries" elements...--> - <downloadRemoteIndex>...</downloadRemoteIndex> - <remoteIndexUrl>...</remoteIndexUrl> - <password>...</password> + </extraParametersEntries> + <!--...more "extraParametersEntries" elements...--> <extraParameters> <entry> <key>...</key> @@ -158,15 +154,6 @@ </entry> <!--...more entries...--> </extraParameters> - <extraParametersEntries> - <key>...</key> - <value>...</value> - </extraParametersEntries> - <extraParametersEntries> - <!--...--> - </extraParametersEntries> - <!--...more "extraParametersEntries" elements...--> - <timeout>...</timeout> <extraHeaders> <entry> <key>...</key> @@ -182,46 +169,61 @@ </entry> <!--...more entries...--> </extraHeaders> + <timeout>...</timeout> + <password>...</password> + <downloadRemoteIndex>...</downloadRemoteIndex> <remoteDownloadNetworkProxyId>...</remoteDownloadNetworkProxyId> - <layout>...</layout> + <downloadRemoteIndexOnStartup>...</downloadRemoteIndexOnStartup> + <remoteIndexUrl>...</remoteIndexUrl> + <extraHeadersEntries> + <key>...</key> + <value>...</value> + </extraHeadersEntries> + <extraHeadersEntries> + <!--...--> + </extraHeadersEntries> + <!--...more "extraHeadersEntries" elements...--> + <remoteDownloadTimeout>...</remoteDownloadTimeout> + <url>...</url> <description>...</description> - <name>...</name> <indexDirectory>...</indexDirectory> + <layout>...</layout> <id>...</id> + <name>...</name> </remoteRepository>

    Example JSON

    { - "url" : "...", - "cronExpression" : "...", "userName" : "...", - "downloadRemoteIndexOnStartup" : false, - "remoteDownloadTimeout" : ..., - "extraHeadersEntries" : [ { + "cronExpression" : "...", + "extraParametersEntries" : [ { "key" : "...", "value" : "..." }, ... ], - "downloadRemoteIndex" : false, - "remoteIndexUrl" : "...", - "password" : "...", "extraParameters" : [ { "..." : ... }, { } ], - "extraParametersEntries" : [ { - "key" : "...", - "value" : "..." - }, ... ], - "timeout" : ..., "extraHeaders" : [ { "..." : ... }, { } ], + "timeout" : ..., + "password" : "...", + "downloadRemoteIndex" : false, "remoteDownloadNetworkProxyId" : "...", - "layout" : "...", + "downloadRemoteIndexOnStartup" : false, + "remoteIndexUrl" : "...", + "extraHeadersEntries" : [ { + "key" : "...", + "value" : "..." + }, ... ], + "remoteDownloadTimeout" : ..., + "url" : "...", "description" : "...", - "name" : "...", "indexDirectory" : "...", - "id" : "..." + "layout" : "...", + "id" : "...", + "name" : "..." }
    Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryGroup.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryGroup.html?rev=1448858&r1=1448857&r2=1448858&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryGroup.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryGroup.html Thu Feb 21 23:46:10 2013 @@ -74,6 +74,7 @@
  • uiConfiguration element
  • cacheConfiguration element
  • policyInformation element
  • +
  • redbackImplementationsInformations element
  • redbackRuntimeConfiguration element
  • artifactTransferRequest element
  • archivaRepositoryStatistics element
  • @@ -84,12 +85,12 @@
  • proxyConnector element
  • networkProxy element
  • artifact element
  • -
  • repositoryScannerStatistics element
  • repositoryScanStatistics element
  • +
  • repositoryScannerStatistics element
  • proxyConnectorRule element
  • fileType element
  • -
  • legacyArtifactPath element
  • artifactContent element
  • +
  • legacyArtifactPath element
  • propertyEntry element
  • projectVersionMetadata element
  • dependency element
  • @@ -98,6 +99,7 @@
  • queueEntry element
  • artifactContentEntry element
  • browseResult element
  • +
  • rbacManagerImplementationInformation element
  • archivaRuntimeConfiguration element
  • license element
  • organization element
  • Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScanStatistics.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScanStatistics.html?rev=1448858&r1=1448857&r2=1448858&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScanStatistics.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScanStatistics.html Thu Feb 21 23:46:10 2013 @@ -74,6 +74,7 @@
  • uiConfiguration element
  • cacheConfiguration element
  • policyInformation element
  • +
  • redbackImplementationsInformations element
  • redbackRuntimeConfiguration element
  • artifactTransferRequest element
  • archivaRepositoryStatistics element
  • @@ -84,12 +85,12 @@
  • proxyConnector element
  • networkProxy element
  • artifact element
  • -
  • repositoryScannerStatistics element
  • repositoryScanStatistics element
  • +
  • repositoryScannerStatistics element
  • proxyConnectorRule element
  • fileType element
  • -
  • legacyArtifactPath element
  • artifactContent element
  • +
  • legacyArtifactPath element
  • propertyEntry element
  • projectVersionMetadata element
  • dependency element
  • @@ -98,6 +99,7 @@
  • queueEntry element
  • artifactContentEntry element
  • browseResult element
  • +
  • rbacManagerImplementationInformation element
  • archivaRuntimeConfiguration element
  • license element
  • organization element
  • Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html?rev=1448858&r1=1448857&r2=1448858&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html Thu Feb 21 23:46:10 2013 @@ -74,6 +74,7 @@
  • uiConfiguration element
  • cacheConfiguration element
  • policyInformation element
  • +
  • redbackImplementationsInformations element
  • redbackRuntimeConfiguration element
  • artifactTransferRequest element
  • archivaRepositoryStatistics element
  • @@ -84,12 +85,12 @@
  • proxyConnector element
  • networkProxy element
  • artifact element
  • -
  • repositoryScannerStatistics element
  • repositoryScanStatistics element
  • +
  • repositoryScannerStatistics element
  • proxyConnectorRule element
  • fileType element
  • -
  • legacyArtifactPath element
  • artifactContent element
  • +
  • legacyArtifactPath element
  • propertyEntry element
  • projectVersionMetadata element
  • dependency element
  • @@ -98,6 +99,7 @@
  • queueEntry element
  • artifactContentEntry element
  • browseResult element
  • +
  • rbacManagerImplementationInformation element
  • archivaRuntimeConfiguration element
  • license element
  • organization element
  • @@ -128,31 +130,31 @@ <?xml version="1.0" encoding="UTF-8"?> <repositoryScannerStatistics> <managedRepository> - <retentionCount>...</retentionCount> - <daysOlder>...</daysOlder> - <scanned>...</scanned> <blockRedeployments>...</blockRedeployments> - <snapshots>...</snapshots> - <deleteReleasedSnapshots>...</deleteReleasedSnapshots> - <stageRepoNeeded>...</stageRepoNeeded> + <cronExpression>...</cronExpression> <skipPackedIndexCreation>...</skipPackedIndexCreation> - <resetStats>...</resetStats> <releases>...</releases> + <daysOlder>...</daysOlder> + <stageRepoNeeded>...</stageRepoNeeded> + <snapshots>...</snapshots> + <resetStats>...</resetStats> <stagingRepository> <!--...--> - <layout>...</layout> <description>...</description> - <name>...</name> <indexDirectory>...</indexDirectory> + <layout>...</layout> <id>...</id> + <name>...</name> </stagingRepository> - <cronExpression>...</cronExpression> <location>...</location> - <layout>...</layout> + <scanned>...</scanned> + <retentionCount>...</retentionCount> + <deleteReleasedSnapshots>...</deleteReleasedSnapshots> <description>...</description> - <name>...</name> <indexDirectory>...</indexDirectory> + <layout>...</layout> <id>...</id> + <name>...</name> </managedRepository> <consumerScanningStatistics> <consumerKey>...</consumerKey> @@ -170,31 +172,31 @@

    Example JSON

    { "managedRepository" : { - "retentionCount" : ..., - "daysOlder" : ..., - "scanned" : false, "blockRedeployments" : false, - "snapshots" : false, - "deleteReleasedSnapshots" : false, - "stageRepoNeeded" : false, + "cronExpression" : "...", "skipPackedIndexCreation" : false, - "resetStats" : false, "releases" : false, + "daysOlder" : ..., + "stageRepoNeeded" : false, + "snapshots" : false, + "resetStats" : false, "stagingRepository" : { "..." : ..., - "layout" : "...", "description" : "...", - "name" : "...", "indexDirectory" : "...", - "id" : "..." + "layout" : "...", + "id" : "...", + "name" : "..." }, - "cronExpression" : "...", "location" : "...", - "layout" : "...", + "scanned" : false, + "retentionCount" : ..., + "deleteReleasedSnapshots" : false, "description" : "...", - "name" : "...", "indexDirectory" : "...", - "id" : "..." + "layout" : "...", + "id" : "...", + "name" : "..." }, "consumerScanningStatistics" : [ { "consumerKey" : "...", Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html?rev=1448858&r1=1448857&r2=1448858&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html Thu Feb 21 23:46:10 2013 @@ -74,6 +74,7 @@
  • uiConfiguration element
  • cacheConfiguration element
  • policyInformation element
  • +
  • redbackImplementationsInformations element
  • redbackRuntimeConfiguration element
  • artifactTransferRequest element
  • archivaRepositoryStatistics element
  • @@ -84,12 +85,12 @@
  • proxyConnector element
  • networkProxy element
  • artifact element
  • -
  • repositoryScannerStatistics element
  • repositoryScanStatistics element
  • +
  • repositoryScannerStatistics element
  • proxyConnectorRule element
  • fileType element
  • -
  • legacyArtifactPath element
  • artifactContent element
  • +
  • legacyArtifactPath element
  • propertyEntry element
  • projectVersionMetadata element
  • dependency element
  • @@ -98,6 +99,7 @@
  • queueEntry element
  • artifactContentEntry element
  • browseResult element
  • +
  • rbacManagerImplementationInformation element
  • archivaRuntimeConfiguration element
  • license element
  • organization element
  • @@ -127,15 +129,15 @@

    Example XML

    <?xml version="1.0" encoding="UTF-8"?> <scm> - <url>...</url> <developerConnection>...</developerConnection> <connection>...</connection> + <url>...</url> </scm>

    Example JSON

    { - "url" : "...", "developerConnection" : "...", - "connection" : "..." + "connection" : "...", + "url" : "..." }
    Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_searchRequest.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_searchRequest.html?rev=1448858&r1=1448857&r2=1448858&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_searchRequest.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_searchRequest.html Thu Feb 21 23:46:10 2013 @@ -74,6 +74,7 @@
  • uiConfiguration element
  • cacheConfiguration element
  • policyInformation element
  • +
  • redbackImplementationsInformations element
  • redbackRuntimeConfiguration element
  • artifactTransferRequest element
  • archivaRepositoryStatistics element
  • @@ -84,12 +85,12 @@
  • proxyConnector element
  • networkProxy element
  • artifact element
  • -
  • repositoryScannerStatistics element
  • repositoryScanStatistics element
  • +
  • repositoryScannerStatistics element
  • proxyConnectorRule element
  • fileType element
  • -
  • legacyArtifactPath element
  • artifactContent element
  • +
  • legacyArtifactPath element
  • propertyEntry element
  • projectVersionMetadata element
  • dependency element
  • @@ -98,6 +99,7 @@
  • queueEntry element
  • artifactContentEntry element
  • browseResult element
  • +
  • rbacManagerImplementationInformation element
  • archivaRuntimeConfiguration element
  • license element
  • organization element
  • Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_stringList.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_stringList.html?rev=1448858&r1=1448857&r2=1448858&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_stringList.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_stringList.html Thu Feb 21 23:46:10 2013 @@ -74,6 +74,7 @@
  • uiConfiguration element
  • cacheConfiguration element
  • policyInformation element
  • +
  • redbackImplementationsInformations element
  • redbackRuntimeConfiguration element
  • artifactTransferRequest element
  • archivaRepositoryStatistics element
  • @@ -84,12 +85,12 @@
  • proxyConnector element
  • networkProxy element
  • artifact element
  • -
  • repositoryScannerStatistics element
  • repositoryScanStatistics element
  • +
  • repositoryScannerStatistics element
  • proxyConnectorRule element
  • fileType element
  • -
  • legacyArtifactPath element
  • artifactContent element
  • +
  • legacyArtifactPath element
  • propertyEntry element
  • projectVersionMetadata element
  • dependency element
  • @@ -98,6 +99,7 @@
  • queueEntry element
  • artifactContentEntry element
  • browseResult element
  • +
  • rbacManagerImplementationInformation element
  • archivaRuntimeConfiguration element
  • license element
  • organization element
  • Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html?rev=1448858&r1=1448857&r2=1448858&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html Thu Feb 21 23:46:10 2013 @@ -74,6 +74,7 @@
  • uiConfiguration element
  • cacheConfiguration element
  • policyInformation element
  • +
  • redbackImplementationsInformations element
  • redbackRuntimeConfiguration element
  • artifactTransferRequest element
  • archivaRepositoryStatistics element
  • @@ -84,12 +85,12 @@
  • proxyConnector element
  • networkProxy element
  • artifact element
  • -
  • repositoryScannerStatistics element
  • repositoryScanStatistics element
  • +
  • repositoryScannerStatistics element
  • proxyConnectorRule element
  • fileType element
  • -
  • legacyArtifactPath element
  • artifactContent element
  • +
  • legacyArtifactPath element
  • propertyEntry element
  • projectVersionMetadata element
  • dependency element
  • @@ -98,6 +99,7 @@
  • queueEntry element
  • artifactContentEntry element
  • browseResult element
  • +
  • rbacManagerImplementationInformation element
  • archivaRuntimeConfiguration element
  • license element
  • organization element
  • @@ -127,19 +129,19 @@

    Example XML

    <?xml version="1.0" encoding="UTF-8"?> <uiConfiguration> - <showFindArtifacts>...</showFindArtifacts> - <applicationUrl>...</applicationUrl> <disableEasterEggs>...</disableEasterEggs> + <applicationUrl>...</applicationUrl> <disableRegistration>...</disableRegistration> <appletFindEnabled>...</appletFindEnabled> + <showFindArtifacts>...</showFindArtifacts> </uiConfiguration>

    Example JSON

    { - "showFindArtifacts" : false, - "applicationUrl" : "...", "disableEasterEggs" : false, + "applicationUrl" : "...", "disableRegistration" : false, - "appletFindEnabled" : false + "appletFindEnabled" : false, + "showFindArtifacts" : false }
    Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_userManagerImplementationInformation.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_userManagerImplementationInformation.html?rev=1448858&r1=1448857&r2=1448858&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_userManagerImplementationInformation.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_userManagerImplementationInformation.html Thu Feb 21 23:46:10 2013 @@ -74,6 +74,7 @@
  • uiConfiguration element
  • cacheConfiguration element
  • policyInformation element
  • +
  • redbackImplementationsInformations element
  • redbackRuntimeConfiguration element
  • artifactTransferRequest element
  • archivaRepositoryStatistics element
  • @@ -84,12 +85,12 @@
  • proxyConnector element
  • networkProxy element
  • artifact element
  • -
  • repositoryScannerStatistics element
  • repositoryScanStatistics element
  • +
  • repositoryScannerStatistics element
  • proxyConnectorRule element
  • fileType element
  • -
  • legacyArtifactPath element
  • artifactContent element
  • +
  • legacyArtifactPath element
  • propertyEntry element
  • projectVersionMetadata element
  • dependency element
  • @@ -98,6 +99,7 @@
  • queueEntry element
  • artifactContentEntry element
  • browseResult element
  • +
  • rbacManagerImplementationInformation element
  • archivaRuntimeConfiguration element
  • license element
  • organization element
  • Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_versionsList.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_versionsList.html?rev=1448858&r1=1448857&r2=1448858&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_versionsList.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_versionsList.html Thu Feb 21 23:46:10 2013 @@ -74,6 +74,7 @@
  • uiConfiguration element
  • cacheConfiguration element
  • policyInformation element
  • +
  • redbackImplementationsInformations element
  • redbackRuntimeConfiguration element
  • artifactTransferRequest element
  • archivaRepositoryStatistics element
  • @@ -84,12 +85,12 @@
  • proxyConnector element
  • networkProxy element
  • artifact element
  • -
  • repositoryScannerStatistics element
  • repositoryScanStatistics element
  • +
  • repositoryScannerStatistics element
  • proxyConnectorRule element
  • fileType element
  • -
  • legacyArtifactPath element
  • artifactContent element
  • +
  • legacyArtifactPath element
  • propertyEntry element
  • projectVersionMetadata element
  • dependency element
  • @@ -98,6 +99,7 @@
  • queueEntry element
  • artifactContentEntry element
  • browseResult element
  • +
  • rbacManagerImplementationInformation element
  • archivaRuntimeConfiguration element
  • license element
  • organization element
  • Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/index.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/index.html?rev=1448858&r1=1448857&r2=1448858&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/index.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/index.html Thu Feb 21 23:46:10 2013 @@ -142,6 +142,8 @@
  • proxyConnector
  • proxyConnectorRule
  • queueEntry
  • +
  • rbacManagerImplementationInformation
  • +
  • redbackImplementationsInformations
  • redbackRuntimeConfiguration
  • remoteRepository
  • repositoryGroup
  • @@ -157,6 +159,7 @@

    Data Types