diff --git a/saml2/saml2-service-provider/core/src/main/java/org/springframework/security/saml2/provider/service/registration/RelyingPartyRegistration.java b/saml2/saml2-service-provider/core/src/main/java/org/springframework/security/saml2/provider/service/registration/RelyingPartyRegistration.java index 320bfe35b5f..80db35d1317 100644 --- a/saml2/saml2-service-provider/core/src/main/java/org/springframework/security/saml2/provider/service/registration/RelyingPartyRegistration.java +++ b/saml2/saml2-service-provider/core/src/main/java/org/springframework/security/saml2/provider/service/registration/RelyingPartyRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2020 the original author or authors. + * Copyright 2002-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -134,7 +134,7 @@ public String getRegistrationId() { /** * Get the relying party's EntityID. + * "https://www.oasis-open.org/committees/download.php/51890/SAML%20MD%20simplified%20overview.pdf#2.9%20EntityDescriptor">EntityID. * *
* Equivalent to the value found in the relying party's <EntityDescriptor @@ -476,7 +476,7 @@ private AssertingPartyDetails(String entityId, boolean wantAuthnRequestsSigned, /** * Get the asserting party's EntityID. + * "https://www.oasis-open.org/committees/download.php/51890/SAML%20MD%20simplified%20overview.pdf#2.9%20EntityDescriptor">EntityID. * *
 		 * Equivalent to the value found in the asserting party's <EntityDescriptor
@@ -539,7 +539,7 @@ public Collection 
@@ -553,7 +553,7 @@ public String getSingleSignOnServiceLocation() {
 
 		/**
 		 * Get the SingleSignOnService
+		 * "https://www.oasis-open.org/committees/download.php/51890/SAML%20MD%20simplified%20overview.pdf#2.5%20Endpoint">SingleSignOnService
 		 * Binding.
 		 *
 		 *  
@@ -583,7 +583,7 @@ public static final class Builder {
 
 			/**
 			 * Set the asserting party's EntityID.
+			 * "https://www.oasis-open.org/committees/download.php/51890/SAML%20MD%20simplified%20overview.pdf#2.9%20EntityDescriptor">EntityID.
 			 * Equivalent to the value found in the asserting party's <EntityDescriptor
 			 * EntityID="..."/>
 			 * @param entityId the asserting party's EntityID
@@ -647,7 +647,7 @@ public Builder encryptionX509Credentials(Consumer 
@@ -663,7 +663,7 @@ public Builder singleSignOnServiceLocation(String singleSignOnServiceLocation) {
 
 			/**
 			 * Set the SingleSignOnService
+			 * "https://www.oasis-open.org/committees/download.php/51890/SAML%20MD%20simplified%20overview.pdf#2.5%20Endpoint">SingleSignOnService
 			 * Binding.
 			 *
 			 *  
@@ -758,7 +758,7 @@ public static final class Builder {
 
 			/**
 			 * Set the asserting party's EntityID.
+			 * "https://www.oasis-open.org/committees/download.php/51890/SAML%20MD%20simplified%20overview.pdf#2.9%20EntityDescriptor">EntityID.
 			 * Equivalent to the value found in the asserting party's <EntityDescriptor
 			 * EntityID="..."/>
 			 * @param entityId the asserting party's EntityID
@@ -850,7 +850,7 @@ public Builder registrationId(String id) {
 
 		/**
 		 * Set the relying party's EntityID.
+		 * "https://www.oasis-open.org/committees/download.php/51890/SAML%20MD%20simplified%20overview.pdf#2.9%20EntityDescriptor">EntityID.
 		 * Equivalent to the value found in the relying party's <EntityDescriptor
 		 * EntityID="..."/>
 		 *
@@ -896,8 +896,8 @@ public Builder decryptionX509Credentials(Consumer 
 		 * Equivalent to the value found in <AssertionConsumerService
@@ -918,8 +918,8 @@ public Builder assertionConsumerServiceLocation(String assertionConsumerServiceL
 
 		/**
 		 * Set the AssertionConsumerService
-		 * Binding.
+		 * "https://www.oasis-open.org/committees/download.php/51890/SAML%20MD%20simplified%20overview.pdf#2.3%20AttributeConsumingService">
+		 * AssertionConsumerService Binding.
 		 *
 		 *  
 		 * Equivalent to the value found in <AssertionConsumerService
@@ -970,7 +970,7 @@ public Builder credentials(
 
 		/**
 		 * Assertion
+		 * "https://www.oasis-open.org/committees/download.php/51890/SAML%20MD%20simplified%20overview.pdf#2.3%20AttributeConsumingService">Assertion
 		 * Consumer Service URL template. It can contain variables {@code baseUrl},
 		 * {@code registrationId}, {@code baseScheme}, {@code baseHost}, and
 		 * {@code basePort}.