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

github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/grails-spring-security.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 710085d6 Deploying to gh-pages - 17:53:57
710085d6 is described below

commit 710085d63127c323dc05db4de9e60693248b1cb1
Author: jdaugherty <[email protected]>
AuthorDate: Sun May 4 17:53:57 2025 +0000

    Deploying to gh-pages - 17:53:57
---
 snapshot/acl-plugin/guide/index.html    | 2 +-
 snapshot/cas-plugin/guide/index.html    | 2 +-
 snapshot/core-plugin/guide/index.html   | 2 +-
 snapshot/ldap-plugin/guide/index.html   | 8 ++++----
 snapshot/oauth2-plugin/guide/index.html | 2 +-
 snapshot/rest-plugin/guide/index.html   | 2 +-
 snapshot/ui-plugin/guide/index.html     | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/snapshot/acl-plugin/guide/index.html 
b/snapshot/acl-plugin/guide/index.html
index 24d6c69f..08358c46 100644
--- a/snapshot/acl-plugin/guide/index.html
+++ b/snapshot/acl-plugin/guide/index.html
@@ -2534,7 +2534,7 @@ the body content
 <div id="footer">
 <div id="footer-text">
 Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-04-14 15:42:00 UTC
+Last updated 2025-05-04 17:49:51 UTC
 </div>
 </div>
 <script 
src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js";></script>
diff --git a/snapshot/cas-plugin/guide/index.html 
b/snapshot/cas-plugin/guide/index.html
index 4ab359a3..be5e061a 100644
--- a/snapshot/cas-plugin/guide/index.html
+++ b/snapshot/cas-plugin/guide/index.html
@@ -829,7 +829,7 @@ body.book #toc,body.book #preamble,body.book 
h1.sect0,body.book .sect1>h2{page-b
 <div id="footer">
 <div id="footer-text">
 Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-04-14 15:42:00 UTC
+Last updated 2025-05-04 17:49:51 UTC
 </div>
 </div>
 <script 
src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js";></script>
diff --git a/snapshot/core-plugin/guide/index.html 
b/snapshot/core-plugin/guide/index.html
index 34f80ba3..0130e962 100644
--- a/snapshot/core-plugin/guide/index.html
+++ b/snapshot/core-plugin/guide/index.html
@@ -7180,7 +7180,7 @@ logger 'grails.plugin.springsecurity', DEBUG, ['STDOUT'], 
false</code></pre>
 <div id="footer">
 <div id="footer-text">
 Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-04-14 15:42:00 UTC
+Last updated 2025-05-04 17:49:51 UTC
 </div>
 </div>
 <script 
src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js";></script>
diff --git a/snapshot/ldap-plugin/guide/index.html 
b/snapshot/ldap-plugin/guide/index.html
index bf6d774f..079bd548 100644
--- a/snapshot/ldap-plugin/guide/index.html
+++ b/snapshot/ldap-plugin/guide/index.html
@@ -562,7 +562,7 @@ table.CodeRay td.code{padding:0 0 0 .75em}
 <p>Once you have configured your Grails application as an LDAP client you can 
delegate authentication to LDAP and not have to manage users' authentication 
information in your application. By default, roles are inferred from LDAP group 
membership and you can store additional application-specific roles in your 
database.</p>
 </div>
 <div class="paragraph">
-<p>Please refer to the <a 
href="https://docs.spring.io/spring-security/reference/6.4.2/servlet/authentication/passwords/ldap.html";>Spring
 Security LDAP documentation</a> for details of the underlying 
implementation.</p>
+<p>Please refer to the <a 
href="https://docs.spring.io/spring-security/reference/6.4.5/servlet/authentication/passwords/ldap.html";>Spring
 Security LDAP documentation</a> for details of the underlying 
implementation.</p>
 </div>
 </div>
 </div>
@@ -722,10 +722,10 @@ table.CodeRay td.code{padding:0 0 0 .75em}
 <div class="sect2">
 <h3 id="custom-userdetailscontextmapper">2.3. Custom 
UserDetailsContextMapper</h3>
 <div class="paragraph">
-<p>There are three options for mapping LDAP attributes to 
<code>UserDetails</code> data (as specified by the 
<code>grails.plugin.springsecurity.ldap.mapper.userDetailsClass</code> config 
attribute) and hopefully one of those will be sufficient for your needs. If 
not, it&#8217;s easy to implement <a 
href="https://docs.spring.io/spring-security/site/docs/6.4.2/api/org/springframework/security/ldap/userdetails/UserDetailsContextMapper.html";>UserDetailsContextMapper</a>
 yourself.</p>
+<p>There are three options for mapping LDAP attributes to 
<code>UserDetails</code> data (as specified by the 
<code>grails.plugin.springsecurity.ldap.mapper.userDetailsClass</code> config 
attribute) and hopefully one of those will be sufficient for your needs. If 
not, it&#8217;s easy to implement <a 
href="https://docs.spring.io/spring-security/site/docs/6.4.5/api/org/springframework/security/ldap/userdetails/UserDetailsContextMapper.html";>UserDetailsContextMapper</a>
 yourself.</p>
 </div>
 <div class="paragraph">
-<p>Create a Groovy or Java class in <code>src/main/groovy</code> that 
implements <a 
href="https://docs.spring.io/spring-security/site/docs/6.4.2/api/org/springframework/security/ldap/userdetails/UserDetailsContextMapper.html";>UserDetailsContextMapper</a>
 and register it in <code>grails-app/conf/spring/resources.groovy</code>:</p>
+<p>Create a Groovy or Java class in <code>src/main/groovy</code> that 
implements <a 
href="https://docs.spring.io/spring-security/site/docs/6.4.5/api/org/springframework/security/ldap/userdetails/UserDetailsContextMapper.html";>UserDetailsContextMapper</a>
 and register it in <code>grails-app/conf/spring/resources.groovy</code>:</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -1136,7 +1136,7 @@ beans = {
 <div id="footer">
 <div id="footer-text">
 Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-04-14 15:42:00 UTC
+Last updated 2025-05-04 17:49:51 UTC
 </div>
 </div>
 </body>
diff --git a/snapshot/oauth2-plugin/guide/index.html 
b/snapshot/oauth2-plugin/guide/index.html
index 63bc9572..15892578 100644
--- a/snapshot/oauth2-plugin/guide/index.html
+++ b/snapshot/oauth2-plugin/guide/index.html
@@ -915,7 +915,7 @@ protected void authenticateAndRedirect(OAuth2SpringToken 
oAuthToken, redirectUrl
 <div id="footer">
 <div id="footer-text">
 Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-04-14 15:42:01 UTC
+Last updated 2025-05-04 17:49:51 UTC
 </div>
 </div>
 <script 
src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js";></script>
diff --git a/snapshot/rest-plugin/guide/index.html 
b/snapshot/rest-plugin/guide/index.html
index d6180e30..f114d95f 100644
--- a/snapshot/rest-plugin/guide/index.html
+++ b/snapshot/rest-plugin/guide/index.html
@@ -3704,7 +3704,7 @@ way of using HTTP sessions. So not acceptable.</p>
 <div id="footer">
 <div id="footer-text">
 Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-04-14 15:42:01 UTC
+Last updated 2025-05-04 17:49:51 UTC
 </div>
 </div>
 </body>
diff --git a/snapshot/ui-plugin/guide/index.html 
b/snapshot/ui-plugin/guide/index.html
index 7b4bd127..b5bbada0 100644
--- a/snapshot/ui-plugin/guide/index.html
+++ b/snapshot/ui-plugin/guide/index.html
@@ -2499,7 +2499,7 @@ The second service is a listener service which ensures 
that anytime an answer is
 <div id="footer">
 <div id="footer-text">
 Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-04-14 15:42:01 UTC
+Last updated 2025-05-04 17:49:51 UTC
 </div>
 </div>
 <script 
src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js";></script>

Reply via email to