diff --git a/saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/registration/RelyingPartyRegistrationRepository.java b/saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/registration/RelyingPartyRegistrationRepository.java index 28e88b715c..c7d5c1f119 100644 --- a/saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/registration/RelyingPartyRegistrationRepository.java +++ b/saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/registration/RelyingPartyRegistrationRepository.java @@ -17,8 +17,8 @@ package org.springframework.security.saml2.provider.service.registration; /** - * Resolves a {@link RelyingPartyRegistration}, a configured service provider and remote identity provider pair, - * by entityId or registrationId + * Resolves a {@link RelyingPartyRegistration}, a configured service provider and remote identity provider pair + * based on a unique registrationId. * @since 5.2 */ public interface RelyingPartyRegistrationRepository {