[java-plugin-shibd] branch main updated: Adjust javadoc.

Scott Cantor cantor.2 at osu.edu
Thu Jun 6 19:54:37 UTC 2024


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

scantor pushed a commit to branch main
in repository java-plugin-shibd.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd.git;a=commit;h=417282f100ce6db77158ad90d870423deb557f62

The following commit(s) were added to refs/heads/main by this push:
     new 417282f  Adjust javadoc.
417282f is described below

commit 417282f100ce6db77158ad90d870423deb557f62
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 6 15:54:35 2024 -0400

    Adjust javadoc.
---
 .../java/net/shibboleth/sp/authn/impl/ValidateAgentCredentials.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sp-server-impl/src/main/java/net/shibboleth/sp/authn/impl/ValidateAgentCredentials.java b/sp-server-impl/src/main/java/net/shibboleth/sp/authn/impl/ValidateAgentCredentials.java
index c6bc19b..616bd5b 100644
--- a/sp-server-impl/src/main/java/net/shibboleth/sp/authn/impl/ValidateAgentCredentials.java
+++ b/sp-server-impl/src/main/java/net/shibboleth/sp/authn/impl/ValidateAgentCredentials.java
@@ -40,8 +40,7 @@ import net.shibboleth.sp.context.AgentRequestContext;
  * Subclass of validation action from IdP that sidesteps all the unneeded machinery outside of building
  * the {@link Subject} and verifying the result.
  * 
- * <p>If configured to do so, the encrypted cookie to cache the result of the authentication is also
- * produced and set by this action if possible. Errors in this step are suppressed.</p>
+ * <p>If configured to do so, the result of the authentication is also cached in the container session.</p>
  */
 public class ValidateAgentCredentials extends ValidateCredentials {
 

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


More information about the commits mailing list