[java-identity-provider] 02/02: Javadoc

Rod Widdowson rdw at steadingsoftware.com
Sat Feb 25 17:01:55 UTC 2023


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=5cc75e797cdb4f4dad6c0d6501e37c28ed5d148b

commit 5cc75e797cdb4f4dad6c0d6501e37c28ed5d148b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Feb 25 17:01:35 2023 +0000

    Javadoc
---
 .../net/shibboleth/idp/session/impl/StorageBackedSessionManager.java   | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/StorageBackedSessionManager.java b/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/StorageBackedSessionManager.java
index b3ac25ee5..8d9ae813b 100644
--- a/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/StorageBackedSessionManager.java
+++ b/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/StorageBackedSessionManager.java
@@ -430,6 +430,9 @@ public class StorageBackedSessionManager extends AbstractIdentifiableInitializab
         return flowDescriptorMap.get(flowId);
     }
     
+    /** Get the {@link HttpServletRequest} associated with this operation.
+     * @return the  {@link HttpServletRequest} 
+     */
     @Nullable final private HttpServletRequest getHttpRequest() {
         final NonnullSupplier<HttpServletRequest> supplier = httpRequestSupplier;
         if (supplier == null) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list