This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-RC3-RC1 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 0fefaddaf7956e781f4119bc7765946a5f3412dd Author: danhaywood <[email protected]> AuthorDate: Tue Oct 10 00:06:18 2023 +0100 CAUSEWAY-3528 : removes stale reference to old SPI. --- .../refguide/modules/applib-svc/partials/_application-layer-spi.adoc | 4 ---- .../components/refguide/modules/applib-svc/partials/module-nav.adoc | 1 - 2 files changed, 5 deletions(-) diff --git a/antora/components/refguide/modules/applib-svc/partials/_application-layer-spi.adoc b/antora/components/refguide/modules/applib-svc/partials/_application-layer-spi.adoc index d79e15ae39..df5dd96559 100644 --- a/antora/components/refguide/modules/applib-svc/partials/_application-layer-spi.adoc +++ b/antora/components/refguide/modules/applib-svc/partials/_application-layer-spi.adoc @@ -35,10 +35,6 @@ This SPI does though provide additional flexibility for other security technolog -|xref:refguide:applib:index/services/user/ImpersonatedUserHolder.adoc[ImpersonatedUserHolder] -|Provides a mechanism to hold the impersonated user - - |xref:refguide:applib:index/services/session/SessionSubscriber.adoc[SessionSubscriber] |SPI service to listen on users logging in and logging off their (long-lived) session. diff --git a/antora/components/refguide/modules/applib-svc/partials/module-nav.adoc b/antora/components/refguide/modules/applib-svc/partials/module-nav.adoc index 58db8d49f3..ed8b42fd4f 100644 --- a/antora/components/refguide/modules/applib-svc/partials/module-nav.adoc +++ b/antora/components/refguide/modules/applib-svc/partials/module-nav.adoc @@ -39,7 +39,6 @@ ** xref:refguide:applib:index/services/bookmark/IdStringifier.adoc[IdStringifier] ** xref:refguide:applib:index/services/user/ImpersonateMenu.adoc[ImpersonateMenu] ** xref:refguide:applib:index/services/user/ImpersonateMenuAdvisor.adoc[ImpersonateMenuAdvisor] -** xref:refguide:applib:index/services/user/ImpersonatedUserHolder.adoc[ImpersonatedUserHolder] ** xref:refguide:applib:index/services/iactn/InteractionProvider.adoc[InteractionProvider] ** xref:refguide:applib:index/services/iactnlayer/InteractionLayerTracker.adoc[InteractionLayerTracker] ** xref:refguide:applib:index/services/iactnlayer/InteractionService.adoc[InteractionService]
