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 2aa856dd3 Deploying to documentation branch - 08:29:12
2aa856dd3 is described below
commit 2aa856dd37ca845e025096baa625219cbd554a50
Author: matrei <[email protected]>
AuthorDate: Thu Oct 23 08:29:12 2025 +0000
Deploying to documentation branch - 08:29:12
---
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 576cc137e..4741fe92c 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-10-20 07:59:59 UTC
+Last updated 2025-10-23 08:26:09 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 550b0e9aa..9ad334bc5 100644
--- a/snapshot/cas-plugin/guide/index.html
+++ b/snapshot/cas-plugin/guide/index.html
@@ -814,7 +814,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-10-20 07:59:59 UTC
+Last updated 2025-10-23 08:26:09 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 b1e6ba0b0..b8670eb2d 100644
--- a/snapshot/core-plugin/guide/index.html
+++ b/snapshot/core-plugin/guide/index.html
@@ -7249,7 +7249,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-10-20 07:59:59 UTC
+Last updated 2025-10-23 08:26:09 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 e1d624c95..f8237c6de 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.5.3/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.5.5/servlet/authentication/passwords/ldap.html">Spring
Security LDAP documentation</a> for details of the underlying
implementation.</p>
</div>
</div>
</div>
@@ -720,10 +720,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’s easy to implement <a
href="https://docs.spring.io/spring-security/site/docs/6.5.3/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’s easy to implement <a
href="https://docs.spring.io/spring-security/site/docs/6.5.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.5.3/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.5.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">
@@ -1191,7 +1191,7 @@ beans = {
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-10-20 07:59:59 UTC
+Last updated 2025-10-23 08:26:09 UTC
</div>
</div>
</body>
diff --git a/snapshot/oauth2-plugin/guide/index.html
b/snapshot/oauth2-plugin/guide/index.html
index 1747f56e0..d954cb706 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-10-20 07:59:59 UTC
+Last updated 2025-10-23 08:26:09 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 83fd30ab5..bf4e643eb 100644
--- a/snapshot/rest-plugin/guide/index.html
+++ b/snapshot/rest-plugin/guide/index.html
@@ -3697,7 +3697,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-10-20 07:59:59 UTC
+Last updated 2025-10-23 08:26:09 UTC
</div>
</div>
</body>
diff --git a/snapshot/ui-plugin/guide/index.html
b/snapshot/ui-plugin/guide/index.html
index 30b5ed76a..59cf050fe 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-10-20 07:59:59 UTC
+Last updated 2025-10-23 08:26:09 UTC
</div>
</div>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js"></script>