You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/10/09 23:58:39 UTC

[05/13] isis-site git commit: ISIS-1465: aggregated hints-n-tips, and updated cheat sheet

http://git-wip-us.apache.org/repos/asf/isis-site/blob/48a05cd4/content/guides/rgsvc/rgsvc.html
----------------------------------------------------------------------
diff --git a/content/guides/rgsvc/rgsvc.html b/content/guides/rgsvc/rgsvc.html
index 8122e97..b9c00b8 100644
--- a/content/guides/rgsvc/rgsvc.html
+++ b/content/guides/rgsvc/rgsvc.html
@@ -10650,7 +10650,7 @@ log4j.additivity.org.apache.isis.applib.services.audit.AuditerServiceLogging=fal
          <div class="sect3"> 
           <h4 id="_registering_the_services_20">11.2.4. Registering the Services</h4> 
           <div class="paragraph"> 
-           <p>The (non-ASF) <a href="http://github.com/isisaddons/isis-module-audit">Isis addons' audit</a> module provides an implementation of this service (<code>AuditingService</code>), and also provides a number of related domain services (<code>AuditingServiceMenu</code>, <code>AuditingServiceRepository</code> and <code>AuditingServiceContributions</code>).</p> 
+           <p>The (non-ASF) <a href="http://platform.incode.org/modules/spi/audit/spi-audit.html">Incode Platform’s audit module</a> provides an implementation of this service (<code>AuditingService</code>), and also provides a number of related domain services (<code>AuditingServiceMenu</code>, <code>AuditingServiceRepository</code> and <code>AuditingServiceContributions</code>).</p> 
           </div> 
           <div class="paragraph"> 
            <p>Assuming that an <code>AppManifest</code> is being used to <a href="../rgcms/rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then this can be activated by updating the <code>pom.xml</code> and updating the <code>AppManifest#getModules()</code> method.</p> 
@@ -11289,7 +11289,7 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
            <p>The core Apache Isis framework itself defines only an API; there is no default implementation. Rather, the implementation will depend on the security mechanism being used.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>That said, if you have configured your app to use the <a href="http://github.com/isisaddons/isis-module-security">Isis addons security module</a>, then note that the security module does provide an abstract implementation (<code>SecurityModuleAppUserRegistrationServiceAbstract</code>) of the <code>UserRegistrationService</code>. You will need to extend that service and provide implementation for the two abstract methods: <code>getInitialRole()</code> and <code>getAdditionalInitialRoles()</code>.</p> 
+           <p>That said, if you have configured your app to use the (non-ASF) <a href="http://platform.incode.org/modules/spi/security/spi-security.html">Incode Platform’s security module</a> then note that the security module does provide an abstract implementation (<code>SecurityModuleAppUserRegistrationServiceAbstract</code>) of the <code>UserRegistrationService</code>. You will need to extend that service and provide implementation for the two abstract methods: <code>getInitialRole()</code> and <code>getAdditionalInitialRoles()</code>.</p> 
           </div> 
           <div class="paragraph"> 
            <p>This is needed so that the self-registered users are assigned automatically to your application role(s) and be able to use the application. Without any role such user will be able only to see/use the logout link of the application.</p>