[java-identity-provider] branch main updated: Javadoc warning.
Scott Cantor
cantor.2 at osu.edu
Thu Mar 31 17:44:54 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor 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=dbc8f9db89fa25a4ac47b05dabe1df9c28bbf7cd
The following commit(s) were added to refs/heads/main by this push:
new dbc8f9db8 Javadoc warning.
dbc8f9db8 is described below
commit dbc8f9db89fa25a4ac47b05dabe1df9c28bbf7cd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 31 13:44:48 2022 -0400
Javadoc warning.
---
.../java/net/shibboleth/idp/authn/context/AuthenticationContext.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/AuthenticationContext.java b/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/AuthenticationContext.java
index eee3fe3b7..236c9db03 100644
--- a/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/AuthenticationContext.java
+++ b/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/AuthenticationContext.java
@@ -359,7 +359,8 @@ public final class AuthenticationContext extends BaseContext {
* Get a non-normative hint provided by the request about the user's identity.
*
* <p>This is <strong>NOT</strong> a trustworthy value, but may be used to optimize
- * the user experience.</p>
+ * the user experience. There should be no assumptions about the safety or format of this
+ * value, so care should be taken in using it.</p>
*
* @return the username hint
*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list