You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by gi...@apache.org on 2022/07/27 22:42:36 UTC

[directory-site] branch asf-site updated: Updated site from master (4f4c7856dcef1220faed505163830bd3428ec399)

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/directory-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 2174954e Updated site from master (4f4c7856dcef1220faed505163830bd3428ec399)
2174954e is described below

commit 2174954ece4344634d1d7510f299a514b65ffb03
Author: jenkins <bu...@apache.org>
AuthorDate: Wed Jul 27 22:42:32 2022 +0000

    Updated site from master (4f4c7856dcef1220faed505163830bd3428ec399)
---
 content/fortress/index.xml                              | 4 ++--
 content/fortress/user-guide/4.11-add-permobj.html       | 2 +-
 content/fortress/user-guide/4.13-add-permission.html    | 2 +-
 content/fortress/user-guide/4.14-delete-permission.html | 2 +-
 content/index.xml                                       | 4 ++--
 content/sitemap.xml                                     | 8 ++++----
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/content/fortress/index.xml b/content/fortress/index.xml
index 16fc06c2..981f7b5c 100644
--- a/content/fortress/index.xml
+++ b/content/fortress/index.xml
@@ -166,7 +166,7 @@ Parameters:
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://directory.apache.org/fortress/user-guide/4.11-add-permobj.html</guid>
-      <description>4.11 - Add Permission Object PermObj addPermObj(PermObj pObj) throws SecurityException This method will add permission object to perms container in directory. The perm object must not exist before making this call. A PermObj instance exists in a hierarchical, one-many relationship between itself and children as stored in ldap tree: (PermObj-&amp;gt;Permission}).
+      <description>4.11 - Add Permission Object PermObj addPermObj(PermObj pObj) throws SecurityException This method will add permission object to perms container in directory. The perm object must not exist before making this call. A PermObj instance exists in a hierarchical, one-many relationship between itself and children as stored in ldap tree: (PermObj-&amp;gt;Permission).
 required parameters:
  PermObj#objName - contains the name of new object being added PermObj#ou - contains the name of an existing PERMS OrgUnit this object is associated with  optional parameters:</description>
     </item>
@@ -190,7 +190,7 @@ required parameters:
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://directory.apache.org/fortress/user-guide/4.13-add-permission.html</guid>
-      <description>4.13 - Add Permission Permission addPermission(Permission perm) throws SecurityException This method will add permission operation to an existing permission object. The perm operation entity may have Role or User associations. The target Permission} must not exist prior to calling. A Fortress Permission instance exists in a hierarchical, one-many relationship between its parent: (PermObj-&amp;gt;Permission).
+      <description>4.13 - Add Permission Permission addPermission(Permission perm) throws SecurityException This method will add permission operation to an existing permission object. The perm operation entity may have Role or User associations. The target Permission must not exist prior to calling. A Fortress Permission instance exists in a hierarchical, one-many relationship between its parent: (PermObj-&amp;gt;Permission).
 required parameters:
  Permission#objName - contains the name of existing object being targeted for the permission add Permission#opName - contains the name of new permission operation being added  optional parameters:</description>
     </item>
diff --git a/content/fortress/user-guide/4.11-add-permobj.html b/content/fortress/user-guide/4.11-add-permobj.html
index 7fbfb59c..00329908 100644
--- a/content/fortress/user-guide/4.11-add-permobj.html
+++ b/content/fortress/user-guide/4.11-add-permobj.html
@@ -156,7 +156,7 @@
 <div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-java" data-lang="java">PermObj <span style="color:#00a000">addPermObj</span><span style="color:#666">(</span>PermObj pObj<span style="color:#666">)</span> <span style="color:#a2f;font-weight:bold">throws</span> SecurityException
 </code></pre></div><p>This method will add permission object to perms container in directory.
 The perm object must not exist before making this call.
-A PermObj instance exists in a hierarchical, one-many relationship between itself and children as stored in ldap tree: (PermObj-&gt;Permission}).</p>
+A PermObj instance exists in a hierarchical, one-many relationship between itself and children as stored in ldap tree: (PermObj-&gt;Permission).</p>
 <p>required parameters:</p>
 <ul>
 <li>PermObj#objName - contains the name of new object being added</li>
diff --git a/content/fortress/user-guide/4.13-add-permission.html b/content/fortress/user-guide/4.13-add-permission.html
index 916c7483..d608d0bc 100644
--- a/content/fortress/user-guide/4.13-add-permission.html
+++ b/content/fortress/user-guide/4.13-add-permission.html
@@ -156,7 +156,7 @@
 <div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-java" data-lang="java">Permission <span style="color:#00a000">addPermission</span><span style="color:#666">(</span>Permission perm<span style="color:#666">)</span> <span style="color:#a2f;font-weight:bold">throws</span> SecurityException
 </code></pre></div><p>This method will add permission operation to an existing permission object.
 The perm operation entity may have Role or User associations.
-The target Permission} must not exist prior to calling.
+The target Permission must not exist prior to calling.
 A Fortress Permission instance exists in a hierarchical, one-many relationship between its parent: (PermObj-&gt;Permission).</p>
 <p>required parameters:</p>
 <ul>
diff --git a/content/fortress/user-guide/4.14-delete-permission.html b/content/fortress/user-guide/4.14-delete-permission.html
index f2f1ea42..46890b4d 100644
--- a/content/fortress/user-guide/4.14-delete-permission.html
+++ b/content/fortress/user-guide/4.14-delete-permission.html
@@ -179,7 +179,7 @@ The perm operation must exist before making this call.</p>
 <span style="color:#a2f;font-weight:bold">import</span> <span style="color:#00f;font-weight:bold">org.apache.directory.fortress.core.SecurityException</span><span style="color:#666">;</span>
 
 <span style="color:#a2f">@test</span>
-<span style="color:#a2f;font-weight:bold">public</span> <span style="color:#a2f;font-weight:bold">static</span> <span style="color:#0b0;font-weight:bold">void</span> <span style="color:#00a000">testDelPermission</span><span style="color:#666">(</span>String objName<span style="color:#666">)</span>
+<span style="color:#a2f;font-weight:bold">public</span> <span style="color:#a2f;font-weight:bold">static</span> <span style="color:#0b0;font-weight:bold">void</span> <span style="color:#00a000">testDelPermission</span><span style="color:#666">(</span>String objName<span style="color:#666">,</span> String operation<span style="color:#666">)</span>
 <span style="color:#666">{</span>
     String szLocation <span style="color:#666">=</span> <span style="color:#b44">&#34;.testDelPermission&#34;</span><span style="color:#666">;</span>
 
diff --git a/content/index.xml b/content/index.xml
index 87476d7b..a7ae93cc 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -1723,7 +1723,7 @@ At the moment, the server does not support this feature.</description>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://directory.apache.org/fortress/user-guide/4.11-add-permobj.html</guid>
-      <description>4.11 - Add Permission Object PermObj addPermObj(PermObj pObj) throws SecurityException This method will add permission object to perms container in directory. The perm object must not exist before making this call. A PermObj instance exists in a hierarchical, one-many relationship between itself and children as stored in ldap tree: (PermObj-&amp;gt;Permission}).
+      <description>4.11 - Add Permission Object PermObj addPermObj(PermObj pObj) throws SecurityException This method will add permission object to perms container in directory. The perm object must not exist before making this call. A PermObj instance exists in a hierarchical, one-many relationship between itself and children as stored in ldap tree: (PermObj-&amp;gt;Permission).
 required parameters:
  PermObj#objName - contains the name of new object being added PermObj#ou - contains the name of an existing PERMS OrgUnit this object is associated with  optional parameters:</description>
     </item>
@@ -1747,7 +1747,7 @@ required parameters:
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://directory.apache.org/fortress/user-guide/4.13-add-permission.html</guid>
-      <description>4.13 - Add Permission Permission addPermission(Permission perm) throws SecurityException This method will add permission operation to an existing permission object. The perm operation entity may have Role or User associations. The target Permission} must not exist prior to calling. A Fortress Permission instance exists in a hierarchical, one-many relationship between its parent: (PermObj-&amp;gt;Permission).
+      <description>4.13 - Add Permission Permission addPermission(Permission perm) throws SecurityException This method will add permission operation to an existing permission object. The perm operation entity may have Role or User associations. The target Permission must not exist prior to calling. A Fortress Permission instance exists in a hierarchical, one-many relationship between its parent: (PermObj-&amp;gt;Permission).
 required parameters:
  Permission#objName - contains the name of existing object being targeted for the permission add Permission#opName - contains the name of new permission operation being added  optional parameters:</description>
     </item>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 0ba892f0..060e9141 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -844,7 +844,7 @@
   
   <url>
     <loc>https://directory.apache.org/fortress/user-guide/4.11-add-permobj.html</loc>
-    <lastmod>2022-07-27T16:41:41-05:00</lastmod>
+    <lastmod>2022-07-27T17:24:31-05:00</lastmod>
   </url>
   
   <url>
@@ -854,12 +854,12 @@
   
   <url>
     <loc>https://directory.apache.org/fortress/user-guide/4.13-add-permission.html</loc>
-    <lastmod>2022-07-27T17:15:20-05:00</lastmod>
+    <lastmod>2022-07-27T17:22:34-05:00</lastmod>
   </url>
   
   <url>
     <loc>https://directory.apache.org/fortress/user-guide/4.14-delete-permission.html</loc>
-    <lastmod>2022-07-27T17:15:20-05:00</lastmod>
+    <lastmod>2022-07-27T17:22:34-05:00</lastmod>
   </url>
   
   <url>
@@ -1874,7 +1874,7 @@
   
   <url>
     <loc>https://directory.apache.org/fortress.html</loc>
-    <lastmod>2022-07-27T17:15:20-05:00</lastmod>
+    <lastmod>2022-07-27T17:24:31-05:00</lastmod>
   </url>
   
   <url>