[java-opensaml] branch main updated: IDP-1958 - Remove ID-WSF SAML delegation support
Scott Cantor
cantor.2 at osu.edu
Fri Jun 3 17:57:07 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=2b84f9fc2347e179b80e66f41bb4b2e6d983c3be
The following commit(s) were added to refs/heads/main by this push:
new 2b84f9fc2 IDP-1958 - Remove ID-WSF SAML delegation support
2b84f9fc2 is described below
commit 2b84f9fc2347e179b80e66f41bb4b2e6d983c3be
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 3 13:57:03 2022 -0400
IDP-1958 - Remove ID-WSF SAML delegation support
https://shibboleth.atlassian.net/browse/IDP-1958
Deprecate messaging context class used for this use case.
---
.../saml/common/messaging/context/SAMLPresenterEntityContext.java | 3 +++
1 file changed, 3 insertions(+)
diff --git a/opensaml-saml-api/src/main/java/org/opensaml/saml/common/messaging/context/SAMLPresenterEntityContext.java b/opensaml-saml-api/src/main/java/org/opensaml/saml/common/messaging/context/SAMLPresenterEntityContext.java
index bc31bd036..78d2d01ad 100644
--- a/opensaml-saml-api/src/main/java/org/opensaml/saml/common/messaging/context/SAMLPresenterEntityContext.java
+++ b/opensaml-saml-api/src/main/java/org/opensaml/saml/common/messaging/context/SAMLPresenterEntityContext.java
@@ -25,7 +25,10 @@ package org.opensaml.saml.common.messaging.context;
* <p>
* This context will often contain subcontexts, whose data is construed to be scoped to that presenter entity.
* </p>
+ *
+ * @deprecated
*/
+ at Deprecated(forRemoval=true, since="5.0.0")
public final class SAMLPresenterEntityContext extends AbstractAuthenticatableSAMLEntityContext {
}
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list