You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/02/11 01:53:36 UTC

svn commit: r897333 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/reference/Security.html

Author: buildbot
Date: Tue Feb 11 00:53:35 2014
New Revision: 897333

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/reference/Security.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 00:53:35 2014
@@ -1 +1 @@
-1566925
+1566928

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 00:53:35 2014
@@ -1 +1 @@
-1566925
+1566928

Modified: websites/staging/isis/trunk/content/reference/Security.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/Security.html (original)
+++ websites/staging/isis/trunk/content/reference/Security.html Tue Feb 11 00:53:35 2014
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title></title>
+      <title>Security Classes
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -169,7 +169,7 @@
       };
       function twshare () {
           window.open(
-                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=",
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Security Classes
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -272,13 +272,11 @@
 
 <div class="page-header">
 <p><a href="./../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a href="./../reference/about.html">Reference</a></p>
-<h1>
+<h1>Security Classes
 
 </h1>
 </div>
 
-<h1>Security Classes</h1>
-
 <blockquote>
   <p>A simple set of classes to represent the currently logged on user and
   their roles.</p>
@@ -305,9 +303,9 @@ is a snapshot of their credentials at th
 
 <p>Both <code>UserMemento</code> and <code>RoleMemento</code> are defined in Isis applib.</p>
 
-<h3><code>BackgroundService</code>s and `CommandContext</h3>
+<h3><code>BackgroundService</code>s and <code>CommandContext</code></h3>
 
-<p>If using the <a href="../../core/services/background-service.html">BackgroundService</a>, then it is possible to persist commands that will execute corresponding actions in the background (for example under the control of a scheduler).</p>
+<p>If using the <a href="../services/background-service.html">BackgroundService</a>, then it is possible to persist commands that will execute corresponding actions in the background (for example under the control of a scheduler).</p>
 
 <p>In this situation, the <code>user</code> obtained from <code>DomainObjectContainer</code> will be that of the scheduler process, which may not be what you want.</p>