[java-identity-provider] branch main updated: Add @since annotation to new methods.
Scott Cantor
cantor.2 at osu.edu
Wed Jan 6 16:22:25 UTC 2021
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=3ab7b34e1350b381b7d15501b8075591d7afa051
The following commit(s) were added to refs/heads/main by this push:
new 3ab7b34e1 Add @since annotation to new methods.
3ab7b34e1 is described below
commit 3ab7b34e1350b381b7d15501b8075591d7afa051
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 6 11:22:23 2021 -0500
Add @since annotation to new methods.
---
.../java/net/shibboleth/idp/authn/context/AuthenticationContext.java | 4 ++++
1 file changed, 4 insertions(+)
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 f46d3b496..eee3fe3b7 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
@@ -330,6 +330,8 @@ public final class AuthenticationContext extends BaseContext {
* constraint on the canonical result of every flow.</p>
*
* @return the mandatory username
+ *
+ * @since 4.1.0
*/
@Nullable @NotEmpty public String getRequiredName() {
return requiredName;
@@ -345,6 +347,8 @@ public final class AuthenticationContext extends BaseContext {
* @param name the required username
*
* @return this authentication context
+ *
+ * @since 4.1.0
*/
@Nonnull public AuthenticationContext setRequiredName(@Nullable final String name) {
requiredName = name;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list