diff --git a/saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/registration/InMemoryRelyingPartyRegistrationRepository.java b/saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/registration/InMemoryRelyingPartyRegistrationRepository.java index ce02633177..fd95f479a5 100644 --- a/saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/registration/InMemoryRelyingPartyRegistrationRepository.java +++ b/saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/registration/InMemoryRelyingPartyRegistrationRepository.java @@ -26,6 +26,10 @@ import java.util.Map; import org.springframework.util.Assert; /** + * An in-memory implementation of {@link RelyingPartyRegistrationRepository}. + * Also implements {@link Iterable} to simplify the default login page. + * + * @author Filip Hanik * @since 5.2 */ public class InMemoryRelyingPartyRegistrationRepository