You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/registration/OpenSamlAssertingPartyDetails.java
+14
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,20 @@ public static OpenSamlAssertingPartyDetails.Builder withEntityDescriptor(EntityD
Copy file name to clipboardExpand all lines: saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/registration/OpenSamlRelyingPartyRegistration.java
+18-13
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,19 @@
29
29
*
30
30
* @author Josh Cummings
31
31
* @since 6.1
32
+
* @deprecated This class no longer is needed in order to transmit the
33
+
* {@link EntityDescriptor} to {@link OpenSamlAssertingPartyDetails}. Instead of doing:
34
+
* <pre>
35
+
* if (registration instanceof OpenSamlRelyingPartyRegistration openSamlRegistration) {
Copy file name to clipboardExpand all lines: saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/registration/RelyingPartyRegistration.java
0 commit comments