From ef0d933a652788273fd5659f9cd9b33918038a3c Mon Sep 17 00:00:00 2001 From: Marcus Hert da Coregio Date: Thu, 13 May 2021 10:11:41 -0300 Subject: [PATCH] Update SAML JavaDoc to reference specification Closes gh-9510 --- .../RelyingPartyRegistration.java | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) 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 320bfe35b5..80db35d131 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 final class RelyingPartyRegistration { /** * 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 @@ public final class RelyingPartyRegistration { /** * 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 final class RelyingPartyRegistration { /** * Get the SingleSignOnService + * "https://www.oasis-open.org/committees/download.php/51890/SAML%20MD%20simplified%20overview.pdf#2.5%20Endpoint">SingleSignOnService * Location. * *

@@ -553,7 +553,7 @@ public final class RelyingPartyRegistration { /** * 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 final class RelyingPartyRegistration { /** * 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 final class RelyingPartyRegistration { /** * Set the SingleSignOnService + * "https://www.oasis-open.org/committees/download.php/51890/SAML%20MD%20simplified%20overview.pdf#2.5%20Endpoint">SingleSignOnService * Location. * *

@@ -663,7 +663,7 @@ public final class RelyingPartyRegistration { /** * 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 final class RelyingPartyRegistration { /** * 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 final class RelyingPartyRegistration { /** * 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 final class RelyingPartyRegistration { /** * Set the AssertionConsumerService - * Location. + * "https://www.oasis-open.org/committees/download.php/51890/SAML%20MD%20simplified%20overview.pdf#2.3%20AttributeConsumingService"> + * AssertionConsumerService Location. * *

* Equivalent to the value found in <AssertionConsumerService @@ -918,8 +918,8 @@ public final class RelyingPartyRegistration { /** * 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 final class RelyingPartyRegistration { /** * 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}.