Added: archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_ldapGroupMappingUpdateRequest.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_ldapGroupMappingUpdateRequest.html?rev=1643150&view=auto ============================================================================== --- archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_ldapGroupMappingUpdateRequest.html (added) +++ archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_ldapGroupMappingUpdateRequest.html Fri Dec 5 03:57:52 2014 @@ -0,0 +1,152 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>ldapGroupMappingUpdateRequest</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">ldapGroupMappingUpdateRequest</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="model.html">Data Model</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + </ul> + </li> + <li> + <a href="ns0.html">ns0</a> > + <ul> + <li><a href="ns0.html">ns0</a></li> + </ul> + </li> + <li class="current"> + <a href="el_ns0_ldapGroupMappingUpdateRequest.html">ldapGroupMappingUpdateRequest element</a> + <ul> + <li><a href="el_ns0_application.html">application element</a></li> + <li><a href="el_ns0_applicationRole.html">applicationRole element</a></li> + <li><a href="el_ns0_errorMessage.html">errorMessage element</a></li> + <li><a href="el_ns0_ldapGroupMapping.html">ldapGroupMapping element</a></li> + <li><a href="el_ns0_ldapGroupMappingUpdateRequest.html">ldapGroupMappingUpdateRequest element</a></li> + <li><a href="el_ns0_loginRequest.html">loginRequest element</a></li> + <li><a href="el_ns0_operation.html">operation element</a></li> + <li><a href="el_ns0_permission.html">permission element</a></li> + <li><a href="el_ns0_redbackRestError.html">redbackRestError element</a></li> + <li><a href="el_ns0_registrationKey.html">registrationKey element</a></li> + <li><a href="el_ns0_resource.html">resource element</a></li> + <li><a href="el_ns0_role.html">role element</a></li> + <li><a href="el_ns0_roleTemplate.html">roleTemplate element</a></li> + <li><a href="el_ns0_stringList.html">stringList element</a></li> + <li><a href="el_ns0_user.html">user element</a></li> + <li><a href="el_ns0_userRegistrationRequest.html">userRegistrationRequest element</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>ldapGroupMappingUpdateRequest element</h1> + <table> + <tr> + <td align="right">Type:</td> + <td><a href="ns0_ldapGroupMappingUpdateRequest.html">ldapGroupMappingUpdateRequest</a></td> + </tr> + <tr> + <td align="right">Namespace:</td> + <td>(default namespace)</td> + </tr> + <tr> + <td align="right">XML Schema:</td> + <td><a href="ns0.xsd">ns0.xsd</a></td> + </tr> + </table> + <h2>Example XML</h2> + <code class="prettyprint lang-xml"><?xml version="1.0" encoding="UTF-8"?> +<ldapGroupMappingUpdateRequest> + <ldapGroupMapping> + <group>...</group> + <roleNames>...</roleNames> + <roleNames>...</roleNames> + <!--...more "roleNames" elements...--> + </ldapGroupMapping> + <ldapGroupMapping> + <!--...--> + </ldapGroupMapping> + <!--...more "ldapGroupMapping" elements...--> +</ldapGroupMappingUpdateRequest></code> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> \ No newline at end of file
Added: archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_loginRequest.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_loginRequest.html?rev=1643150&view=auto ============================================================================== --- archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_loginRequest.html (added) +++ archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_loginRequest.html Fri Dec 5 03:57:52 2014 @@ -0,0 +1,148 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>loginRequest</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">loginRequest</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="model.html">Data Model</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + </ul> + </li> + <li> + <a href="ns0.html">ns0</a> > + <ul> + <li><a href="ns0.html">ns0</a></li> + </ul> + </li> + <li class="current"> + <a href="el_ns0_loginRequest.html">loginRequest element</a> + <ul> + <li><a href="el_ns0_application.html">application element</a></li> + <li><a href="el_ns0_applicationRole.html">applicationRole element</a></li> + <li><a href="el_ns0_errorMessage.html">errorMessage element</a></li> + <li><a href="el_ns0_ldapGroupMapping.html">ldapGroupMapping element</a></li> + <li><a href="el_ns0_ldapGroupMappingUpdateRequest.html">ldapGroupMappingUpdateRequest element</a></li> + <li><a href="el_ns0_loginRequest.html">loginRequest element</a></li> + <li><a href="el_ns0_operation.html">operation element</a></li> + <li><a href="el_ns0_permission.html">permission element</a></li> + <li><a href="el_ns0_redbackRestError.html">redbackRestError element</a></li> + <li><a href="el_ns0_registrationKey.html">registrationKey element</a></li> + <li><a href="el_ns0_resource.html">resource element</a></li> + <li><a href="el_ns0_role.html">role element</a></li> + <li><a href="el_ns0_roleTemplate.html">roleTemplate element</a></li> + <li><a href="el_ns0_stringList.html">stringList element</a></li> + <li><a href="el_ns0_user.html">user element</a></li> + <li><a href="el_ns0_userRegistrationRequest.html">userRegistrationRequest element</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>loginRequest element</h1> + <table> + <tr> + <td align="right">Type:</td> + <td><a href="ns0_loginRequest.html">loginRequest</a></td> + </tr> + <tr> + <td align="right">Namespace:</td> + <td>(default namespace)</td> + </tr> + <tr> + <td align="right">XML Schema:</td> + <td><a href="ns0.xsd">ns0.xsd</a></td> + </tr> + <tr> + <td align="right">Available Since:</td> + <td>2.0</td> + </tr> + </table> + <h2>Example XML</h2> + <code class="prettyprint lang-xml"><?xml version="1.0" encoding="UTF-8"?> +<loginRequest> + <username>...</username> + <password>...</password> +</loginRequest></code> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> \ No newline at end of file Added: archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_operation.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_operation.html?rev=1643150&view=auto ============================================================================== --- archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_operation.html (added) +++ archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_operation.html Fri Dec 5 03:57:52 2014 @@ -0,0 +1,149 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>operation</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">operation</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="model.html">Data Model</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + </ul> + </li> + <li> + <a href="ns0.html">ns0</a> > + <ul> + <li><a href="ns0.html">ns0</a></li> + </ul> + </li> + <li class="current"> + <a href="el_ns0_operation.html">operation element</a> + <ul> + <li><a href="el_ns0_application.html">application element</a></li> + <li><a href="el_ns0_applicationRole.html">applicationRole element</a></li> + <li><a href="el_ns0_errorMessage.html">errorMessage element</a></li> + <li><a href="el_ns0_ldapGroupMapping.html">ldapGroupMapping element</a></li> + <li><a href="el_ns0_ldapGroupMappingUpdateRequest.html">ldapGroupMappingUpdateRequest element</a></li> + <li><a href="el_ns0_loginRequest.html">loginRequest element</a></li> + <li><a href="el_ns0_operation.html">operation element</a></li> + <li><a href="el_ns0_permission.html">permission element</a></li> + <li><a href="el_ns0_redbackRestError.html">redbackRestError element</a></li> + <li><a href="el_ns0_registrationKey.html">registrationKey element</a></li> + <li><a href="el_ns0_resource.html">resource element</a></li> + <li><a href="el_ns0_role.html">role element</a></li> + <li><a href="el_ns0_roleTemplate.html">roleTemplate element</a></li> + <li><a href="el_ns0_stringList.html">stringList element</a></li> + <li><a href="el_ns0_user.html">user element</a></li> + <li><a href="el_ns0_userRegistrationRequest.html">userRegistrationRequest element</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>operation element</h1> + <table> + <tr> + <td align="right">Type:</td> + <td><a href="ns0_operation.html">operation</a></td> + </tr> + <tr> + <td align="right">Namespace:</td> + <td>(default namespace)</td> + </tr> + <tr> + <td align="right">XML Schema:</td> + <td><a href="ns0.xsd">ns0.xsd</a></td> + </tr> + <tr> + <td align="right">Available Since:</td> + <td>1.4</td> + </tr> + </table> + <h2>Example XML</h2> + <code class="prettyprint lang-xml"><?xml version="1.0" encoding="UTF-8"?> +<operation> + <name>...</name> + <description>...</description> + <permanent>...</permanent> +</operation></code> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> \ No newline at end of file Added: archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_permission.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_permission.html?rev=1643150&view=auto ============================================================================== --- archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_permission.html (added) +++ archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_permission.html Fri Dec 5 03:57:52 2014 @@ -0,0 +1,157 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>permission</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">permission</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="model.html">Data Model</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + </ul> + </li> + <li> + <a href="ns0.html">ns0</a> > + <ul> + <li><a href="ns0.html">ns0</a></li> + </ul> + </li> + <li class="current"> + <a href="el_ns0_permission.html">permission element</a> + <ul> + <li><a href="el_ns0_application.html">application element</a></li> + <li><a href="el_ns0_applicationRole.html">applicationRole element</a></li> + <li><a href="el_ns0_errorMessage.html">errorMessage element</a></li> + <li><a href="el_ns0_ldapGroupMapping.html">ldapGroupMapping element</a></li> + <li><a href="el_ns0_ldapGroupMappingUpdateRequest.html">ldapGroupMappingUpdateRequest element</a></li> + <li><a href="el_ns0_loginRequest.html">loginRequest element</a></li> + <li><a href="el_ns0_operation.html">operation element</a></li> + <li><a href="el_ns0_permission.html">permission element</a></li> + <li><a href="el_ns0_redbackRestError.html">redbackRestError element</a></li> + <li><a href="el_ns0_registrationKey.html">registrationKey element</a></li> + <li><a href="el_ns0_resource.html">resource element</a></li> + <li><a href="el_ns0_role.html">role element</a></li> + <li><a href="el_ns0_roleTemplate.html">roleTemplate element</a></li> + <li><a href="el_ns0_stringList.html">stringList element</a></li> + <li><a href="el_ns0_user.html">user element</a></li> + <li><a href="el_ns0_userRegistrationRequest.html">userRegistrationRequest element</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>permission element</h1> + <table> + <tr> + <td align="right">Type:</td> + <td><a href="ns0_permission.html">permission</a></td> + </tr> + <tr> + <td align="right">Namespace:</td> + <td>(default namespace)</td> + </tr> + <tr> + <td align="right">XML Schema:</td> + <td><a href="ns0.xsd">ns0.xsd</a></td> + </tr> + <tr> + <td align="right">Available Since:</td> + <td>1.4</td> + </tr> + </table> + <h2>Example XML</h2> + <code class="prettyprint lang-xml"><?xml version="1.0" encoding="UTF-8"?> +<permission> + <name>...</name> + <operation> + <name>...</name> + <description>...</description> + <permanent>...</permanent> + </operation> + <resource> + <identifier>...</identifier> + <pattern>...</pattern> + <permanent>...</permanent> + </resource> +</permission></code> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> \ No newline at end of file Added: archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_redbackRestError.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_redbackRestError.html?rev=1643150&view=auto ============================================================================== --- archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_redbackRestError.html (added) +++ archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_redbackRestError.html Fri Dec 5 03:57:52 2014 @@ -0,0 +1,157 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>redbackRestError</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">redbackRestError</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="model.html">Data Model</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + </ul> + </li> + <li> + <a href="ns0.html">ns0</a> > + <ul> + <li><a href="ns0.html">ns0</a></li> + </ul> + </li> + <li class="current"> + <a href="el_ns0_redbackRestError.html">redbackRestError element</a> + <ul> + <li><a href="el_ns0_application.html">application element</a></li> + <li><a href="el_ns0_applicationRole.html">applicationRole element</a></li> + <li><a href="el_ns0_errorMessage.html">errorMessage element</a></li> + <li><a href="el_ns0_ldapGroupMapping.html">ldapGroupMapping element</a></li> + <li><a href="el_ns0_ldapGroupMappingUpdateRequest.html">ldapGroupMappingUpdateRequest element</a></li> + <li><a href="el_ns0_loginRequest.html">loginRequest element</a></li> + <li><a href="el_ns0_operation.html">operation element</a></li> + <li><a href="el_ns0_permission.html">permission element</a></li> + <li><a href="el_ns0_redbackRestError.html">redbackRestError element</a></li> + <li><a href="el_ns0_registrationKey.html">registrationKey element</a></li> + <li><a href="el_ns0_resource.html">resource element</a></li> + <li><a href="el_ns0_role.html">role element</a></li> + <li><a href="el_ns0_roleTemplate.html">roleTemplate element</a></li> + <li><a href="el_ns0_stringList.html">stringList element</a></li> + <li><a href="el_ns0_user.html">user element</a></li> + <li><a href="el_ns0_userRegistrationRequest.html">userRegistrationRequest element</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>redbackRestError element</h1> + <table> + <tr> + <td align="right">Type:</td> + <td><a href="ns0_redbackRestError.html">redbackRestError</a></td> + </tr> + <tr> + <td align="right">Namespace:</td> + <td>(default namespace)</td> + </tr> + <tr> + <td align="right">XML Schema:</td> + <td><a href="ns0.xsd">ns0.xsd</a></td> + </tr> + <tr> + <td align="right">Available Since:</td> + <td>1.4</td> + </tr> + </table> + <h2>Example XML</h2> + <code class="prettyprint lang-xml"><?xml version="1.0" encoding="UTF-8"?> +<redbackRestError> + <errorMessages> + <errorKey>...</errorKey> + <args>...</args> + <args>...</args> + <!--...more "args" elements...--> + <message>...</message> + </errorMessages> + <errorMessages> + <!--...--> + </errorMessages> + <!--...more "errorMessages" elements...--> +</redbackRestError></code> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> \ No newline at end of file Added: archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_registrationKey.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_registrationKey.html?rev=1643150&view=auto ============================================================================== --- archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_registrationKey.html (added) +++ archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_registrationKey.html Fri Dec 5 03:57:52 2014 @@ -0,0 +1,147 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>registrationKey</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">registrationKey</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="model.html">Data Model</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + </ul> + </li> + <li> + <a href="ns0.html">ns0</a> > + <ul> + <li><a href="ns0.html">ns0</a></li> + </ul> + </li> + <li class="current"> + <a href="el_ns0_registrationKey.html">registrationKey element</a> + <ul> + <li><a href="el_ns0_application.html">application element</a></li> + <li><a href="el_ns0_applicationRole.html">applicationRole element</a></li> + <li><a href="el_ns0_errorMessage.html">errorMessage element</a></li> + <li><a href="el_ns0_ldapGroupMapping.html">ldapGroupMapping element</a></li> + <li><a href="el_ns0_ldapGroupMappingUpdateRequest.html">ldapGroupMappingUpdateRequest element</a></li> + <li><a href="el_ns0_loginRequest.html">loginRequest element</a></li> + <li><a href="el_ns0_operation.html">operation element</a></li> + <li><a href="el_ns0_permission.html">permission element</a></li> + <li><a href="el_ns0_redbackRestError.html">redbackRestError element</a></li> + <li><a href="el_ns0_registrationKey.html">registrationKey element</a></li> + <li><a href="el_ns0_resource.html">resource element</a></li> + <li><a href="el_ns0_role.html">role element</a></li> + <li><a href="el_ns0_roleTemplate.html">roleTemplate element</a></li> + <li><a href="el_ns0_stringList.html">stringList element</a></li> + <li><a href="el_ns0_user.html">user element</a></li> + <li><a href="el_ns0_userRegistrationRequest.html">userRegistrationRequest element</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>registrationKey element</h1> + <table> + <tr> + <td align="right">Type:</td> + <td><a href="ns0_registrationKey.html">registrationKey</a></td> + </tr> + <tr> + <td align="right">Namespace:</td> + <td>(default namespace)</td> + </tr> + <tr> + <td align="right">XML Schema:</td> + <td><a href="ns0.xsd">ns0.xsd</a></td> + </tr> + <tr> + <td align="right">Available Since:</td> + <td>1.4</td> + </tr> + </table> + <h2>Example XML</h2> + <code class="prettyprint lang-xml"><?xml version="1.0" encoding="UTF-8"?> +<registrationKey> + <key>...</key> +</registrationKey></code> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> \ No newline at end of file Added: archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_resource.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_resource.html?rev=1643150&view=auto ============================================================================== --- archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_resource.html (added) +++ archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_resource.html Fri Dec 5 03:57:52 2014 @@ -0,0 +1,149 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>resource</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">resource</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="model.html">Data Model</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + </ul> + </li> + <li> + <a href="ns0.html">ns0</a> > + <ul> + <li><a href="ns0.html">ns0</a></li> + </ul> + </li> + <li class="current"> + <a href="el_ns0_resource.html">resource element</a> + <ul> + <li><a href="el_ns0_application.html">application element</a></li> + <li><a href="el_ns0_applicationRole.html">applicationRole element</a></li> + <li><a href="el_ns0_errorMessage.html">errorMessage element</a></li> + <li><a href="el_ns0_ldapGroupMapping.html">ldapGroupMapping element</a></li> + <li><a href="el_ns0_ldapGroupMappingUpdateRequest.html">ldapGroupMappingUpdateRequest element</a></li> + <li><a href="el_ns0_loginRequest.html">loginRequest element</a></li> + <li><a href="el_ns0_operation.html">operation element</a></li> + <li><a href="el_ns0_permission.html">permission element</a></li> + <li><a href="el_ns0_redbackRestError.html">redbackRestError element</a></li> + <li><a href="el_ns0_registrationKey.html">registrationKey element</a></li> + <li><a href="el_ns0_resource.html">resource element</a></li> + <li><a href="el_ns0_role.html">role element</a></li> + <li><a href="el_ns0_roleTemplate.html">roleTemplate element</a></li> + <li><a href="el_ns0_stringList.html">stringList element</a></li> + <li><a href="el_ns0_user.html">user element</a></li> + <li><a href="el_ns0_userRegistrationRequest.html">userRegistrationRequest element</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>resource element</h1> + <table> + <tr> + <td align="right">Type:</td> + <td><a href="ns0_resource.html">resource</a></td> + </tr> + <tr> + <td align="right">Namespace:</td> + <td>(default namespace)</td> + </tr> + <tr> + <td align="right">XML Schema:</td> + <td><a href="ns0.xsd">ns0.xsd</a></td> + </tr> + <tr> + <td align="right">Available Since:</td> + <td>1.4</td> + </tr> + </table> + <h2>Example XML</h2> + <code class="prettyprint lang-xml"><?xml version="1.0" encoding="UTF-8"?> +<resource> + <identifier>...</identifier> + <pattern>...</pattern> + <permanent>...</permanent> +</resource></code> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> \ No newline at end of file Added: archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_role.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_role.html?rev=1643150&view=auto ============================================================================== --- archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_role.html (added) +++ archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_role.html Fri Dec 5 03:57:52 2014 @@ -0,0 +1,269 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>role</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">role</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="model.html">Data Model</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + </ul> + </li> + <li> + <a href="ns0.html">ns0</a> > + <ul> + <li><a href="ns0.html">ns0</a></li> + </ul> + </li> + <li class="current"> + <a href="el_ns0_role.html">role element</a> + <ul> + <li><a href="el_ns0_application.html">application element</a></li> + <li><a href="el_ns0_applicationRole.html">applicationRole element</a></li> + <li><a href="el_ns0_errorMessage.html">errorMessage element</a></li> + <li><a href="el_ns0_ldapGroupMapping.html">ldapGroupMapping element</a></li> + <li><a href="el_ns0_ldapGroupMappingUpdateRequest.html">ldapGroupMappingUpdateRequest element</a></li> + <li><a href="el_ns0_loginRequest.html">loginRequest element</a></li> + <li><a href="el_ns0_operation.html">operation element</a></li> + <li><a href="el_ns0_permission.html">permission element</a></li> + <li><a href="el_ns0_redbackRestError.html">redbackRestError element</a></li> + <li><a href="el_ns0_registrationKey.html">registrationKey element</a></li> + <li><a href="el_ns0_resource.html">resource element</a></li> + <li><a href="el_ns0_role.html">role element</a></li> + <li><a href="el_ns0_roleTemplate.html">roleTemplate element</a></li> + <li><a href="el_ns0_stringList.html">stringList element</a></li> + <li><a href="el_ns0_user.html">user element</a></li> + <li><a href="el_ns0_userRegistrationRequest.html">userRegistrationRequest element</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>role element</h1> + <table> + <tr> + <td align="right">Type:</td> + <td><a href="ns0_role.html">role</a></td> + </tr> + <tr> + <td align="right">Namespace:</td> + <td>(default namespace)</td> + </tr> + <tr> + <td align="right">XML Schema:</td> + <td><a href="ns0.xsd">ns0.xsd</a></td> + </tr> + <tr> + <td align="right">Available Since:</td> + <td>1.4</td> + </tr> + </table> + <h2>Example XML</h2> + <code class="prettyprint lang-xml"><?xml version="1.0" encoding="UTF-8"?> +<role> + <name>...</name> + <description>...</description> + <assignable>...</assignable> + <childRoleNames>...</childRoleNames> + <childRoleNames>...</childRoleNames> + <!--...more "childRoleNames" elements...--> + <permissions> + <name>...</name> + <operation> + <name>...</name> + <description>...</description> + <permanent>...</permanent> + </operation> + <resource> + <identifier>...</identifier> + <pattern>...</pattern> + <permanent>...</permanent> + </resource> + </permissions> + <permissions> + <!--...--> + </permissions> + <!--...more "permissions" elements...--> + <permanent>...</permanent> + <parentRoleNames>...</parentRoleNames> + <parentRoleNames>...</parentRoleNames> + <!--...more "parentRoleNames" elements...--> + <parentsRolesUsers> + <username>...</username> + <fullName>...</fullName> + <email>...</email> + <validated>...</validated> + <locked>...</locked> + <password>...</password> + <passwordChangeRequired>...</passwordChangeRequired> + <permanent>...</permanent> + <confirmPassword>...</confirmPassword> + <timestampAccountCreation>...</timestampAccountCreation> + <timestampLastLogin>...</timestampLastLogin> + <timestampLastPasswordChange>...</timestampLastPasswordChange> + <previousPassword>...</previousPassword> + <assignedRoles>...</assignedRoles> + <assignedRoles>...</assignedRoles> + <!--...more "assignedRoles" elements...--> + <readOnly>...</readOnly> + <userManagerId>...</userManagerId> + </parentsRolesUsers> + <parentsRolesUsers> + <!--...--> + </parentsRolesUsers> + <!--...more "parentsRolesUsers" elements...--> + <users> + <username>...</username> + <fullName>...</fullName> + <email>...</email> + <validated>...</validated> + <locked>...</locked> + <password>...</password> + <passwordChangeRequired>...</passwordChangeRequired> + <permanent>...</permanent> + <confirmPassword>...</confirmPassword> + <timestampAccountCreation>...</timestampAccountCreation> + <timestampLastLogin>...</timestampLastLogin> + <timestampLastPasswordChange>...</timestampLastPasswordChange> + <previousPassword>...</previousPassword> + <assignedRoles>...</assignedRoles> + <assignedRoles>...</assignedRoles> + <!--...more "assignedRoles" elements...--> + <readOnly>...</readOnly> + <userManagerId>...</userManagerId> + </users> + <users> + <!--...--> + </users> + <!--...more "users" elements...--> + <otherUsers> + <username>...</username> + <fullName>...</fullName> + <email>...</email> + <validated>...</validated> + <locked>...</locked> + <password>...</password> + <passwordChangeRequired>...</passwordChangeRequired> + <permanent>...</permanent> + <confirmPassword>...</confirmPassword> + <timestampAccountCreation>...</timestampAccountCreation> + <timestampLastLogin>...</timestampLastLogin> + <timestampLastPasswordChange>...</timestampLastPasswordChange> + <previousPassword>...</previousPassword> + <assignedRoles>...</assignedRoles> + <assignedRoles>...</assignedRoles> + <!--...more "assignedRoles" elements...--> + <readOnly>...</readOnly> + <userManagerId>...</userManagerId> + </otherUsers> + <otherUsers> + <!--...--> + </otherUsers> + <!--...more "otherUsers" elements...--> + <removedUsers> + <username>...</username> + <fullName>...</fullName> + <email>...</email> + <validated>...</validated> + <locked>...</locked> + <password>...</password> + <passwordChangeRequired>...</passwordChangeRequired> + <permanent>...</permanent> + <confirmPassword>...</confirmPassword> + <timestampAccountCreation>...</timestampAccountCreation> + <timestampLastLogin>...</timestampLastLogin> + <timestampLastPasswordChange>...</timestampLastPasswordChange> + <previousPassword>...</previousPassword> + <assignedRoles>...</assignedRoles> + <assignedRoles>...</assignedRoles> + <!--...more "assignedRoles" elements...--> + <readOnly>...</readOnly> + <userManagerId>...</userManagerId> + </removedUsers> + <removedUsers> + <!--...--> + </removedUsers> + <!--...more "removedUsers" elements...--> +</role></code> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> \ No newline at end of file Added: archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_roleTemplate.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_roleTemplate.html?rev=1643150&view=auto ============================================================================== --- archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_roleTemplate.html (added) +++ archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_roleTemplate.html Fri Dec 5 03:57:52 2014 @@ -0,0 +1,154 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>roleTemplate</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">roleTemplate</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="model.html">Data Model</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + </ul> + </li> + <li> + <a href="ns0.html">ns0</a> > + <ul> + <li><a href="ns0.html">ns0</a></li> + </ul> + </li> + <li class="current"> + <a href="el_ns0_roleTemplate.html">roleTemplate element</a> + <ul> + <li><a href="el_ns0_application.html">application element</a></li> + <li><a href="el_ns0_applicationRole.html">applicationRole element</a></li> + <li><a href="el_ns0_errorMessage.html">errorMessage element</a></li> + <li><a href="el_ns0_ldapGroupMapping.html">ldapGroupMapping element</a></li> + <li><a href="el_ns0_ldapGroupMappingUpdateRequest.html">ldapGroupMappingUpdateRequest element</a></li> + <li><a href="el_ns0_loginRequest.html">loginRequest element</a></li> + <li><a href="el_ns0_operation.html">operation element</a></li> + <li><a href="el_ns0_permission.html">permission element</a></li> + <li><a href="el_ns0_redbackRestError.html">redbackRestError element</a></li> + <li><a href="el_ns0_registrationKey.html">registrationKey element</a></li> + <li><a href="el_ns0_resource.html">resource element</a></li> + <li><a href="el_ns0_role.html">role element</a></li> + <li><a href="el_ns0_roleTemplate.html">roleTemplate element</a></li> + <li><a href="el_ns0_stringList.html">stringList element</a></li> + <li><a href="el_ns0_user.html">user element</a></li> + <li><a href="el_ns0_userRegistrationRequest.html">userRegistrationRequest element</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>roleTemplate element</h1> + <table> + <tr> + <td align="right">Type:</td> + <td><a href="ns0_roleTemplate.html">roleTemplate</a></td> + </tr> + <tr> + <td align="right">Namespace:</td> + <td>(default namespace)</td> + </tr> + <tr> + <td align="right">XML Schema:</td> + <td><a href="ns0.xsd">ns0.xsd</a></td> + </tr> + <tr> + <td align="right">Available Since:</td> + <td>2.0</td> + </tr> + </table> + <h2>Example XML</h2> + <code class="prettyprint lang-xml"><?xml version="1.0" encoding="UTF-8"?> +<roleTemplate> + <id>...</id> + <namePrefix>...</namePrefix> + <delimiter>...</delimiter> + <description>...</description> + <resource>...</resource> + <roles>...</roles> + <roles>...</roles> + <!--...more "roles" elements...--> +</roleTemplate></code> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> \ No newline at end of file Added: archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_stringList.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_stringList.html?rev=1643150&view=auto ============================================================================== --- archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_stringList.html (added) +++ archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_stringList.html Fri Dec 5 03:57:52 2014 @@ -0,0 +1,152 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>stringList</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">stringList</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="model.html">Data Model</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + </ul> + </li> + <li> + <a href="ns0.html">ns0</a> > + <ul> + <li><a href="ns0.html">ns0</a></li> + </ul> + </li> + <li class="current"> + <a href="el_ns0_stringList.html">stringList element</a> + <ul> + <li><a href="el_ns0_application.html">application element</a></li> + <li><a href="el_ns0_applicationRole.html">applicationRole element</a></li> + <li><a href="el_ns0_errorMessage.html">errorMessage element</a></li> + <li><a href="el_ns0_ldapGroupMapping.html">ldapGroupMapping element</a></li> + <li><a href="el_ns0_ldapGroupMappingUpdateRequest.html">ldapGroupMappingUpdateRequest element</a></li> + <li><a href="el_ns0_loginRequest.html">loginRequest element</a></li> + <li><a href="el_ns0_operation.html">operation element</a></li> + <li><a href="el_ns0_permission.html">permission element</a></li> + <li><a href="el_ns0_redbackRestError.html">redbackRestError element</a></li> + <li><a href="el_ns0_registrationKey.html">registrationKey element</a></li> + <li><a href="el_ns0_resource.html">resource element</a></li> + <li><a href="el_ns0_role.html">role element</a></li> + <li><a href="el_ns0_roleTemplate.html">roleTemplate element</a></li> + <li><a href="el_ns0_stringList.html">stringList element</a></li> + <li><a href="el_ns0_user.html">user element</a></li> + <li><a href="el_ns0_userRegistrationRequest.html">userRegistrationRequest element</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>stringList element</h1> + <table> + <tr> + <td align="right">Type:</td> + <td><a href="ns0_stringList.html">stringList</a></td> + </tr> + <tr> + <td align="right">Namespace:</td> + <td>(default namespace)</td> + </tr> + <tr> + <td align="right">XML Schema:</td> + <td><a href="ns0.xsd">ns0.xsd</a></td> + </tr> + <tr> + <td align="right">Available Since:</td> + <td>2.1</td> + </tr> + </table> + <p> + jaxrs fail to return List<String> so use this contains for rest services returning that + </p> + <h2>Example XML</h2> + <code class="prettyprint lang-xml"><?xml version="1.0" encoding="UTF-8"?> +<stringList> + <strings>...</strings> + <strings>...</strings> + <!--...more "strings" elements...--> +</stringList></code> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> \ No newline at end of file Added: archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_user.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_user.html?rev=1643150&view=auto ============================================================================== --- archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_user.html (added) +++ archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_user.html Fri Dec 5 03:57:52 2014 @@ -0,0 +1,160 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>user</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">user</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="model.html">Data Model</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + </ul> + </li> + <li> + <a href="ns0.html">ns0</a> > + <ul> + <li><a href="ns0.html">ns0</a></li> + </ul> + </li> + <li class="current"> + <a href="el_ns0_user.html">user element</a> + <ul> + <li><a href="el_ns0_application.html">application element</a></li> + <li><a href="el_ns0_applicationRole.html">applicationRole element</a></li> + <li><a href="el_ns0_errorMessage.html">errorMessage element</a></li> + <li><a href="el_ns0_ldapGroupMapping.html">ldapGroupMapping element</a></li> + <li><a href="el_ns0_ldapGroupMappingUpdateRequest.html">ldapGroupMappingUpdateRequest element</a></li> + <li><a href="el_ns0_loginRequest.html">loginRequest element</a></li> + <li><a href="el_ns0_operation.html">operation element</a></li> + <li><a href="el_ns0_permission.html">permission element</a></li> + <li><a href="el_ns0_redbackRestError.html">redbackRestError element</a></li> + <li><a href="el_ns0_registrationKey.html">registrationKey element</a></li> + <li><a href="el_ns0_resource.html">resource element</a></li> + <li><a href="el_ns0_role.html">role element</a></li> + <li><a href="el_ns0_roleTemplate.html">roleTemplate element</a></li> + <li><a href="el_ns0_stringList.html">stringList element</a></li> + <li><a href="el_ns0_user.html">user element</a></li> + <li><a href="el_ns0_userRegistrationRequest.html">userRegistrationRequest element</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>user element</h1> + <table> + <tr> + <td align="right">Type:</td> + <td><a href="ns0_user.html">user</a></td> + </tr> + <tr> + <td align="right">Namespace:</td> + <td>(default namespace)</td> + </tr> + <tr> + <td align="right">XML Schema:</td> + <td><a href="ns0.xsd">ns0.xsd</a></td> + </tr> + </table> + <h2>Example XML</h2> + <code class="prettyprint lang-xml"><?xml version="1.0" encoding="UTF-8"?> +<user> + <username>...</username> + <fullName>...</fullName> + <email>...</email> + <validated>...</validated> + <locked>...</locked> + <password>...</password> + <passwordChangeRequired>...</passwordChangeRequired> + <permanent>...</permanent> + <confirmPassword>...</confirmPassword> + <timestampAccountCreation>...</timestampAccountCreation> + <timestampLastLogin>...</timestampLastLogin> + <timestampLastPasswordChange>...</timestampLastPasswordChange> + <previousPassword>...</previousPassword> + <assignedRoles>...</assignedRoles> + <assignedRoles>...</assignedRoles> + <!--...more "assignedRoles" elements...--> + <readOnly>...</readOnly> + <userManagerId>...</userManagerId> +</user></code> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> \ No newline at end of file Added: archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_userRegistrationRequest.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_userRegistrationRequest.html?rev=1643150&view=auto ============================================================================== --- archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_userRegistrationRequest.html (added) +++ archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/el_ns0_userRegistrationRequest.html Fri Dec 5 03:57:52 2014 @@ -0,0 +1,167 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>userRegistrationRequest</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">userRegistrationRequest</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="model.html">Data Model</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + </ul> + </li> + <li> + <a href="ns0.html">ns0</a> > + <ul> + <li><a href="ns0.html">ns0</a></li> + </ul> + </li> + <li class="current"> + <a href="el_ns0_userRegistrationRequest.html">userRegistrationRequest element</a> + <ul> + <li><a href="el_ns0_application.html">application element</a></li> + <li><a href="el_ns0_applicationRole.html">applicationRole element</a></li> + <li><a href="el_ns0_errorMessage.html">errorMessage element</a></li> + <li><a href="el_ns0_ldapGroupMapping.html">ldapGroupMapping element</a></li> + <li><a href="el_ns0_ldapGroupMappingUpdateRequest.html">ldapGroupMappingUpdateRequest element</a></li> + <li><a href="el_ns0_loginRequest.html">loginRequest element</a></li> + <li><a href="el_ns0_operation.html">operation element</a></li> + <li><a href="el_ns0_permission.html">permission element</a></li> + <li><a href="el_ns0_redbackRestError.html">redbackRestError element</a></li> + <li><a href="el_ns0_registrationKey.html">registrationKey element</a></li> + <li><a href="el_ns0_resource.html">resource element</a></li> + <li><a href="el_ns0_role.html">role element</a></li> + <li><a href="el_ns0_roleTemplate.html">roleTemplate element</a></li> + <li><a href="el_ns0_stringList.html">stringList element</a></li> + <li><a href="el_ns0_user.html">user element</a></li> + <li><a href="el_ns0_userRegistrationRequest.html">userRegistrationRequest element</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>userRegistrationRequest element</h1> + <table> + <tr> + <td align="right">Type:</td> + <td><a href="ns0_userRegistrationRequest.html">userRegistrationRequest</a></td> + </tr> + <tr> + <td align="right">Namespace:</td> + <td>(default namespace)</td> + </tr> + <tr> + <td align="right">XML Schema:</td> + <td><a href="ns0.xsd">ns0.xsd</a></td> + </tr> + <tr> + <td align="right">Available Since:</td> + <td>2.0</td> + </tr> + </table> + <h2>Example XML</h2> + <code class="prettyprint lang-xml"><?xml version="1.0" encoding="UTF-8"?> +<userRegistrationRequest> + <user> + <username>...</username> + <fullName>...</fullName> + <email>...</email> + <validated>...</validated> + <locked>...</locked> + <password>...</password> + <passwordChangeRequired>...</passwordChangeRequired> + <permanent>...</permanent> + <confirmPassword>...</confirmPassword> + <timestampAccountCreation>...</timestampAccountCreation> + <timestampLastLogin>...</timestampLastLogin> + <timestampLastPasswordChange>...</timestampLastPasswordChange> + <previousPassword>...</previousPassword> + <assignedRoles>...</assignedRoles> + <assignedRoles>...</assignedRoles> + <!--...more "assignedRoles" elements...--> + <readOnly>...</readOnly> + <userManagerId>...</userManagerId> + </user> + <applicationUrl>...</applicationUrl> +</userRegistrationRequest></code> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> \ No newline at end of file Added: archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/favicon.ico URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/favicon.ico?rev=1643150&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.2.0-SNAPSHOT/rest-docs-redback-rest-api/favicon.ico ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream
